[APP][TEQTIC] PClock - Time as a percentage - Android Apps and Games

Introducing PClock:
PClock lets you visualize your time as a percentage.
Features
• Count up or down
• Notifications that update in real time
• Widgets that update in real time
• Repeat on certain days of the week or set specific dates
Install now and visualize your time in a different way to boost your productivity!
Customer service is a top priority at TEQTIC. If you experience an issue, please use the contact menu option inside the app or email [email protected] before leaving a negative review! We usually reply to all emails within 48 hours, and often much quicker.
DOWNLOAD:
XDA:DevDB Information
PClock - Time as a percentage, App for all devices (see above for details)
Contributors
Flyview, Flyview
Version Information
Status: Stable
Current Stable Version: 1.1.0
Stable Release Date: 2019-02-15
Created 2018-11-17
Last Updated 2019-02-15

CHANGELOGS
1.1.0 (2019.02.15)
-New option to alert with every percent change
-Added sound to notifications by default (soft tick)
-New save button so you can go back without saving changes
-New notification settings button
-Show notification icon on PercentClock cards
-Animate when toggling visibility of UI elements
-Fixed rare Android 9 ad issue
-Fixed subscription option
-Added Remove ads button
-Updated About dialog style (spacing, date style, website link)
-Linked "Our other apps" to website
[-Changed to new billing system]
[-Made ad not reload every time result runs]
[-Added “free trial” to subscription description]
[-Fixed link to lock me out in rate dialog]
[-Changed to textAppearance button for day picker buttons like in LMO]
[-Move Day picker above checkboxes]
[-Fixed rotation while creating clock not remembering percentclock state (was only visually setting the checkboxes/edittext)]
[-Made it so if dates were already set they aren’t forgotten if toggling repeatDaily]
[-Don’t allow day picker to have no days selected]
[-If not repeating but less than 24h, display time range instead of date range on first page]
[-Make count down and show notification true by default]
[-Updated OSP (2019.02.12) and PreferencesProvider (2019.02.10)]

Interesting app.
Sent from my Redmi Note 4 using Tapatalk

sfslesh said:
Interesting app.
Sent from my Redmi Note 4 using Tapatalk
Click to expand...
Click to collapse
Any suggestions? I'd love to hear what you're using it for or how it could be better!

New update out on Google Play and XDA Labs (changelog above)!

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.3+] Notific : Lockscreen Notification [1 Jan] [v650]

{
"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"
}
What it is :
Notific is lockscreen notification app that displays your notification in an intuitive manner when you need it.
It will automatically turn the screen on and display your notification in an easily accessible tabbed dialogue. It will also show notification quick action buttons if expansion is enabled.
Why it is special :
If the phone is in pocket, don't worry. Notific is intelligent enough to understand that and will not turn on the screen. But if you take out the phone from your pocket within 10secs (customizable) it will turn on the screen for you.
Notific doesn't impact battery life as it will only use the proximity sensor for 10 secs.
The memory usage is highly optimized (2-10MB) and doesn't use 50MB+ as in other notification apps.
From version 2.0 onward, Notific comes with a AndroidWear inspired theme for those don't prefer the dark holo look. (only 4.4+ devices)
The multitude of notifications we get every day are probably the most sensitive information for some and these deserve the utmost privacy.
That's why Notific comes with absolutely no private data mining. No crash data, No Google analytics collection.
It doesn't require connecting to Internet, so you can be sure that there's no way your information goes out of your device.
Project status :
The app is in active development and will get frequent updates and lots of features are in pipeline, including privacy mode and themes (features already there, but more to come).
Possible problems :
Proximity sensor values are calibrated for Nexus devices by default. If you have problems with the sensor on Galaxy or Xperia devices, try calibrating the sensor from app settings or TurnOff Pocket Mode
If you can't uninstall the app, Go to Security Settings in device settings menu -> Security settings -> Device Administrator -> uncheck Notific from list -> then uninstall
Downloads :
Free version :
Free version of Notific is named "Notific : Popup Notifications" which has EVERY feature as the paid one EXCEPT Blacklist/Whitelist function.
In case you decide to support me by downloading the paid version, kindly uninstall the free version first.
Download from Play Store
https://play.google.com/store/apps/details?id=com.anandbibek.notifyfree
https://play.google.com/store/apps/details?id=com.anandbibek.notifyfree
Paid version
Download from Play Store
https://play.google.com/store/apps/details?id=com.anandbibek.notifypro
https://play.google.com/store/apps/details?id=com.anandbibek.notifypro
Screenshots / Posters
Click button below to expand posters
Beta Testing opt in, Screenshots and changelogs
See next post
How to join Beta Testing
• Join this Google+ community https://plus.google.com/communities/100847340464059618257
• Opt for beta version by going here.
Free : https://play.google.com/apps/testing/com.anandbibek.notifyfree
Paid : https://play.google.com/apps/testing/com.anandbibek.notifypro
• Wait sometime for beta version to be available for update.
• Read the beta changelog in play store to know how to test new features of beta version.
Screenshots / Posters
Click button below to expand posters
-------------------------------------------------------------------
Some Not-so-obvious features
• You can unlock the screen without viewing or dismissing any notification by double tapping the lock handle in popup
• Drag to dismiss icon on left and hold for one sec to dismiss all notifications. WARNING: It will dismiss everything in your status bar, whether the app is blacklisted or not.
(Free version APK has been removed, since it is available in Play Store now. It's better since users will receive updates timely)
---For changelogs ----
New in 6.5.0
• Added an "Apps" section to mark apps whose persistent notifications should be shown. You can mark your music players that post standard Now Playing notifications so that lockscreen music controls are available.
• Unlocking won't start on pressing action buttons of notifications, but can be invoked on long press. Behaviour can be toggled in Settings - Others - Action button unlock.
---Older changelogs ----
New in 6.4.5
• Correctly handle multiple long text action buttons in notifications.
New in 6.4.0
� Allow disabling popup when battery is low. (Default ON). This helps in preventing battery drain due to repeated "battery low" notification coming from Android System.
� Minor bug fixes and enhancements.
New in 6.3.0
� Added a charging indicator in Wear and Dark themes.
� Minor bug fixes and enhancements.
New in 6.2.2
� Android N compatibility
New in 6.2.1
� Fix settings changes not shown visually
� Add an option to turn off haptic feedback in sensor settings
New in 6.2.0
� Improve animations while exiting and unlocking lockscreen popups
New in 6.1.1
� UI improvements & library upgrades
New in 6.1.0
� Follow the lockscreen settings to decide whether to show blank lockscreen on last notification dismiss (screen off bug fixed)
New in 6.0.5
� Updated French translations by Ruddy Autem
New in 6.0.4
� Fix Google Play Music buttons
New in 6.0.3
� Add option to enable or disable Notific's own QUICKREPLY button beside Whatsapp's native reply. Option under "Reply Settings". Notific's reply option is less secure as it can used over a secure lockscreen, but it is more convenient. So use it wisely.
New in 6.0.1 - 6.0.2
� Telegram notifications now support direct reply feature as in Whatsapp
� Crash fixes
New in 6.0.0
� Add (most requested) ability to show up like lockscreen even if no notifications. This is a new feature, will be polished in coming updates. You are never advised to use 3rd party lockscreen as they can never be secure like system lockscreen. Use this only if you don't need strict access control. You can also use this in combination with system lock.
� Changed "Show popups when" setting to default "Screen Off". This should fix popup coming repeatedly while pin unlock (reported in special cases during alarms)
� Check last posts for a giveaway announcement
New in 5.1.6
� Added Indonesian translation by Faisal Hanif
� Updated Italian translations by Azzurra Sirchio
New in 5.1.5
� Improve direct reply in Notific to coexist with Whatsapp's own Reply feature
New in 5.1.0 - 5.1.4
� Fix "After unlock, show when" mode settings "NEVER" option to behave as expected
� Double tap to sleep set to disabled by default
� Close keyboard automatically after replying
� Various bug fixes
New in 5.1.0 - 5.1.2
� Easily direct reply to all chats in Whatsapp by separate notifications for every contact. (Android 5.0+). Enable disable this settings under "Reply Settings"
� Double tap to sleep option in AndroidWear theme (4.4+). Settings under "Others"
� Lots of interface improvements and legacy theme colors fixed for Android 5.0+
New in 5.0.1 - 5.0.5
� Bug fix for Android 4.4 crash (Whatsapp reply disabled on 4.4 for now)
� Bug fix for Ambient dark theme
� Bug fix for some devices (above 4.4 Kitkat ) reporting Notific not working since v5.0 release
New in 5.0.0
� Reply to single Whatsapp messages straight from lockscreen. This feature is being developed and will be polished in upcoming updates.
� Option to not show popup on manual unlock [under Notification settings]
� Bug fixes
New in 4.1.3
� Christmas effects revert
� Small compatibility improvement
New in 4.1.2
� Fix removal of notifications if dismissed from other device
� Fix double notifications for all apps.
� Improve legacy theme behaviour of dismiss all function.
New in 4.0.6
� Fix for twitter notifications not showing user picture and not opening app
� Snowfall
New in 4.0.4
� Fix skype double notifications
� New icon for holiday season
New in 4.0.2
� Master switch on dashboard
New in 4.0.1
� Major improvements in code
� Allow viewing full text of notifications in scrollable area (Wear Theme only)
� Compiled with Marshmallow SDK and new libraries
Beta 4.0.0
� Proximity sensor check time default has been increased to 5 mins!
� Wakelock has been turned off by default.
� Battery drain should be minimum even with 5 min check, due to improved algorithm (Self tested, awaiting user feedback)
� Proximity timeout can be increased to 3600 (1hr) or above to have something like always checking mode. (in my test it drained only 5% extra battery in whole night with 9hr check set)
New in 3.4.9
� Fix full text display in expanded mode.
New in 3.4.8
� Card icons as tabs for Wear theme.
� Clock will follow system settings by default.
� Troubleshooting options : Option to run service in foreground. Needed if service is killed by OS (Persistent notification shown. Experimental option to hide it).
New in 3.4.7
� Show time saved by Notific (just for fun)
� Add Turkish language (Thanks Ali Aras)
� Minor bugfix and improvements
New in 3.4.4
� UI improvements
New in 3.4.1 - 3.4.3
� Fix for multiple notification problem of whatsapp.
� Optimize immersive mode to follow user set option strictly
� Bug fix and performance blah blah
New in 3.4.0
� Optimization for Lollipop & Material UI (re)design for app part.
� Default sensor poll delay now 1 sec. It works better across more devices.
� Options to customize Wear theme font sizes
� Fix for Whatsapp notification not showing full content on Lollipop. (Multiple cards for multiple chats problem will be fixed soon)
� Updated German translations (by Penturon)
New in 3.3.4
� Fix the problem of notifications remaining if cleared from other device. (Wear theme only)
New in 3.3.2 - 3.3.3
� Bug fixes only
New in 3.3.1
� Slick new animations and graphics for Android Wear theme.
� One rare crash fix.
New in 3.3.0
� Repeated Notifications (pulse mode, recurring, whatever you call it.)
� Bug fixes & stability improvements.
New in 3.2.2
� Fix blank title bug
� Wakelock enabled by default. Turn off if you don't need
v 3.2.1 Free
� Long press on notification to show hidden notification content in Privacy mode. (Toggle it in "Settings > Other Settings" )
� Portuguese translations. Credits: H�lder Palma
v 3.2.0 Free
� Finally fixed Android L lockscreen dismissal bug.. It should work perfectly on Lollipop now.
v 3.1.2 Free
� Fixed Smart Screen Off option
� Contact pictures turned on by default
� Bigger clock text size
v 3.1.0 Free
� Added wakelock feature. If your phone doesn't wake screen up on notification sometimes (like OnePlus, LG G3, etc) , enable Wakelock option under Troubleshooting settings. (Drains a little more battery but makes screen light-up more stable)
� Material design improvements in app UI.
� Rounded contact pictures in AndroidWear� inspired theme.
v 3.0.1 Free
� Possible fix for wallpaper getting stuck bug.
� Minor bug fixes
v 3.0.0 Free
� Bug fixes for Android Lollipop compatibility.
� Material design
� Performance improvements
� Wear is now default theme for Kitkat and Lollipop devices
� Legacy theme isn't recommended on Lollipop, it doesn't work well
**Currently there's some problem with auto screen unlocking on Android 5 due to API problems. It will be fixed as soon as possible.
v 2.6.0 Free
� New "Ambient Dark" theme, inspired from Ambient mode in Android L, just in time for Halloween
v 2.5.1 Free
� "Smart screen off" option. If you turn this on, dismissing the last notification will lock the screen only if a new notification came in recently (within last 30 secs). So in most cases, when you have manually woken up your device, it won't auto turn off screen.
v 2.5.0 Free
� Option to show user picture of notifications [AndroidWear theme only]
� Option to show title in privacy mode [AndroidWear theme only]
� Russian, Spanish and Arabic translations. Thanks to Victor Lapin, Gil Almonte, KoubaK, JetSub
v 2.4.0 Free
� Privacy mode (Hide notification content of selected apps)
v 2.3.1 Free
� Configurable : screen lock on last notification dismiss.
� Add Slovene translation (thanks to and other language updates.
� Minor bug fixes
v 2.3.0 Free
� Background blurring option (Increases memory and CPU usage. Use it wisely)
� Option to configure if pressing action button on notification will unlock keyguard automatically (only for AndroidWear theme, under Misc. Settings)
� A possible fix for popup getting stuck in Wallpaper bug that some reported. (Check under Troubleshooting settings)
v 2.2.1 Free (Corresponding to paid version 2.2.1)
� Fix for night mode timing
v 2.2.0 Free (Corresponding to paid version 2.2.0)
� Night mode option : Notific won't handle any new notifications during that time
� Configurable condition when popups will be shown.
-only if screen was off (previous default)
-only if phone was locked
-if phone was both locked and screen was off
-if phone was either locked or screen was off (current default)
� Translations
German : Christoph Seelbach
French : Antoine Thenaisy
v 2.1.0 Free (Corresponding to paid version 2.1.0)
� Configurable sensor polling delay under Troubleshooting options. Default is 0 where there is no delay as in previous versions. If pocket mode doesn't work, increase the value (1sec is optimal). It should fix the problem for some devices.
� Added customization settings for following : Slider width, screen rotation, detailed immersive mode.
� Screen timeout option is now system independent. Set 0 or blank to follow system timeout.
� Fixes : wallpaper brightness in legacy theme, show expanded preference followed in Wear theme, "Show" low priority notification option now works as expected, keep popup heights within bound
� Battery usage improvements
v 2.0.2 Free (Corresponding to paid version 2.0.2)
� Brought back old popup display mechanism for showing Notific after unlocking (slower but stable), can be changed in settings.
v 2.0.0 Free (Corresponding to paid version 2.0.0)
� Android Wear inspired theme (only supported in Android 4.4+ due to API restrictions on 4.3).
� Add help message popups for whitelist/blacklist usage.
� Dismiss all notifications by dragging and holding for 1 sec on the dismiss icon (left target)
� Option to change background wallpaper brightness (zero for full black).
� Fix bugs of popup disappearing, black screen on unlock (not confirmed) , zero width drawing and others.
� Blacklisting will now correctly omit notifications from showing up beside others.
Version 1.3.9 (corresponding paid version 1.4.0)
� More fixes for handling rapid/successive/repost type notifications.
� Popup won't rotate lockscreen to landscape.
� Added option to disable screen turning on.
� Immersive mode while popup display (only available for 4.4 Kitkat).
� Fixed blacklist header jumping (paid version feature).
� Possible fix for screen not turning off (only reported by one user)
Version 1.2.9 (corresponding paid version 1.3.0)
� Fix some bugs with default timeout values.
� Improved code for handling notifications posted in quick succession
Hey this app is great, thinking of buying but the price is a tad too high for Indian users. I think it should be Rs.59($1) i.e half the price of your current price in Google Playstore. This app need a break through pricing just like the no. 1 app in Playstore - Poweramp Music player.
Please don't mind it's just a suggestion. Maybe you can give new launch discount
Sent from my Nexus 7 using Tapatalk
Hi, Thanks a lot for working on this app, Currently I am testing it.. Small suggestion, as a precautionary why don't you wait until some testing done on the app here in XDA forum before posting it in Play store.
Bz it may lead to less rating.. Which I feel the app doesn't deserve.
Thanks.
Sent from Moto e using Tapatalk
rocky869 said:
Hey this app is great, thinking of buying but the price is a tad too high for Indian users. I think it should be Rs.59($1) i.e half the price of your current price in Google Playstore. This app need a break through pricing just like the no. 1 app in Playstore - Poweramp Music player.
Please don't mind it's just a suggestion. Maybe you can give new launch discount
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Well, what to say.. a cup of coffee costs 60INR which takes 5mins to make. The app took over 2 months, hours every day...
but I understand that it sounds high.
I'll see if I can do smthng abt it. Although I don't want to troll those who already bought at 2$
_satish_ said:
Hi, Thanks a lot for working on this app, Currently I am testing it.. Small suggestion, as a precautionary why don't you wait until some testing done on the app here in XDA forum before posting it in Play store.
Bz it may lead to less rating.. Which I feel the app doesn't deserve.
Thanks.
Sent from Moto e using Tapatalk
Click to expand...
Click to collapse
Play store allows us to refund an app. if it's not working you can refund and get your money back.
about testing, I used it for over 1 month and tested with 2-3 other people for one week.
there shouldn't be any problem..
And anyone who wants to check device compatibility is welcome to try the trial version first
Thanks for feedback and suggestion guys. Good to see some activity in the thread
Hi, Currently I am using this app in my Moto E (4.4.2), its working flawless mostly. Sometimes I observed floating notification is not coming on locked screen.
And also the notification is not showing action items (reply /... ), please check the screen shot attached.
Sent from Moto e using Tapatalk
_satish_ said:
Hi, Currently I am using this app in my Moto E (4.4.2), its working flawless mostly. Sometimes I observed floating notification is not coming on locked screen.
And also the notification is not showing action items (reply /... ), please check the screen shot attached.
Sent from Moto e using Tapatalk
Click to expand...
Click to collapse
Your sms app should have the action buttons in notification. Notific only shows those buttons if already present.
I use cyanogenmod and hence the sms app has those options. Try out 8sms.
Loving it! I just wish it show up a clock above the notification:fingers-crossed:
Not compatible with Note 2, running CM 10.1.3
Will keep an eye out for comparability updates
Sent from my GT-N7100 using XDA Premium 4 mobile app
Not compatible with the LG g2
Sent from my LG-D802 using XDA Premium 4 mobile app
app seems quite good so far, my only issue and questions though, hy does it turn on my screen on notification arrival and how can I make that stop, pocket mode already is disabled.
Works fine on S4 + CM M8
In really like this app. It needs a way to reply to SMS message. That would be great
Sent from my SCH-I605 using XDA Premium 4 mobile app
nimrodity said:
app seems quite good so far, my only issue and questions though, hy does it turn on my screen on notification arrival and how can I make that stop, pocket mode already is disabled.
Click to expand...
Click to collapse
+1 for this
Very nice app. I've been using NiLs for a while now on SlimSaberKat ROM but I'm definitely liking your version of Lockscreen Notifications. I'm going to test it out a little more and if it's a go I'll buy it from the store as well.
Sent from my SCH-I545 using Tapatalk
Not compatible with Note 2 running 4.1.2.
mschiska said:
Not compatible with Note 2 running 4.1.2.
Click to expand...
Click to collapse
how do i uninstall this app, i dont see the option
First of all my thanks to XDA for reviewing the app. Really happy that people are using it.
MeAgainstMyNafs said:
Not compatible with Note 2, running CM 10.1.3
Will keep an eye out for comparability updates
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
tupacpsp said:
Not compatible with the LG g2
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
mschiska said:
Not compatible with Note 2 running 4.1.2.
Click to expand...
Click to collapse
Guys, sorry but this app uses the Notification Listener service only available in Android 4.3 or above. I've another app Notify Me v2, that is compatible upto 2.3 Gingerbread, but less functionality.
you can check that out if you wish.
https://play.google.com/store/apps/details?id=com.anandbibek.notifyme
XDA thread : http://forum.xda-developers.com/showthread.php?t=2707698

[APP][5.0+][FREE] Random Reminder - for behavioral changes

Random Reminder is a productivity app aimed at helping users achieve behavioral changes with random reminders. Any non-time-based reminders can take advantage of the app. From the time of the reminders to the appearance of each reminder, they are all randomized and customizable.
Features:
- Statistics: Random Reminder also offers statistics for each individual reminder item. You will be able to see yourself progress over a period of time. Useful information like completion rate will be provided to you. Customization options will also be available.
- Message: Add a motivational message to yourself when adding a new reminder. The message will be displayed when the reminder is triggered randomly.
- Done/Snooze: You can choose to mark the reminder as done or snooze the reminder so you will be reminded again in a specific time.
- Options: You can select notification tone, vibration or even LED notification light to make the reminder more obvious so you won't miss a single one of them.
- Preview: You can preview a reminder to see how it looks like. No worries though because the font and the background is all random too, so you won't see the same look constantly.
There are a lot other features to be explored. Install the app and expect some achievements and boost in productivity!
SCREENSHOTS: http://imgur.com/a/abAXV
LINK TO PLAYSTORE: https://play.google.com/store/apps/d...randomreminder
XDA:DevDB Information
Random Reminder, App for all devices (see above for details)
Contributors
xXJJJasonXx
Version Information
Status: Stable
Stable Release Date: 2016-06-30
Created 2016-06-30
Last Updated 2016-07-01

[APP][5.0+] Notification Timer ⏱️: Use stopwatch timers from the notification drawer!

To get user feedback, I will be giving out a limited number of Google Play Store promo codes for the pro-version of the app!
Please comment or message me directly and I will be happy to send you one!
First come, first served- thanks!
Introduction
Notification Timer lets you use stopwatch timers right from your notification drawer.
No need to open an app- view and use your timers from anywhere!
If you track billable work hours, time spent on personal projects, hobbies, chores, exercise, sports, or anything else, then you need this app!
There are some great alternatives out there, but they all have the same major flaw: you shouldn't have to search for an app and wait for it to open to manage your time tracking. With Notification Time, now you don't have to!
With Notification Timer, you can access your timers from anywhere- your home screen, another app, or even the lock screen!
Click to expand...
Click to collapse
Screenshots
Features
Main Features:
• Notification timers: Timers you activate will show up in the notification drawer. You can view and use them from anywhere!
• Create and manage multiple timers: You can show and hide individual timers as you need them.
• Focus on individual timers: If you have a lot of active timers, the notification can get quite large. You can hide all but one timer by tapping the stopwatch icon, and show them all again by tapping it again.
• Customize your timers: You can give each timer a unique display name to make it stand out. Personalize your timers with more than 40 color options. Choose to hide buttons you don't need to avoid accidental resets and dismissals.
• Deactivate/reactivate timers: Don't need access to your timers right now? With one button press you can hide them all from the notification drawer. Press it again when you're ready to start tracking time again. All the timers you had active before will be remembered and activated automatically!
• Reset all timers: Done recording for the day? With one button press you can easily reset all timers back to time zero.
• Timer history: All timer events (start/stop/reset/etc.) are automatically recorded, up to 1000 events
• Set time manually: Forgot to start your timer? No worries- you can update your timer's current time manually.
• Reorder timers: Put your timers in any order you like. The order will be reflected both in the app and the notification drawer.
• Daily tracking log: Check daily breakdowns for each timer (elapsed, added, and total time).
• App themes: Dark theme is enabled by default, but a light theme is there if you prefer it.
• Timer styles: Three different timer styles are available: dark, light, and black.
• Timer sizes: Large and small layouts to suit your preference.
• Functionality settings: Lots of options are available in the Settings menu for adjusting how the app and timers work.
Pro Version Features:
• Create unlimited timers (free version is limited to 3 at a time)
• Display up to 8 timers in the notification drawer at a time
• No more notification upgrade message
• Completely ad-free
• Help support future development of Notification Timer and other great apps!
Click to expand...
Click to collapse
Notes
Due to Android technical limitations, all timers in the notification need to refresh at the same time. Because of this, you may see some hiccups or glitches while timers are running, and their displayed times might be slightly off. Paused timers will always be accurate.
For the same reasons, it is not possible to display milliseconds in the notification and still have responsive buttons- sorry! If displaying milliseconds within the app itself becomes a highly-requested feature, that could be a future possibility.
Also, please note that the daily tracking log is not able to keep track of time beyond timer history (1000 events). If you need longer term records, please consider using a separate time tracking tool. For now, the focus of Notification Timer is easy-to-use timers. If lots of users request more sophisticated time tracking then that could be a possibility for the future.
Please feel free to reach out with any bug reports or feature requests and thank you for your support!
Click to expand...
Click to collapse
Release Notes
Version 1.2.0:
Added small timer layout. With the small layout, up to twelve timers can be displayed at the same time and up to six can be displayed without having to recreate the notification after focusing on a timer. By default, the small layout will be used if five or more timers are active, but this can be changed in Settings.
Added setting to specify which layout focused timers should use.
Older Versions:
Version 1.1.0:
Created a Daily Tracking Log screen to view daily breakdowns for each timer (elapsed, added, and total time). Please note: the app still won't keep track of time beyond timer history (1000 events), so if you need to keep long term records please consider using a separate dedicated time tracking tool.
Fixed notification upgrade message not directing to in-app upgrade prompt dialog.
Fixed some memory leaks (might see some benefits in memory usage).
Version 1.0.2:
Implemented manually setting of time by typing in the time (instead of scrolling).
Tapping a timer's time within the app now opens the dialog to manually set the time.
Fixed crashing bug (probably) seen on Moto G5s Plus (and likely other devices).
Fixed crashing bug related to activate all timers button.
Adjusted contact form (removed auto-fill suggestions).
Version 1.0.1:
Tapping a timer's focus button in the app now activates the timer in the notification.
Tapping a timer's name in the app now opens the timer settings dialog.
Made slight adjustments to timer dropdown menu.
Simplified and shortened tutorial.
Ads are now hidden while the tutorial is running.
Fixed a bug that could prevent the tutorial from progressing.
Fixed bug where the activate/deactivate all timers button would crash the app if a timer had recently been deleted while active.
Version 1.0.0:
Initial release- Notification Timer lives!
Click to expand...
Click to collapse
Downloads
Google Play Store:
Notification Timer (Stopwatch)
APKs for sideloading (limited to free version without Play Store installed):
1.2.0.apk
1.1.0.apk
1.0.2.apk
1.0.1.apk
1.0.0.apk
Click to expand...
Click to collapse
XDA:DevDB Information
Notification Timer (Stopwatch) , App for all devices (see above for details)
Contributors
SuffAdvApps
Version Information
Status: Stable
Current Stable Version: 1.0.1
Stable Release Date: 2019-11-02
Created 2019-11-02
Last Updated 2019-11-02
To get user feedback, I will be giving out a limited number of Google Play Store promo codes for the pro-version of the app!
Please comment or message me directly and I will be happy to send you one! First come, first served- thanks!
I liked the idea! Right now I use the stopwatch from the default clock, but, like you said, you need to open the app and can't control via notification. I would like to test the Pro version :angel:
Technical said:
I liked the idea! Right now I use the stopwatch from the default clock, but, like you said, you need to open the app and can't control via notification. I would like to test the Pro version :angel:
Click to expand...
Click to collapse
Code sent- thanks for trying it! I was in the exact same situation, which is what caused me to decide to develop the app. I hope it helps you out!
Hey everyone! I just released an update, fixing some bugs and adding a couple features. And I still have promo codes for anyone interested!
Download it here: Notification Timer (Stopwatch)
Version 1.0.2:
Implemented manually setting of time by typing in the time (instead of scrolling).
Tapping a timer's time within the app now opens the dialog to manually set the time.
Fixed crashing bug (probably) seen on Moto G5s Plus (and likely other devices).
Fixed crashing bug related to activate all timers button.
Adjusted contact form (removed auto-fill suggestions).
Love the idea! It's much more simpler, than opening one app, and then going back, and doing that everytime you want to pause and.. well, you get it.
Noticed some problem. On my Xiaomi Redmi 3 there is only one timer in the drawer, even then I started several of them. Might be MIUI problem.
Also, it would be very nice, if app accumulated all timer time. Yeah, I can go to history and sum it all by myself, but it's no fun. Like how that realized in TimeSheet. It gives report by day, week, month, etc.
trulden said:
Love the idea! It's much more simpler, than opening one app, and then going back, and doing that everytime you want to pause and.. well, you get it.
Noticed some problem. On my Xiaomi Redmi 3 there is only one timer in the drawer, even then I started several of them. Might be MIUI problem.
Also, it would be very nice, if app accumulated all timer time. Yeah, I can go to history and sum it all by myself, but it's no fun. Like how that realized in TimeSheet. It gives report by day, week, month, etc.
Click to expand...
Click to collapse
Thanks for the heads up! A bug on that platform is very possible, as I don't have any Xiaomi/MIUI devices to test on (though I will be looking into getting one). Is it possible that your timer is in focused mode? There would be a line under the stopwatch icon and tapping it would show the other activated timers.
As for accumulated time, I am looking into a system for automatically tracking daily time and an "all timers" option would be trivial to add to that (as would week/month/etc.). Thanks for the suggestion!
In using the app, I realized I wanted to be able to have more timers displayed at a time, so I created a small timer layout to fit more into the notification. Here's the update with that feature- enjoy!
Download it here: Notification Timer (Stopwatch)
Version 1.2.0:
Added small timer layout. With the small layout, up to twelve timers can be displayed at the same time and up to six can be displayed without having to recreate the notification after focusing on a timer. By default, the small layout will be used if five or more timers are active, but this can be changed in Settings.
Added setting to specify which layout focused timers should use.

[APP][5.0+] Workout Timer

Multi purpose Workout Timer for workouts at home or in the gym​
🏋️ Easy to use workout timer suitable for every day workouts at the home or in the gym.
You can easily set your workout sets, work and rest timers and start your training.
Tabata Timer: Workout Timer is a free interval workout timer app for high intensity interval training (HIIT timer).
It is more than a countdown clock!!!
If you are looking for a good sports interval timer app, you're in the right place!
More Features!!!
Workout plan manager for whole week, get noted about current or upcoming days workout plans, STAY ORGANISED!
Download:
Download from PlayStore
Telegram group:
https://t.me/Paget96_Projects
XDA:DevDB Information
Workout Timer, ROM for all devices (see above for details)
Contributors
Paget96
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Created 2020-06-01
Last Updated 2020-08-27
New version!
v1.0.3
- Fixed Pause/Resume timer
- Updated dependencies
PlayStore:
https://play.google.com/store/apps/details?id=com.paget96.workouttimer
xda-developers Thread:
https://forum.xda-developers.com/android/apps-games/app-workout-timer-t4108289
Opened telegram group:
https://t.me/workout_timer
You can join to help me translating the app or give advices for the app.
How to remove the ads?
Thanks
This app seems interesting and it has a lot of promise I recommend increasing the size of the interactive buttons. Increasing the size is better for accessibility but also easier to interact with via touch. Also I'd suggest if possible to include an AMOLED mode. This will end up helping with battery life and for me it makes the viewing more appealing. It's good to have the option, especially as an accessibility reason.
I just installed the app, so I have yet to experience any ads. But if there's a way to remove those, that would be nice as well.
My suggestions:
1. Landscape mode - now timer and control buttons are not visible on my screen.
2. Setting to turn off the sound - so it's possible to practice in a quiet environment.
3. Setting to control the size of buttons and font - too small for me now.
PS:
Please don't do intrusive ads! Timer that shows full-screen ads in the middle of the exercise is a no go for me. It's THE most annoying thing in the world of timers.
#android #WorkoutTImer
v1.1
- Check is input blank before starting the timer, if it's blank, use predefined value in code
- Improved support with Android R
- Updated dependencies
PlayStore:
https://play.google.com/store/apps/details?id=com.paget96.workouttimer
xda-developers Thread:
https://forum.xda-developers.com/android/apps-games/app-workout-timer-t4108289
If you want, you can donate me using this link:
http://paypal.me/Paget96
or simply disable adblocker and support me over ads inside the app
Check my developer account and other apps:
https://play.google.com/store/apps/dev?id=6924549437581780390&hl=en
Thanks for the support
ramoneluis said:
How to remove the ads?
Thanks
Click to expand...
Click to collapse
At the moment you can do it with disabling internet connection then opening the app. In future I will add purchases.
thepersona said:
This app seems interesting and it has a lot of promise I recommend increasing the size of the interactive buttons. Increasing the size is better for accessibility but also easier to interact with via touch. Also I'd suggest if possible to include an AMOLED mode. This will end up helping with battery life and for me it makes the viewing more appealing. It's good to have the option, especially as an accessibility reason.
I just installed the app, so I have yet to experience any ads. But if there's a way to remove those, that would be nice as well.
Click to expand...
Click to collapse
Amoled mode will be there, Improvements on UI also and purchases to remove ads also
Thanks
neverthemore said:
My suggestions:
1. Landscape mode - now timer and control buttons are not visible on my screen.
2. Setting to turn off the sound - so it's possible to practice in a quiet environment.
3. Setting to control the size of buttons and font - too small for me now.
PS:
Please don't do intrusive ads! Timer that shows full-screen ads in the middle of the exercise is a no go for me. It's THE most annoying thing in the world of timers.
Click to expand...
Click to collapse
Thanks for suggestions, I'll do the fixes on it. Timer wont have any other ads than a banner ad.
Workout Timer v1.2
⚡️Download (https://play.google.com/store/apps/details?id=com.paget96.workouttimer)
⚡️XDA Thread
(https://forum.xda-developers.com/android/apps-games/app-workout-timer-t4108289)⚡️Telegram group (https://t.me/workout_timer)
Changelog:
- Added workout plan manager
- Added splashscreen
- Added transition animations
- Fixed issue with unable to save timer preset
- Fixed issue with scrolling up (when long list is managed)
- Changed banner style to adaptive banner (less space)
- Updated dependencies
Donate: PayPal (http://paypal.me/Paget96)
All apps: PlayStore (https://play.google.com/store/apps/dev?id=6924549437581780390&hl=en)
Telegram group link updated
https://t.me/Paget96_Projects
Workout Timer v1.3.4
⚡️Download (https://play.google.com/store/apps/details?id=com.paget96.workouttimer)
⚡️XDA Thread
(https://forum.xda-developers.com/android/apps-games/app-workout-timer-t4108289)
⚡️Telegram group (https://t.me/workout_timer)
Changelog:
- Migrated to latest firebase changes
Donate: PayPal (http://paypal.me/Paget96)
All apps: PlayStore (https://play.google.com/store/apps/dev?id=6924549437581780390&hl=en)
⚡️Download (https://play.google.com/store/apps/details?id=com.paget96.workouttimer)
⚡️XDA Thread
(https://forum.xda-developers.com/android/apps-games/app-workout-timer-t4108289)
⚡️Telegram group (https://t.me/workout_timer)
Changelog:
- New fresh icon
- Dynamic colors (Android 12+)
- Dark/light theme (follow system)
- Updated UI
- Fixed previously mentioned issues
- Conversion to Kotlin
Donate: PayPal (http://paypal.me/Paget96)
All apps: PlayStore (https://play.google.com/store/apps/dev?id=6924549437581780390&hl=en)

Categories

Resources