You Apps ClockYou Versions Save

Privacy focused clock app built with MD3

v8.0

1 month ago

What's Changed

Bug Fixes

Features

Other changes

New Contributors

Full Changelog: https://github.com/you-apps/ClockYou/compare/v7.1...v8.0

v7.1

4 months ago
  • feat: option to set custom start tab by @Bnyro

  • feat: add option for filtering alarms by @arkibax

  • feat: display the remaining time before the alarm starts when enabling by @Malinki03

  • fix: wrong alarm shown as enabled after deleting previous one by @Bnyro

  • fix: null pointer exception in alarm service by @SuhasDissa

  • chore: cleanup the filter logic in the viewmodel by @SuhasDissa

  • refactor: don't sort alarms on UI thread by @Bnyro

v7.0

4 months ago

New Features and improvements

  • feat: improved alarm relative time display by @SuhasDissa
  • feat: add option to create one-time alarms by @SuhasDissa
  • feat: show hours in timer card by @M00NJ
  • feat: show how many hours each time zone is ahead or behind by @SuhasDissa
  • feat: respect system first day of week for alarms by @Bnyro
  • feat: show day of the week in clock screen by @Bnyro
  • feat: better alarm receiver dialog by @SuhasDissa
  • feat: use country names for timezones by @SuhasDissa
  • feat: custom themes by @SuhasDissa
  • feat: auto stop alarm after 10 minutes by @SuhasDissa
  • feat: Added a Toast notification when enabling an alarm by @Malinki03

Bug Fixes

  • fix: keep screen on while stopwatch in progress by @VishnuSanal
  • fix: alarm time not respecting locale by @SuhasDissa
  • fix: properly respect the system's first day of week by @Bnyro
  • fix: clock list performance issues by @SuhasDissa
  • fix: app crash on boot by @SuhasDissa

Design improvements

  • style: fullscreen alarm improvements by @M00NJ
  • style: improved clock screen design by @SuhasDissa
  • style: add progress ring for stopwatch by @SuhasDissa
  • style: New Alarm Layout by @SuhasDissa

Code improvements

  • refactor: use stateflow for alarm list by @SuhasDissa

New Contributors

  • @VishnuSanal made their first contribution
  • @Malinki03 made their first contribution

[!TIP] World clock data has been updated. It's recommended to clear the world clock list before updating.

v6.4

6 months ago

This is a hotfix release for v6.3. If you didn't yet, please read the release notes for v6.3!

New features

  • feat: add notification buttons to snooze and dismiss alarm by @SuhasDissa

Bug fixes

  • fix: full screen alarm not working by @SuhasDissa

v6.3

6 months ago

New features

  • feat: add full screen intent for alarm by @SuhasDissa
  • feat: better alarm screen design by @SuhasDissa
  • feat: snooze alarm option by @SuhasDissa
  • feat: use correct alarm volume settings by @SuhasDissa

Bug fixes

  • fix: crash on A14+ when scheduling alarm by @Bnyro
  • fix: Android 14 alarm permission crash by @SuhasDissa
  • fix: timer numpad goes into negative values by @Bnyro
  • fix: 00 button behaviour by @SuhasDissa
  • fix: Layout shifts when opening settings by @SuhasDissa
  • fix: hide seconds in 12 hour clock by @SuhasDissa
  • fix: overflowing alarm sound name by @Bnyro
  • fix: notification sound for alarm by @SuhasDissa
  • fix: background service error by @SuhasDissa

Code changes

  • style: update launcher icons by @M00NJ
  • chore: rename from Bnyro to You Apps en mass by @Bnyro
  • chore: (README): update app description by @M00NJ
  • chore: (Fastlane): update description by @M00NJ
  • chore: enable gh sponsors badge by @Bnyro
  • chore: migrated Room DB from Kapt to Ksp by @aritra-tech
  • chore: (readme): fix typo (built -> built) by @Bnyro
  • chore (fastlane): update app icon by @M00NJ
  • refactor: use large rounde FAB for major stopwatch actions by @Bnyro

v6.2

8 months ago

What's changed

Nothing, this is only a small update with translations in order to get picked up by F-Droid.

Full Changelog: https://github.com/you-apps/ClockYou/compare/v6.1...v6.2

v6.1

8 months ago

What's Changed

  • fix: Alarm goes off at wrong time (24 h system error) @Bnyro
  • fix: Time picker and number keypad preference swapped by @M00NJ
  • fix: Displayed time for different regions and their offset by @Bnyro
  • fix: Time picker input after disabling minimal time picker by @Bnyro
  • feat: Possibility to listen to ringtone before applying it by @Bnyro
  • feat: Display the remaining time until the alarm sounds @Bnyro
  • feat: Persistent timers by @SuhasDissa
  • design: New placeholder icon for alarms screen by @SuhasDissa
  • design: Timer card ui tweaks by @M00NJ
  • refactor: Rename time picker preference by @M00NJ

Full Changelog: https://github.com/you-apps/ClockYou/compare/v6.0...v6.1

v6.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/you-apps/ClockYou/compare/v5.1...v6.0

v5.1

10 months ago

What's Changed

  • Allow sorting the world clocks (#86)
  • Support for setting custom sounds for timers (#82)
  • Implement a proper back stack (#85)
  • Switch to new, uniform app icon
  • Add credits section and higher res icon to readme by @M00NJ
  • fix: Add getSecondsStringPadded function to better support both timer pickers
  • Fix that stopwatch timestamps can't be reset (#88)
  • Base the number keypad size on screen size (#92)

New Contributors

Full Changelog: https://github.com/Bnyro/ClockYou/compare/v5.0...v5.1

v5.0

11 months ago

What's Changed

  • Support for the SET_TIMER intent (#78)
  • Add number keypad to pick timer duration (#77)
  • Multiple preset timers at once (with labels) (#42)

Minor changes and bug fixes

  • Repeat alarm sound until dismisses (#67)
  • Improve appearance of timer and stopwatch countdown
  • Fix notification actions and restarting timers
  • Set initial navigation tab based on received intent
  • Respect 12 and 24 hour format in widgets (#75)
  • Decrease font size in vertical clock widget (#69)
  • Use chronometers for timer and stopwatch notifications for better Android support

New Contributors

Full Changelog: https://github.com/Bnyro/ClockYou/compare/v4.0...v5.0