[APP][2.1+] Tap Counter - Android Apps and Games

Tap Counter is an easy to use tally counter application. Perfect for counting all types of things.
Either tap the screen or use the volume up and down buttons on your device.
Advanced Configuration:
- Enable/Disable volume button hardware controls
- Vibrate On/Off
- Configurable increments
- Show/Hide on screen tap prompts
As this is currently work in progress any useful comments/ideas would be incredibly useful.
**Internet permissions are purely for ads, an ad free version will be coming soon.
UI Inspired from open source Holo Counter but written from scratch implementing more features. So thanks to omegavesko for the ideas. https://github.com/omegavesko/HoloCounter
Available from https://play.google.com/store/apps/details?id=com.procoit.tapcounter

v1.02 - Added DARK theme and saved counter value to handle complete app closure.
v1.01 - Bug fixes, increased toast display length to show previous count after reset.
v1.00 - Initial release.

Related

[APP][1.6+][24/01/13] Timetable 1.0-beta1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Timetable is a versatile scheduler for your Android phone. If you have a recurring schedule you have to stick to, Timetable will help you keep track of it. Its simple, elegant interface will get you to the information you need, quickly and efficiently, with intuitive navigation and a familiar timetable structure. Setting up your timetable takes mere minutes, and it is intuitive and easy - just press + to get started!
Timetable was built with the Android Design guidelines in mind, and follows them to a tee. It's optimised for Holo and optimised for tablets.
Latest - 1.0-beta1:
Code:
- Added a landscape optimised version of About page
- Removed 'Add Task' button
- Refined colours of tablet mode
- Swapped room and time around in expanded view
- Weeks can be added indefinitely from the action bar drop-down
- Classes can be added to any existing week
- Empty weeks are removed on app launch
Latest Market release - 0.9.1:
Code:
- Fixed a big bug - force close / timetable disappear on leaving for a while
- Two new UIs - compact and expanded - no longer uses ListView, much more attractive
- These UIs can be swapped between in the preferences, or to classic if you wish
- Compact style can be switched between displaying the room or start time
- Break periods are coloured grey
- On the current day, all periods up to and including the current one are highlighted
All 1.0 changes so far:
Code:
- Added swiping tabs
- Removed "Classic" UI, for simplicity reasons
- Improved UIs
- Reduced line thickness to 1dp, looks sharper
- Changed period name from big to bold in expanded
- Changed period name to bold in compact
- Refined the edit and setup UIs, now more Holo-friendly
- Buttons have no feedback
- Improved indent sizes to fit with Android Design guidelines
- No more rotation lock
- Fixed crash on rotation, may be unknown consequences
- Removed a whole heap of old code, renamed some classes
- Re-worked the widget, hopefully fixes some crashes + much prettier
- Added 'Refresh' menu item - ie current period will be highlighted on refresh
- Added themes - Light and Dark
- Light is Theme.Holo.Light on 3.0-3.2, Theme.Holo.Light.DarkActionBar on 4.0+ and Theme.Light on legacy
- Dark is Theme.Holo on 3.0+ and Theme on legacy (default)
- Switch themes in preferences
- Made the bug report feature have more information
- Set the spinner to have default text colour, was black (may cause problems on some OEM themes, ie Touchwiz)
- ActionBar now goes on bottom when necessary (4.0+)
- Tablet mode! Tablets will take advantage of greater screen space
- Now kicks in based on screen width (7-inch tablets will definitely work)
- United the tablet and tabbed mode into a single activity
- Tablet mode can activate and deactivate on rotation if necessary (probably on One X-sized devices)
- All menu items work properly in both modes now
- Made the preferences work better than before
- Added 'up' buttons to the ActionBar in preferences and edit screen
- Decreased text size in edit screen, looks better
- Removed the tabwidget, replaced with swiping-tab style header
- Header is present in tabbed and tablet modes
- Current day is underlined
- Added OnClickListener to each period, to be used for tasks + editing
- Removed some redundant aspects of TabController (tab stuff - now plain viewpager) - may be unstable, may be faster
- Replaced entire setup activities with new "Add Subject page"
- Not yet tablet optimised
- A warning - It gets buggy when you remove and add lots and lots of periods, because I got so confused...
- Added the ViewPagerIndicator library, proper ICS-style swiping tab widget!
- Refined the tablet title bar
- Removed transition animation on refresh on tabbed mode
- Updated ViewPagerIndicator library to v2.3.1, fixes jitter on swipe bug
- Renamed "Preferences" to "Settings" in compliance with Android Design guidelines
- Removed deprecated setup activities
- Revamped the settings menu and added icons (4.0+ only)
- Changed default theme to "Light"
- Created edit dialog box
- Created remove dialog box (confirmation)
- Changed app name to Timetable (I like it more)
- Settings relegated to overflow menu, as mandated by Android Design guidelines
- Added "Today" action item - jumps to current day
- Fixed graphical bug with clickable part of period
- Switched to using custom Period class, will make some things easier
- Fixed remove option bringing up edit dialog
- Fixed crash on fresh install (sorry!)
- Added time editor in edit dialog (not a dummy any more)
- Added end time
- Added an end time editor to edit dialog
- Timetable displays end time on main view
- Current period is highlighted blue, periods passed highlighted grey
- Probably very volatile due do database changes... This is why I was reluctant
- New logo
- Better execution of the visual metaphor
- Softer, lighter colours and no gradients
- Tilt consistent with Ravrahn logo (30 degrees)
- Altered Add Subject screen
- Removed Details header and Room field
- Room is now set for each period, not for each subject
- Added end time setter
- Removed "Name:" textview, replaced with hint in edittext
- Two rows per period, to fit more options
- Replaced Compact Detail setting with Compact Detail menu item
- Today menu item only appears on weekdays
- Changing settings no longer redirects you to the main activity
- Fixed a bug with Today menu item always bringing you to Monday
- Fixed and improved the widgets:
- 4x1 - Shows current period and next period
- 4x2 - Shows current, next, and after in a format similar to the app's expanded view
- Changed target version to v16 (Jelly Bean)
- Added a notification
- Ongoing, updates every minute
- Tells you how long until your next class, what the class is, and the room it's in
- Turn it on or off in Settings
- The tabs may automatically refresh every now and then, not sure
- Switched to NotificationCompact2.Builder by Jake Wharton
- Implemented ActionBarSherlock by Jake Wharton
- Added a bigContentView to the notification for Jelly Bean - needs work
- Fixed some crashes caused by widgets on weekends
- Fixed notification settings not switching properly
- Notification automatically turns off on weekends
- Added "Today" button for tablets
- Removed "Switch Week" button, implemented Action Bar dropdown for week switching
- Added "Toggle Expanded" Action item, removed "Change Detail Level" from Settings
- Added "Send Feedback" Action item, removed "Report Bug" from Settings
- Removed "View changes" from the settings page
- Expanded and Compact periods generate with identical code
- Compact periods are now clickable (but tiny...)
- Changed period context menu to regular click, rather than long press
- Removed Week table from database, all key-data store is now done through SharedPreferences - way faster and should be less buggy
- Updated Action Bar icons to look Holo on older devices
- Backup works for end times
- Added "Teacher" detail to Compact Detail selector, sets it to nothing
- Supports all versions of Android right back to 1.6 (it should, anyway - I don't have devices that old!)
- Fixed several crashes with widgets and notifications
- Notification does not appear if there are no classes coming up
- bigContentView is now substantially better
- Time now displays in the system format (24-hour or 12-hour)
- Removed "About" section of settings, added About activity accessible from Action Overflow
- Fixed TabController having Up button
- Revamped backup system, now produces a .csv file (code is neater, too). Multiple, custom-named backups possible
- Backup and Restore are now Action items in the timetable view
- Fixed backups not recording end times
- Fixed "Backup detected. Restore it?" not working
- Added "Legacy backup" to restore dialog list
- Actually added the About page, accessible from the Action overflow
- Aesthetic changes
- For Android 4.1+, now uses font family sans-serif-light (Roboto Light)
- This does not apply to dialogs or the Action Bar
- Light theme now uses Theme.Sherlock.Light over Theme.Holo.Light.DarkActionBar
- Changed Light theme background to pure white, rather than off-white
- Lightened Light theme ViewPagerIndicator background
- Made ViewPagerIndicator footer thinner to match Play Store
- Added a landscape optimised version of About page
- Removed 'Add Task' button
- Refined colours of tablet mode
- Swapped room and time around in expanded view
- Weeks can be added indefinitely from the action bar drop-down
- Classes can be added to any existing week
- Empty weeks are removed on app launch
Any good? Ideas for features? Bug reports? I'd love to see what people think of it.
Gallery of screenshots
Play Store link: https://play.google.com/store/apps/details?id=net.ravrahn.timetablr
Direct download: http://bit.ly/timetablr
Latest beta: http://bit.ly/timetable-beta1 (basically untested, may be buggy)
Timetable+ ($0.99): https://play.google.com/store/apps/details?id=net.ravrahn.timetablr.donate
Timetable is open-source! Bitbucket link: https://bitbucket.org/ravrahn/timetable
Your application has not Saturday and Sunday !!!
But i've classes this days
and i like to add end time of my classes !
Looks good, but i'll make two suggestions:
1- A widget. It's really handy to have one on the homescreen so i can view the class room easily.
2- we can choose the intervarls of the classes. for ex: 8:00 - 8:30 8:30 - 9:00....
also if you could implement a function to import holidays from google calendar would be really good.
I'm going to download and test it. Keep up the good work
I had an end time until I realised the end time ought to be the same as the start of the next period. I haven't met anyone who has classes on Saturday or Sunday before, I might be able to add them in though!
Thanks a Ton.....works perfectly on my G2x, Galaxy Nexus, SGS2 and HTC Sensation XE......It's a amazing!!!
very nice.
Must.have.widget
Ravrahn said:
I had an end time until I realised the end time ought to be the same as the start of the next period. I haven't met anyone who has classes on Saturday or Sunday before, I might be able to add them in though!
Click to expand...
Click to collapse
in my country school starts from monday to saturday ..
and, your apps doesn't support landscape mode ?
Thanks a lot! Maybe to include a overview home page with an option to add additional notes about the day
Sent from my GT-S5830 using xda premium
An quick look page would be amazing and a widget.......
Awesome app for a student like me
Very good idea, but may I suggest allowing people to add sub-items or events under each class to list homework. If this was implemented I would absolutely use this. Keep up the good work!
Sent from my SPH-D710 using Tapatalk
It's locked in portrait mode for two reasons: It's not as useful in landscape, and people were getting weird crashes (the timetable disappeared and didn't come back until you force quit, which I've found still happens if you leave the app alone on the settings screen - it's some strange bug in the cursor object, I think). I might get on to making a landscape mode when I start working on the tablet optimisation, but that may not be for a while.
The weekend classes will probably need to wait too, I just don't think there's enough room on the screen to fit 7, or even 6, tabs. I'll implement the two days once I figure out how to use tabs as fragments, because then there won't be width constraints.
I'll start work on a widget first, depending on how difficult it is, expect the widget by this time next week, perhaps. I was planning on making it a premium feature, but since everyone seems to want it, I'll probably make it free, and find something else to be premium.
Hi thanks for the app i think its a brilliant idea and i love it so far!!
Just a request my school works on a 6 day cycle but we only have school from mon to fri so for example if mon is day 1 then the next mon would be day 6 and tues day 1 if that makes sense. I was wondering if there would be some way for me to use the app with this 6 day cycle?
Thanks again for the awesome app!
Sent from my Galaxy S running ICS
Found a bug:
When setting up you add activities. After this you build the time table.
If you put now a activity into the time table, then go back and rename it and press next again, the app force closes.
Just a little hint.
Anyway: awesome app.
Sent from my loved HTC Desire [email protected] <3
So it does! I'll look into it. Thanks for pointing me to the bug, but in future, could you email it using the "Report Bug" option in the app's settings?
Regarding the 6-day cycle, Bos1man, I don't know how I might implement that. I'll try my best to add that while I'm adding weekends and whatnot.
v0.8 will feature a widget or two, a slightly better UI in the timetable itself (with the current period highlighted), and a few bug fixes (the one Ditti4 found, hopefully, and also one I just found in the edit screen which ought to be easily fixed). It should be out by this time next week, we'll see.
EDIT: I've had a thought - I'm going to implement a backup/restore function with plain text files on the SD card. I'll pop some templates in the OP when that happens.
As for the bug with going back and changing an activity, I can only really say "don't do it" for the moment... I can't think of a good way to work around the bug short of deleting the items that you've changed the activity of. If that's a reasonable solution, fine, I'll do that, but I'm not sure it is...
Thanks appreciate u looking in to it
Sent from my Galaxy S running ICS
Ravrahn said:
So it does! I'll look into it. Thanks for pointing me to the bug, but in future, could you email it using the "Report Bug" option in the app's settings?
Regarding the 6-day cycle, Bos1man, I don't know how I might implement that. I'll try my best to add that while I'm adding weekends and whatnot.
v0.8 will feature a widget or two, a slightly better UI in the timetable itself (with the current period highlighted), and a few bug fixes (the one Ditti4 found, hopefully, and also one I just found in the edit screen which ought to be easily fixed). It should be out by this time next week, we'll see.
EDIT: I've had a thought - I'm going to implement a backup/restore function with plain text files on the SD card. I'll pop some templates in the OP when that happens.
As for the bug with going back and changing an activity, I can only really say "don't do it" for the moment... I can't think of a good way to work around the bug short of deleting the items that you've changed the activity of. If that's a reasonable solution, fine, I'll do that, but I'm not sure it is...
Click to expand...
Click to collapse
It think it should be ok.
And as solution for the 6-day-thing:
Maybe you can add the possibility to add as much weeks as we want. This would be enough for the start, I think.
And I will use the bug report option in the app in the future - but I didn't know that it is existing.
Sent from my loved HTC Desire [email protected] <3
If I understood Bos1man correctly, making it as many weeks as you want would require him to enter the same six days' worth of information 5 times in a row, which would be a horrendous bore. I'm sure there's something I could do to make this unnecessary. I'll need to think about it.
I'll be pushing 0.7.2 to the market by the end of the day (Australia). It will have a working backup, but no working restore. 0.7.1 is uploading currently, and features:
- Changed Donate button to PayPal donation link
- Fixed bug in edit screen with list flowing into buttons
- Added dummy Backup and Restore options in settings, they just make toasts
Nice. Will u add custom end time for classes like on Timetable? Here in Denmark classes are 45minutes...
Here are examples of widgets. Modded to have transparency.
No update link here? i haven't access to market !
the dropbox link is the old version (0.7-rc5)

[APP][4.0+]Ultimate Dynamic Navbar

APP IS BANNED FROM GOOGLE PLAY WILL RETURN SOON though!
Ultimate Dynamic NavBar - app that alows you to get rid of that horrible space-eating black navbar and replace it with fancy showing-on-swipe customizable navbar-like panel.
--------------------------------------------------------
I'd Be Glad Glad If you support me by bying this in Google Play ^_^
Also you can download lite version there
As always, UDN is free for XDA and 4PDA communities(but if you want to donate me - buy PRO, it's the same, as CE, but updates through Google Play)
--------------------------------------------------------
Features:
- panel that shows up with fancy animation by swipe from bottom edge of the screen or by touching a trigger button (Customizable).
- XPOSED(safe) or build.prop mod(dangerous) to hide softkeys on your device. All devices with android 4.0+ are supported!
- you can add up to 9 buttons to the panel (and assign shortClick and LongClick acitons to every button)
- About 20 different action for buttons: from basic system navigation to "kill app" and "tie custom app"
- Everything is themable: buttons, panel, glow-effects and more!
- Swipe mode to navigate the panel like paranoid's pie.
- small ram consumption (~< 8 MB of RAM)
- Lots of other customizations and modes.
Waiting for your bugreports and feature requests on UDN's Issue tracker
Since this thread moved to devDB, I'm no more able to edit attachments(hope it's temporal bug, though). So here's latest download link:
udn_v23.2_CE.apk
XDA:DevDB Information
Ultimate Dynamic Navbar[DEVELOPMENT TEMPORALLY PAUSED], App for the Android General
Contributors
MrBIMC
Version Information
Status: Stable
Current Stable Version: v23.2
Stable Release Date: 2013-11-19
Beta Release Date: 2013-11-16
Created 2013-10-10
Last Updated 2015-04-14
Changelog:
Changelogs:
v22.0 beta1:
-Optimized for Android 4.4(KITKAT)
-"Previous app" action
-"Hide panel" action for edge buttons
-When you press "XPOSED module" - app will redirect to "Modules" section of xposed configurator. If you don't have xposed - app will propose to install it.
-Added preference for external xposed module, will make it active in beta2
-lots of internal improvements
...
v0.20
-Changed order of buttons in list. It is more logical now.
-1 new button - SCREENSHOT[SAMSUNG]
-Updated FAQ
-Optimizations
v0.19
-FIXED: incorrect action names and icons on "Screenshot" and "PowerMenu" buttons
-FIXED: Custom app as seven button breaks all preferences.
-Made "pick an app" dialog to load apps as async task. Now it doesn't freeze UDN when loading apps
-Optimized MainActivity, so app starts faster on slow phones and doesn't lagg if you didn't grant root permissions
-Updated FAQ, now it helps solving all known problems.
v0.18
-2 new actions: "screenshot", "PowerMenu"
-Ability to add custom apps to the panel!
-FIXED: incorrect length of swipe when trigger type is "swipe" and activation method is "whole bottom edge"
v0.17
-1 new way to hide navbar(Requires XPOSED): safe, bug-free, keeps "overflow menu" button in apps.
-FIXED: incorrect length of swipe when trigger type is "swipe" and activation method is "whole bottom edge"
v0.16
-Panel stays visible after orientation change
v0.15
-2 trigger types: "swipe" and "touch"
-Configurable swipe length for trigger
-FIXED: Wrong actions on edge buttons
-FIXED: Crash when selecting glow animation
-FIXED: Glow effect doesn't disappear when swiping on button
-Glow effect now disappears with animation, when swiping on button
v0.14
-Now it's possible to assign LongClick actions to edge buttons
-2 new themes for buttons: "PIXELD" and "DIAMONDS"
-FIXED: "toggle mode" does not work
-Internal Optimizations
v0.13
-Made edge-buttons 1.5x wider
-New action for edge buttons: "SEARCH"
-Glow-effects are now brighter
-Length of vibrations is customizable now
-New Button: "EMPTY SPACE"
v0.12
-New legacy-like "edge menu button" (+ few placement options for it)
-5 new glow-effects
-Option to turn off glow-animation
-FIXED: Buttons density does not work for landscape-right mode
-FIXED: glow-effects in landscape
v0.11
-Internal refactoring and optimizations
Version v0.10(yeah, I changed naming scheme):
-Option to stick navbar to the right side of the screen
-Option "don't rotate trigger with navbar"
-more correct way to count density of buttons, now depends on orientation
-6 new themes for glow-effect(they're not finished for landscape yet!)
-Optimizations
Version v0.9.25:
Nothing new, just fixed bugs of 0.9.23 and 0.9.24:
-FIXED: "whole-bottom" triged is not transparent.
-FIXED: Glow-effect does not disappear if I slide the finger up on the panel.
-FIXED: Navbar hides instantly after triggering it.
Version v0.9.24:
-Total internal refactoring, optimizations.
-New, better algorithm for trigger-listeners.
-Ability to hide panel by touching outside of it.
-1 new animation for glow-effect.
-Notification is now hidden by default.
Version v0.9.23:
-OnClick effects are animated now! 2 pre-loaded animations: "stock" and "rotate", expect more animations soon!
-Background image of onClick effect is customizable: "stock", "hexagon", more themes will come soon!
-Color of Glow effect is Customizable!
-*Please note, this update is not very polished so expect higher memory usage(still less then 10mb), will fix this in next update.*
-*Also, translations are partially broken now*
Version v0.9.21:
-App now checks for busybox, superuser existance and superuser's permissions. UDN will not let you do anything with it if those checks are not passed.
-UDN will ask you for leaving review on Google play after some time of active usage
-Added manual "rate this app" option.
-Removed wip.html
-Fixed few small bugs that were causing app crashes.
Version v0.9.20:
-Fixed bug: wrong values on numeral fields in CE edition app.
-Fixed bug: Wrong summary on Color options.
-Added 4 new themes: "College", "Defused", "Droid", "Elvish".
-Removed Motorola RAZR D3 from Supported devices, because most negative reviews I recieve from this phone and I got tired of explaining why I can't fix their problem(if you wan't to try this app on your D3 anyway - mail me).
...
Version v0.9.17:
-Total internal refactoring.
-fixed 4.3 bug: now UDN will be launched when you click on notification.
-Moved all string resources to strings.xml, so app can be localized now(write me, if you want to translate to yor language)
-Added Russian translation(Напишите мне, если есть замечания к переводу!)
Version v0.9.16:
-"Google now" action
-Ability to semi-spoof notification on 4.3
-New theme "LoPro"
-Google now is now default action for Longpressing home button
-Optimizations: app again consumes ~5-7mb of RAM on default settings (Magic, ha?)
Version v0.9.15:
-Android 4.3 optimizations
-New action: "KILL ALL APPS"
-External vibration option for navbar trigger
-Made General settings more obvious
-Updated FAQ
-Internal optimizations
Version v0.9.14:
-Sexier look of the app.
-New fancy icon.
-Configurable height of the toggle button
-Fixed: crash when you select search button.
-Internal optimizations.
Version v0.9.13:
- Speeeed! No more delays! Navbar buttons are now react as they should.
- Fixed All icons of actions(and notification).
- 3 new action: "Volume -", "Volume +", "Sleep".
- Fixed bug with buttons preview.
- Partial internal refactoring, removed unused resourced.
- Fixed bug: "buttons are red by default"
Version v0.9.12:
-Custom colors for navbar and icons.
-Transparency of the Icons.
-New action: killApp.
-New Theme: HONEYCOMB
-Removed MIUI theme, because it was incompleted and low-res.
-Made PIXEL icons bigger.
Version v0.9.11:
-Speeeeed! Now buttons react slightly faster.
-Probably fixed bug that caused crash on android 4.0 (Not tested, because I don't have such devices)
-Changed default settings.
-In "Enabled Bttons" tab previews are now shown in chosen theme, not always in NEXUS theme
-Massive internal refactoring.
Version v0.9.10:
REMOVE OLDER VERSION BEFORE UPDATING TO THIS ONE
- Configurable transparency of trigger.
- "Support me?" tab. You can check comparison between LITE/PRO/CE there, and switch between them.
- 2 new themes: "Samsung" and "Pixels".
Version v0.9.9(and subversions):
- Fixed transparency. From now, only transparency of the panel is editable, buttons are always bright.
- Added new trigger: center of the bottom edge of the screen.
- Added 3 new themes: AIRBRUSH, ZTE, RUSSIA.
Version v0.9.8:
- Added "vibrate on click" option.
- Added new trigger: center of the bottom edge of the screen.
- Internal refactoring of button management. Now it consumes a bit less of resources. NavActions gonna be accessible via external(non-UDN) calls soon!
Version v0.9.7:
- Migrated to RootTools.java as root utilities provider.
- From now it is completely safe to use "Hide real navbar" option. //BUG: if your phone/tablet does not have root&&busybox this option will do nothing for you, will not even notiy.
- Quicker buttons reaction.
- Fixed outside_click action on dialogs. From now them work correctly.
Version v0.9.6:
- NavBar Hider is accessible again! It won't brick your device anymore. Still not cool enough, though
- 2 new themes(MIUI and ZENYTH).
- fixed bugs.
Version v0.9.5:
- Temporarily removed ability to hide real navbar. //hope tomorrow will re-add it againm this time without bricking devices
- Removed edge buttons because they're not worked anyway.
- Now panel can handle 7 normal buttons.
- Changed sprites for toggle buttons (temporal sprites, i'd be glad if someone paint me better ones).
- Added XPERIA button's theme.
- Moved panel options to "Themes and Behavior" category.
- Internal refactoring, small optimizations and fixes.
Version v0.9.4:
- HideAction Countdown resets when you press a button. (except "toggle mode" and "hide on button pressed" mode).
- Fixed placing of buttons. Even ldpi screens can now add up to 5 normal buttons (edge buttons are not fixed yet, though).
- Internal optimisations. Service again consumes less than 6 megabytes of RAM.
Version v0.9.3:
important: IF YOU UPDATING FROM OLD VERSION(<0.9.3), CLEAR CONFIG FIRST, APP WON'T START OTHERWAYS.
- Numeric options are now configurable through seekbar. Looks fancy!
- Now it is possible to setup transparency of the panel.
- Fixed buttons misplacing in NEXUS and MOTOROLA themes.
- small bugfixes.
Version v0.9.2:
- Now it is possible to assign longpress action on a button.
- Partial internal refactoring.
Version v0.9.1:
- Removed small edge-buttons for now, because they didn't work as expected. Will add them back later.
- Basic theme framework. For now only internal themes(NEXUS, MOTOROLA, HTC, FACEBOOK_HOME), working on ability to install custom themes
- LongPress action on home_button (Opens recents window). Not configurable for now, In the next updates will work with all buttons and gonna be editable.
Version v0.9:
- Removed shortcut to use GMD GestureControl as a gesture handler to activate the UDN, because that didn't work.
- [FINALLY] Added ability to hide real navbar from-inside of the app.
- Small fixes.
Version v0.7.1:
- Ability to disable navbar auto-hiding when pressing any button.
- Toggle mode: navigation bar will never hide itself, hidable only by pressing a button-trigger.
- Option to replace the gesturePad with the button-activator (2 versions)
- 2 new button-spaces: tiny buttons on the sides. / / PREVIEW FEATURE, EXPECT BUGS
- Removed Russian language, because it's more convenient and faster to develop for only one set of XMLs, if it necessary to you - translate yourself XD
- Maybe something else, I don't remember
P.S. All features added in today's update were earlier requested by members of XDA and 4pda communities, thank you for ideas, guys!
-- reserved --
Official mimi-FAQ (TOO OUTDATED):
Q: How to use "Ultimate Dynamic NavBar"?
A: Switch the switch to "on", then you can trigger UDN's panel by swiping up near the trigger(grey triangle) at bottom-left screen corner of your phone(or tablet).
Q: Only button that works is "Recents" Why?
A: Looks that you don't have Root permissions on your device. Google for more info...
Q: Activated "hide real navbar" option, but nothing happened! What I did wrong?
A: That means that app can't obtain root permissions, or your device don't have busybox installed.
Q: App can't restore original navbar.
A: Rare bug You can manually restore navbar by removing all "qemu.hw.mainkeys=1" lines from /system/build.prop . Mail me if you need help.
Q: UDN overlaps information on the screen!!!1 How Do I fix it?
A: That's correct behavior! It is impossible to act another way! And No, I cant overlay nothing in the zone of real navbar Don't ask!!
Q: Android 4.3, can't hide notification. Is it possible to fix?
A: No, since google fixed bug I used to hide notification. There's no way to hide notification anymore
Q: OK, I found bug! What should I do???
A: post it to issues list I'll be happy to fix it!
Says problem with download
Sent from my One XL using Tapatalk 2
Second the parsing error
Sent from my SGH-I997 using xda premium
raymond36136 said:
Says problem with download
Sent from my One XL using Tapatalk 2
Click to expand...
Click to collapse
Sorry, will fix it now. Use dropbox link for now: https://www.dropbox.com/s/5oalbgb7plr830z/com.mrbimc.udn.apk
It wont let me select to "hide real nav bar''. So all it really does for me is add a second, auto hiding nav bar on top of my existing nav bar.
twichel04 said:
It wont let me select to "hide real nav bar'' So all it really does for me is add a second. auto hiding nav bar on top of my existing nav bar.
Click to expand...
Click to collapse
Looks that I need to add FAQ to the thread
0. you can bting my navbar back by swiping UP from the bottom of the screen.
1.My app can't hide real navbar yet But you could use this(http://forum.xda-developers.com/showthread.php?t=1497558) or check your rom settings(CM, AOKP and Paranoid are have fullscreen toggle).
Good job man!
Sent from my Nexus 4 using xda premium
A shortcut to show and hide the navbar will be helpful ... to use it with gmd gesture control to combine the best parts of both apps ...
Sent from my Nexus 4 using Tapatalk 2
mdcykkk9 said:
A shortcut to show and hide the navbar will be helpful ... to use it with gmd gesture control to combine the best parts of both apps ...
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Ok, will add toggle shortcut in the next update. (actually, it is going to be "show" shortcut, because hidding is hardcoded for now. and i'm not going to change it's behavior in nearest future )
Will watch this apps progress. Thanks dev.keep up.
Sent from my LT30p using xda premium
Very well sir
Simple and easy as that. I like it.
I have one suggestion. If I set, in your app, "Activated state time" in 2000ms i would very like that navigation stay on for this 2 seconds but after last tap. Reason is using BACK button for several time. If I leaving Gallery app a don't like pres home button, I usualy press back button for 3-4 times. With your setting I have to swipe every time when i want to press button.
"Just this" for and from me
Good luck !
Mario_ZG said:
Very well sir
Simple and easy as that. I like it.
I have one suggestion. If I set, in your app, "Activated state time" in 2000ms i would very like that navigation stay on for this 2 seconds but after last tap. Reason is using BACK button for several time. If I leaving Gallery app a don't like pres home button, I usualy press back button for 3-4 times. With your setting I have to swipe every time when i want to press button.
"Just this" for and from me
Good luck !
Click to expand...
Click to collapse
I second this. Thanks to MrBIMC for your great work but instead of automaticly dispearing after some seconds, can you put a button (directly in the nav bar) for hiding the nav bar, the gesture seems very OK in most apps.
Thank you
su660ics said:
I second this. Thanks to MrBIMC for your great work but instead of automaticly dispearing after some seconds, can you put a button (directly in the nav bar) for hiding the nav bar, the gesture seems very OK in most apps.
Thank you
Click to expand...
Click to collapse
Can anyone mockup how shoud this button look? because right now i can only add it as normal button, but it is not aestetic.
Or i could edit XMLs a bit and add support for small edge buttons (like legacy menu button of shame), so it will be possible to set hide trigger there.
What do you think?
Updated the app, check the head post for details and apk!
Had a few spare hours, so implemented some features you requested
Waiting for reviews, comments, new featurerequests and bugreports!
MrBIMC said:
Had a few spare hours, so implemented some features you requested
Waiting for reviews, comments, new featurerequests and bugreports!
Click to expand...
Click to collapse
Thank you for the new version. I have only tested it for a short while yet, but I can see a lot of improvements. Some feedback:
You are right, the button looks quite out of place. And I think the best position should be in the middle. I will try to make some better graphics and send then to you.
The small graphics seem to work well so far, and on a phone with small screen, I think this is ideal for the menu button.
I am glad you are not killing SystemUI to get rid of the navigation bar, as the best option is to edit build.prop
Not too sure the option to stay on screen is behaving as it should. First, if no button is pressed, the bar should disappear after the normal timeout. Then, only if the back button is pressed, it should stay on screen. In that case, it should reset the timer on every press, no just the first one.
I hope that helps.
Awesome app, no need to edit any system files or push anything to /system, but still quite buggy, if the nav bar does not hide, it blocks the thing behind, any way to shift everything up, or not hide the thing below? See screenshot attached.
herobrine_second said:
if the nav bar does not hide, it blocks the thing behind, any way to shift everything up, or not hide the thing below? See screenshot attached.
Click to expand...
Click to collapse
Even if it was possible, it would not work at all as a user interface. Three possible options:
* shift everything up: the top of the screen would disappear instead, and the sudden shift in position would be very annoying.
* squash the screen to fit in smaller space: that would look awful, and would also be annoying.
* leave everything as is, and overlay the bar on the bottom part of the screen. This is the current situation. The fact the the screen does not change, makes it much smoother for the user. To counteract the fact the bottom of the screen is then hidden, maybe transparency would help?
MrBIMC said:
Can anyone mockup how shoud this button look? because right now i can only add it as normal button, but it is not aestetic.
Or i could edit XMLs a bit and add support for small edge buttons (like legacy menu button of shame), so it will be possible to set hide trigger there.
What do you think?
Click to expand...
Click to collapse
Yes sir, it should be best if you put one edge button for hiding. About the design I think you should focus on the idea first, after things get better and the app runs well then you can change your focus to the overall design. Yep the current design is not very aesthetic yet but it can wait .
The new version looks very promising but when I choose more than 3 big buttons then the toggle hide button dissappear
Anyway, thank you very much, your idea about this bar is very good and much better then lmt launcher or gmd gesture which are difficult to use for normal users.

CyanogenPSP - A CyanogenMod Menu/GUI for PSP v6.0

This project has been discontinued.​
Click to expand...
Click to collapse
Final Version: v6.0
Current Stage: Stable
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video:
Changelog: CyanogenPSP 6.0
Code:
Features:
- Updated recovery design and tweaked some recovery menu settings.
- New icon pack customization. (Settings->Display->Themes->Icon Packs)
- App drawer icons can now be modified with icon packs.
- Fully customizable themes. (Settings->Display->Themes->Styles)
- Now uses the proper Android cursor icon.
- Minor RAM menu improvements
+ Renamed "Ram Management" to "Memory", under Settings->Performance.
+ Includes a progress bar that shows how much RAM is available from the total.
+ Displays percentage of RAM used.
+ Displays percentage of RAM available.
- Added control.prx (kernel module). Allows you to access vol+, vol- and note buttons.
- Added impose.prx (kernel module). Allows you to access sceImpose functions.
- Added volume control. Can be accessed by pressing vol - or vol +.
- Updated display.prx - Moved impose functions to impose module.
- Added power management settings. (Settings->Performance->Battery Management)
+ Includes powersave, balanced and performance as its choices.
- Volume controls can now be accessed everywhere in the GUI except the recovery menu.
- CPU states are restored after MP3 playing.
- CPU states are now displayed correctly in Settings->Performance->Processor.
- Settings menu - no longer allows you to overclock/underclock your CPU when power save mode is on.
- Added Polish translation - Thank you pawelosro!
- Added German translation - Thank you Dimistoteles!
- Updated French translation - Thanks Mahmoudos!
- Added Dutch translation - Thank you Arikuzo!
- Updated German translation - Thank you Ciapa!
- Added Spanish translation - Thank you Randomdude0!
- Added Portuguese translation - Thank you Gustavo Fraga Pacheco!
- Added Brazilian Portuguese translation - Thank you Hargrun!
- Added language selection option under settings->display.
- Added Norwegian translation - Thank you Ridge!
- App Drawer: Now uses 6 columns instead of 7. This gets rid of a lot of overlapping issues.
- Added a new language selection screen during first boot.
- Cleaned up and revamped power menu.
- Uses bin files for file handling.
- Added Romanian translation - Thank you imhotep4!
- Added Italian translation - Thank you nerdvana89!
- Added progressive animation to volume and brightness slider.
- Added Russian and Ukrainian translation - Thank you Vasniktel and Raithwall!
- Now uses PSP_CTRL_NOTE (Note button) to take screenshots instead of R + Triangle.
- Recovery Menu now has a reboot to XMB option.
- Allow only images to be opened when changing wallpapers. This fixes issues when trying to load other files in the wallpaper section.
- App Drawer backdrop image can now be themed.
- Many of the highlighting assets in the settings menu can now be themed.
- Revamped font menu.
- Font sizes are now available. (Settings->Display->Themes->Fonts->Font Size)
- Color values used in animations and progress bars can now be themed.
- With the new theme manager function, many more assets can be themed.
- Revamped and realigned the battery charging status icon.
- Reorganized the whole navigation bar function. It now uses less resources and is also more theme friendly.
- Updated preincluded wallpapers to the most recent ones provided by CyanogenMod.
- Replaced USB debugging option (PSPLink) with an experimental features toggle. Allows you to access W.I.P apps such as calculator and messages.
- Repositioned toggles to make it more efficent for certain languages.
- CPU states cannot be changed while music is playing in the background.
- Added a dark skin toggle under developer options. (Similar to Android Marshmallow's feature)
- Uses PSP's native media engine rather than libmad:
+ This loads mp3's faster and sounds better. There is also little to no laggs when music is playing in the background.
+ Memory management is better.
+ The play/pause button is now indicated properly.
+ Time elapsed now shows on the bottom right corner just above the play/pause button.
- Play/Pause button is now indicated properly when playing BGM, WAV, AT3 and MOD files.
Fixes:
- Updated language string lengths.
- Fixed critical return button issue when trying to return to a previous menu.
- Messenger is inaccessible due to incompletion.
- Fixed minor font color issues.
- Calculator is inaccessible due to incompletion.
- Fixed up online updates. However this will no longer be updated.
- Fixed UMD loading.
- Cleaned up default configs.
- Fixed up power management settings issues.
- Fixed a strange crash after exiting file manager.
- Fixed up homebrew, POPS and ISO loading issues due to major changes in code.
- Fixed gallery return issue, after vewing an image.
- Fixed return screen glitch, in Music, Gallery and Game app.
- Fixed minor memeory leak in gallery app and settings.
- Fixed another minor memory leak in settings menu.
- Fixed theme, fonts, icon packs and language selection bug when user tries to return to previous menu by using '..'
- Fixed CPU state values when overclocking/underlocking.
- Cleaned up quick settings and volume bar layout.
- Fixed a critical issue with loading wallpapers, themes and icon packs.
- Fixed showImage(); return misplacement.
- Fixed return issues after exiting image preview.
- Fixed a minor issue with the 'security' button overlapping incorrectly.
- Fixed misalignment when battery status reaches 100%.
- Reorganized how the theme manager works - It is now somewhat faster.
- Fixed battery status alignment under quick settings.
- Disallow cursor movement while the cross button is held - This fixes the issue with the quick settings up showing up every time
you pull the analog stick down while the cross button is held.
- Fixed power save crash. It now draws the image rather than loading one when using power save.
- Got rid of a bunch of unnecessary assets.
- Fixed crashes when trying to open other files apart from pictures in the gallery app.
- Fixed file manager's options menu having an unreadable font issue.
- Fixed the "update.zip has been found" issue even when there isn't any.
- Fixed incorrect battery and CPU states during startup.
- Fixed a minor issue with Polish translation on welcome screen.
- Fixed credits menu returning to settings instead of the about screen when circle is pressed.
- Fixed battery status not being hidden when using expanded desktop.
- Fixed crash in lockscreen after enabling swipe to unlock feature.
- Fixed month of the year overlapping the day of the week when quick settings is used.
- Fixed time not being displayed when using the power menu while having power save enabled.
- Fixed font sizes showing the wrong size selected after selection.
- Fixed zip file extraction. Simply press the cross button while the .zip file is highlited and it will extract.
- Fixed crash after exiting text view.
- Fixed clock app showing the wrong time periods. (AM/PM)
- Fixed misalignment with the time when 24 hour mode is enabled.
- Fixed ID3 not parsing the Genre text correctly.
- Fixed font sizes altering the brightness values.
- Fixed incorrect CPU states during startup when using battery management settings.
- Improved overall application stability and performance.
- Massive code clean up and reorganization.
- Reorganized many functions and statements.
- Got rid of many unnecessary coding.
- Removed many un-translated strings.
- Deleted many unused files.
- Fixed quick settings tiles not working.
- Fixed brightness slider only allowing to be altered when the cursor is at the very top.
- Fixed crash when entering WiFi menu.
- Fixed time misalignment under quick settings.
Old Changelogs:
CyanogenPSP 5.2
Code:
Features:
- Added android lollipop key tones:
+ Lock and unlock screen tones
+ Screen-shot captured tone
+ Lollipop's key-press tones - It is now only activated when something can be triggered/opened.
- Implemented Theme system:
+ Allows you to change fonts (real time) - uses PGF fonts only for now. Use ttf2pgf to convert ttf or oft fonts to PGF
+ Allows you to change into one of CyanogenPSP's provided wallpapers.
+ Restarting is no longer required for changing wallpapers.
- Re-organized time and battery display.
- Re-organized digital time system.
- Limit string length in certain areas - Allows for a more cleaner and user friendly look.
- Uses normalized audio files for tones.
- Added security settings:
+ Added password lock option. (20 character password, that can be written in any language)
+ Added 4 digit pin lock option.
- OSK uses your default language on your PSP.
- Added option to view bin files in file manager.
- Added option to create folders in file manager. (Press the R button while in the file manager)
- Revamped Game menu
+ Includes new game boot animation.
- CPU states are now saved. They no longer reset after exiting.
- App drawer/Home icons can now be highlighted when using the cursor.
- Improved remote-joy lite integration.
- MP3 Player now displays the following:
+ Song title (rather than the audio file's title)
+ Artist
+ Album
+ Year
+ Genre
- Integrated Stop watch under clock app.
- 24 Hour time toggle has been added under Settings>Display>Time.
- Quick settings now displays "Power-save" if the CPU <= 133 MHz, "Balanced" if CPU >133 MHz but <300 MHz and "Performance" if CPU >= 300.
- Added storage statistics under system/storage.
+ Displays Total Storage in MB
+ Displays Available storage in MB
- Displays PSP's nickname on the top right corner in quick settings.
- New status bar icons
+ Now displays USB debugging icon when USB is activated from settings/performance/storage.
+ Now displays music icon, when listening to music or whilst a song is being played in the background.
- Revamped welcome screen.
- Overall Performance and Stability is improved.
Fixes:
- Added ISO directory check to prevent crash.
- Fixed browser crash caused by the boot animation system.
- Fixed glitch-y keyboard
- Fixed buggy CPU states readings.
- Massive clean up!11!! - Check my git. - (Eliminated all warnings my compiler threw at me)
- Use bin files for storing passwords. (cause they're cooler :P)
- Fixed key tone playing twice on one press.
- Fixed OSK no longer being able to be accessed once data entry has been cancelled.
- Fixed toggles being displayed even when quick settings is pulled down in the miscellaneous tab.
- Fixed incorrect font colour when dumping UMD Boot.bin and memory.
- Fixed music crash after selecting another song whilst a song is playing in the background.
- Fixed name and password not being displayed in recovery menu in PSP system information tab.
CyanogenPSP 5.1
Code:
Features:
- Unify font loading to increase performance
- Load more resources before start up. This leads to slower boot, but better performance.
- 'Materialize' file manager icon (lol) and reorganized resources
- Reorganized app drawer in alphabetical order
- Filemanager: update deletion dialogue
- Allow quick settings to be accessed in lockscreen
- Enabled lockscreen during start up
- Added Game and Boot animation
- Added boot animation toggle (Settings>display)
- Added game boot toggle (Settings>display)
Fixes:
- More cleaning up for better optimization
- Fixed cursor overlay in display section
- Fix up many possible memory leaks
- Fix power menu crash due to the recent reorganization of resources
- Fix up time.day alignment in quick settings
- Removed app icons that I no longer plan to support. These include Gmail/Email - you can simply use the browser. People and Calendar was also removed.
CyanogenPSP 5.0
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
CyanogenPSP 4.0
Code:
Features:
- Revamped MP3 Player
- Revamped Gallery App
- Revamped file manager
- Revamped App drawer
- Revamped Lockscreen Press and hold X in the middle range of the screen, and move the analog upwards
- Revamped Quick settings
- BGM, WAV, AT3, MOD files can be opened via the file manager now.
- Major code optimizations and cleanup.
- Revamped debug message
- Merged all changes from 3.0 - Includes the option to change wallpaper and run homebrews.
- Pressing circle after quick settings is activated, deactivates it immediately.
- Re-organized font usage. Now doesn't blend in with the background, or makes it hard to read.
- Implement lollipop sorta clock app (Changes color during certain times of the day, just like native android's)
- Display MAC address, kernel version and OSLib version in about screen.
Fixes:
- Fixed brightness slider. It works once you've pulled down the quick settings to a certain extent.
- Fixed up/down button altering brightness even while the quick settings aren't activated.
- Fixed recents menu crashing, when trying to exit.
- Fixed kernel version information in recovery menu.
- Fixed changing font color to white color in file manager after playing music. Made it impossible to read the file name.
- Fixed apollo and gallery forced exit.
- Fixed minor memory leak in settings->developer options->dumping tools.
Screenshots:
Downloads:
Download v6.0 [PRO] [ME] [PS Vita eCFW]
Themes | Icon Packs
Download ttf2pgf converter (simply move the ttf font in the same folder as the makefonts.bat file is, and click on makefonts)
Download Autostart PRX v5.6 preconfigured by kozarovv
Source Code
Thought I'd update this page to share my work inspired by android custom roms
Before you start yelling at me, please read the first paragraph. This isn't a port, and it isn't based on Android source at all. Think of it as an android launcher but uses the PSP SDK's code. It will not and never allow you to run android apps.

			
				
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
IgnitusBoyone said:
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
Click to expand...
Click to collapse
Thanks for the support
Sent from my C2104 using XDA Free mobile app
New update available which includes loading PSP Homebrews (Eboots)
http://joel16.github.io/CyanoPSP/
New update: v3.1
Change-log
Code:
Features:
- Add option to change wallpaper.
- Revamped game launcher. You no longer have to use the file manager to load eboots anymore.
Fixes:
- Fix homebrew loading through ef0 (internal storage).
To change the wallpaper:
Open an image through file manager or gallery app. Press square to
display the prompt for changing your wallpaper. Press (X) to accept and
change the wallpaper to one you are currently viewing. Press (O) to
cancel and keep your present wallpaper. You must restart the app to view changes.
Click to expand...
Click to collapse
Download: CyanoPSP 3.1-MEGA| CyanoPSP 3.1 Mirror
Screenshots:
Thanks for sharing. I'll try this out later this evening!
Nuskid Games said:
Thanks for sharing. I'll try this out later this evening!
Click to expand...
Click to collapse
Nice, would like to hear your view on this.
Sent from my C2104 using XDA Free mobile app
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Brandon011795 said:
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Click to expand...
Click to collapse
Thanks, I'd like to know how it went
Sent from my C2104 using XDA Free mobile app
Updated post with new screenshots and a video. This version brings the material look to it.
Latest version: 5.0 (released 3/8/15)
Changelog:
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
Download link on main post, along with source code (github).
Awesome!
I didn't even know that the PSP is able to handle different launchers nor that something like this even exists!
Really great work, i'll give it a try later as im on the hop right now
@Joel16 Good work bro I will ask my friend to try this out after exams get over. keep it up .
Awesome work man !
Even if i don't use PSP anymore porting all these stuff and bring this Material style also for the Playstation is very cool
Ah, man! I just got rid of my PSP a couple months ago because it was collecting dust Would have loved to try this. Ah, well. Keep up the great work!
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
wow this is just amazing. dont have the psp anymore sadly. would have tested it if i still had it...... didn't even heard about this until i saw a post on facebook on the XDA page. Great work mate! i am out of thanks.... lol
Haha didn't see this coming, thanks for all your support guys. Really helps in keeping the project going
Edit: BTW this also runs on PPSSPP
vusun123 said:
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Click to expand...
Click to collapse
Yes it does, in the video it's being tested on PRO. It should run on a PS Vita's eCFW as well. Just remember even though its marked as stable doesn't mean it offers everything. I've named it stable because all the features I've provided work as they should. (Except for OTA's cause my server's down) so yeah, if there is something you can't click on, or just won't open its simply because it hasn't been properly implemented yet What's on the working list is definitely working though.
|>/\nte said:
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
Click to expand...
Click to collapse
Sorry but as of now its not possible haha. You can use it on a PSvita (using its PSP emulator) but touchscreen won't work. The PS vita doesn't have any 'native' homebrews as of yet, and without an SDK its almost impossible
Sent from my C2104 using XDA Free mobile app

[APP][4.0+][02-10 v1.1.30] Survival Tools BETA with hints of Material Design!

Survival Tools is a new survival app for Android with hints of Material Design!
This project is currently in Beta phase so any input will be appreciated. I would like to see how this app behaves on different devices so I decided to create this thread.
Current features are:
Compass
Map with option to save locations
Flashlight with S.O.S. morse
Stopwatch
U.S. Army Survival Manual
As of now the map is not available offline, however I will implement this in the future.
The rest of the app is perfectly functional without a internet connection.
So come and give it a try
https://play.google.com/store/apps/details?id=com.nielsmasdorp.survivaltools
UPDATE(09/09/2014)
Initial release.
UPDATE(22/09/2014)
+ Immersive mode in Survival Manual
+ Tinted statusbar on KitKat+
+ Survival Manual redesign
+ Flashlight redesign
+ Set default starting screen
+ Bugfixes
UPDATE(23/09/2014)
+ Fixed crash when opening settings on pre KitKat builds
UPDATE(28/09/2014)
+ Huge UI update
+ Fixed Flashlight crash
UPDATE(29/09/2014)
+ Bugfixes
UPDATE(02/10/2014)
+ Chapter list update
+ Bugfixes
+ Reduced filesize
+ Improved performance
UPDATE(06/10/2014)
+ Bugfixes
+ UI tweaks
+ Dutch translation
+ Users can now help translate this app into their native language
Screenshots
Screenshots
New update guys, much more material now
Added screens and the app is updated!
I like it, I would like you to consider adding:
Proper night mode for all screens, after all if its dark I don't want a white screen giving me away
Timer to complement the stopwach
Ability to turn on/off 100s /sec
Thank You
techguyone said:
I like it, I would like you to consider adding:
Proper night mode for all screens, after all if its dark I don't want a white screen giving me away
Timer to complement the stopwach
Ability to turn on/off 100s /sec
Click to expand...
Click to collapse
Thanks for the feedback. I will put your suggestions on the to-do list
Just noticed on my z3 compact the bottom of the stopwatch numbers are cut off as if the font used is a bit big or placed too low and cut off by another element. Does the same regardless of font size used in app settings.

[APP] Shortcutter Quick Settings - The Ultimate Shortcut Toolbox! Android 7, 8 & 9!

[APP] Shortcutter Quick Settings - The Ultimate Shortcut Toolbox! Android 7, 8 & 9!
Shortcutter is the ultimate Android Quick settings, shortcut Provider & toolbox giving you instant access to Apps, Contacts, Web Sites, Settings, Actions, Activities, Shortcuts & Services in an instant.
It's simpler than it looks & it's free to use, with additional features for less than the cost of a cup of coffee, its also under constant development!.
Access 100's of shortcuts from your home screen launcher, the system quick settings pull-down shade, the Shortcutter always on top Side Bar/Launcher or via the Shortcutters Widget's.
Please pay attention to the guides & contact me if you need help
Custom Shortcutter Side Bar / Side Launcher:
- A Floating Toolbox or Swipe out Side Bar that's always on top and accessible
- Can be positioned at the right, left or bottom of your screen.
- Over 100 shortcuts available, including up to 40 Custom tiles giving you direct access to Apps, Activities, System Shortcuts, Direct Call, Direct Dial & Web Links)!
- Create your own theme, layout & design.
Privacy Policy: http://www.leedroid.co.uk/privacy-policy.docx
System Quick Settings Pull Down Tiles:
How to add them: https://youtu.be/uaPtqfX****
* Over 80 Additional Quick Settings Tiles available for the standard user**
* Additional Tiles for Advanced users.
* Additional Root tiles also available. Quick Setting shortcut tiles for the power users out there.
Exposed Launcher Shortcuts (micro app's):
- Shortcutter Exposed Launcher Shortcuts allow you to toggle settings & services from your app drawer, home screen, HTC Edge Sense, Tasker & more!
A number of tiles & services require elevated permissions:
* Admin - Screen Lock.
* Accessibility - Activity Detection, Power Menu, Recent Apps & Split Screen.
Just some of the Shortcuts/Tiles/Toggles available:
- Auto Sync
- App Drawer/Folder
- Bluetooth
- Battery Percentage
- Brightness Preset
- Screen Cast
- Launch Camera
- Clipboard Editor
- Clicker/Counter
- Countdown Timer
- Dice
- Data Usage
- Data Speed
- Expand Quick Settings
- Expand Notifications
- Flashlight
- Floating Calculator
- File Browser
- Font Scale
- Keyboard/IME Selector
- Location Mode: Off, Device Only, Battery Saving & High Accuracy*
- In Ear Audio
- Notification Log
- Multi Window
- Mute Media
- My Location
- My Play Apps
- New Tweet
- New Email
- Next Alarm
- Night Light/Desk Clock
- NFC*
- Power Menu
- Play/Pause Music
- Power Saver*
- Quick SMS
- Quick Reminder
- Recent Apps, Back & Home buttons.
- RAM Usage
- Rounded Corners
- Ring Mode
- Screen Wake AKA Caffeine
- Screen Record
-- Custom video profile - 1080p, 720p, 480p, HIGH or QVGA
- Screenshot - High Res
--- Custom save location for screenshots & recordings.
--- Notifications with View, Share & Delete actions
- Screen Timeout
- Screen Brightness Mode
- Speaker Audio
- Screen Filter AKA Night Mode
- Screen Lock - *Requires Device Admin*
- Screen Orientation
- Stopwatch
- Touch Vibration
- Volume Panel
- Unknown Sources
- Web Search
- WiFi
- WiFi Hotspot
- Assistant
- VPN
- Weather
- SystemUI Tuner
- 20 Custom Tiles (40 in the Sidebar) - Add a shortcut to any application, activity, shortcut on your device, assign a web address/search term, direct dial, direct message or shell command (Root).
With Settings Secure Access (Enabled with a PC command):
- ADB
- Data Roaming
- Ambient Display
- Heads Up Notifications
- Immersive Mode/Expanded Desktop
- Keep Screen On While Charging
- Monochrome
Additional ROOT Tiles:
- Mobile Network Mode
- Mobile Data
- Advanced Power Menu
- Assign shell commands to custom tiles.
Add an extra layer of security in your quick settings pulldown, replace your existing tiles with shortcutter tiles & enable the Lock Shortcutter Pull-Down Tiles option!
Some functionality may be impacted by manufacturer changes
Get it on Google Play
I am looking for as much feedback as possible and I am more than open to feature requests!
P.S don't forget to leave a rocking 5 star review!
Feedback is the key guys... I will do all I can to make Shortcutter everything it can be!
Wow... Well that's a first.. total silence
LeeDroid said:
Wow... Well that's a first.. total silence
Click to expand...
Click to collapse
Give it time, it will pick up for sure. Hey had another idea to bounce off ya. Would it be possible to add different weather icons, like chronus icon pack support or even add icons from a repo on my GitHub. That would be awesome, one of the things I miss from custom rom, was Omni team added their weather tile and it could show a monochrome icon or a colored icon. I added a bunch of different icons to the Resurrection Remix repos of mine.
Sent from my SM-G955U1 using Tapatalk
Doable but a total pain in the nuts imo
Ido need to do some additional work on the weather tile state though so I will have a play around
Amazing app ! its that all i need to swich between 3g/4g and see the battery life directly
Ivixmax said:
Amazing app ! its that all i need to swich between 3g/4g and see the battery life directly
Click to expand...
Click to collapse
Cheers
Hope you have left that as feedback in the play store too bud
LeeDroid said:
Cheers
Hope you have left that as feedback in the play store too bud
Click to expand...
Click to collapse
5 stars
Ivixmax said:
5 stars
Click to expand...
Click to collapse
Cheers buddy, extremely appreciated! Ratings make a big difference
LeeDroid said:
Cheers buddy, extremely appreciated! Ratings make a big difference
Click to expand...
Click to collapse
Just downloaded the beta with adb enabled, will try it out and give feedback
linom said:
Just downloaded the beta with adb enabled, will try it out and give feedback
Click to expand...
Click to collapse
Cheers! Just pushed an update to beta, should be there in ten minutes or so.. V2.7.2
LeeDroid said:
Cheers! Just pushed an update to beta, should be there in ten minutes or so.. V2.7.2
Click to expand...
Click to collapse
First of all thank you for your amazing app, it's simply fantastic.
I would like therefore to report something and suggest something
1 - When I set up the quicksettings tiles (for example when I activate/deactivate the network mode tile) I loose all the tiles on my panel and have to set them up again from scratch. (is this a bug ?)
2 - I would like to ask you if you could add 3G/4G auto in the network selection ?
Thank You
lahceneamine said:
First of all thank you for your amazing app, it's simply fantastic.
I would like therefore to report something and suggest something
1 - When I set up the quicksettings tiles (for example when I activate/deactivate the network mode tile) I loose all the tiles on my panel and have to set them up again from scratch. (is this a bug ?)
2 - I would like to ask you if you could add 3G/4G auto in the network selection ?
Thank You
Click to expand...
Click to collapse
Wow.. which device are you using as I'm not seeing the same behaviour on the Pixel, HTC U11 or HTC 10.. that sounds like a system bug.
3G/4G Auto is actually in the array but it's Network Mode specific, I will take a look at the latest available asap
LeeDroid said:
Wow.. which device are you using as I'm not seeing the same behaviour on the Pixel, HTC U11 or HTC 10.. that sounds like a system bug.
3G/4G Auto is actually in the array but it's Network Mode specific, I will take a look at the latest available asap
Click to expand...
Click to collapse
I didn't mention my device because I thought it was on the Galaxy S8 forum, sorry
I've a G950F on TouchWiz Android 7.0
lahceneamine said:
I didn't mention my device because I thought it was on the Galaxy S8 forum, sorry
I've a G950F on TouchWiz Android 7.0
Click to expand...
Click to collapse
Oh sorry, I miss read the bug report :laugh:
This should now be resolved on more recent app versions, it only occured when the system hadn't populated the tiles in the database prior to them being altered in the app.
2.7.0+
Thanks I am using it n my S8+ and love the immersive full screen mode ?? Left 5 stars feedback too.
have just pushed V2.7.6 to Beta
Accessibility service cleaned up, now listens for app install screen, permissions screen and accessibility screen.. if any of these are shown the Rounded Corners & Screen Filter overlays are switched off.
Rounded Corners & Screen Filter now cover the devices navigation bar.
All number pickers changed to SeekBar dialogues.
Lots of bugs squashed
Works fine for me. Just a question before I buy the full version, does screen record work properly?
---------- Post added at 06:15 PM ---------- Previous post was at 06:07 PM ----------
LeeDroid said:
have just pushed V2.7.6 to Beta
Accessibility service cleaned up, now listens for app install screen, permissions screen and accessibility screen.. if any of these are shown the Rounded Corners & Screen Filter overlays are switched off.
Rounded Corners & Screen Filter now cover the devices navigation bar.
All number pickers changed to SeekBar dialogues.
Lots of bugs squashed
Click to expand...
Click to collapse
The 'System UI Tuner' option crashes. Maybe this is the issue: https://forum.xda-developers.com/showpost.php?p=72413941&postcount=283
linom said:
Works fine for me. Just a question before I buy the full version, does screen record work properly?
---------- Post added at 06:15 PM ---------- Previous post was at 06:07 PM ----------
The 'System UI Tuner' option crashes. Maybe this is the issue: https://forum.xda-developers.com/showpost.php?p=72413941&postcount=283
Click to expand...
Click to collapse
Yes it certainly does
Systemui tuner is a nightmare, not much I can do with that as it's just a link to the activity... I might build my own
LeeDroid said:
Yes it certainly does
Systemui tuner is a nightmare, not much I can do with that as it's just a link to the activity... I might build my own
Click to expand...
Click to collapse
Great, just purchased the app. Expecting continued support for a looonng time! Will leave a good feedback !

Categories

Resources