36 Commits

Author SHA1 Message Date
7e6c0b90e2 Merge pull request 'Volume Seekbar Fixes' (#3) from dev into main
Reviewed-on: #3
1.1.1
2025-08-17 08:49:15 -07:00
84c75f6be7 No need to call something in onCreate which is called in onResume. 2025-08-17 08:41:29 -07:00
1b3ca8c8af Only change the seekbar if it differs so that the volume sidebar does not show up on every open. 2025-08-17 08:40:56 -07:00
f83a8b41e4 Ensure volume bar is accurate if the app is minimized and the volume is modified before the app is reopened. 2025-08-17 08:35:13 -07:00
bc433b4185 Correctly add a space between "Volume" and the status. 2025-08-17 08:33:00 -07:00
34b13473c9 Show the article URL for proper accreditation. 2025-07-19 15:54:00 -07:00
a642b51532 Increment version for future development. 2025-07-19 15:52:02 -07:00
a5490b98c7 Hide release files (APKs and JSON) from Git. 2025-07-19 15:51:05 -07:00
140350012b Fix URL. 2025-07-19 15:50:40 -07:00
d610bfd40b Merge pull request 'v1.1.0 - Update Targeted Version + Enhancements + Bugfixes' (#1) from dev into main
# Enhancements
- Target Android 36 and update theme so that the app may be used properly on current and future versions of Android.
- Volume slider for easy viewing and changing of current settings.
- Add a default sound for devices lacking notification sounds.
- Add a rounded icon.

# Bugfixes
- App opening with Start already pressed.
- Large intervals (hundreds of hours) causing odd behavior.
1.1.0
2025-07-19 15:25:33 -07:00
b1c2dfaa6f Add a Spanish string resource. 2025-07-19 15:00:47 -07:00
e79ee82193 Add textview for volume control. 2025-07-19 15:00:26 -07:00
4f64ca49b7 Add a seek bar tied to media volume. 2025-07-13 19:31:15 -07:00
25969dd6d6 Fix the issue of a device not having any sounds to play by including a basic backup chime. 2025-07-13 18:38:17 -07:00
1fe3035050 Add a rounded icon and move icons to mipmap from drawable. 2025-07-13 18:37:09 -07:00
219ef6d64e Add more debug output regarding the prevention of large numbers. Reinstate missing assignment of longLoopInterval. 2025-07-13 12:47:27 -07:00
854f5df595 Set the versions to the newest SDK. Dock the minumum by 1 to match Carb Up. 2025-07-13 10:32:50 -07:00
dbb1af03c4 Finish fixing the large numbers bug by making 99:59:59 the maximum value allowed. Enhance the logging around resetting the StartStop key after a crash. 2025-07-13 10:32:19 -07:00
37e7df98af Update all debug log text. Fix bugs related to Start/Stop button. Start working on TODO for large value bug. 2025-07-12 15:43:47 -07:00
9bb729d5c2 Remove test from version name. 2025-07-12 15:31:07 -07:00
03380cf023 Putting things into place to fix a bug when the app is destroyed while the timer was running. 2025-07-12 13:18:52 -07:00
8da02333df Fix minute section displayin the hour's worth of minutes. 2025-07-12 12:39:11 -07:00
926fe17919 Remove unused imports. 2025-07-12 12:38:20 -07:00
fb007debad Change theme to DayNight rather than hardcoded to Light. Doesn't change much right now. 2025-07-12 12:38:08 -07:00
23772cedcb Remove the temporary app name header and add a margin for the true action bar. 2025-07-12 12:30:44 -07:00
e02abc19f8 Remove the temporary action bar hide. 2025-07-12 12:30:12 -07:00
fc6ff2e5cc Begin working on UI fixes. 2025-07-11 14:53:09 -07:00
4cd8641ec2 Update version. 2025-07-11 14:52:47 -07:00
15ff7fa1cf Clean up extra lines. 2025-07-11 14:52:37 -07:00
a3fe0d4a2e Delete deleteme's. 2025-07-11 14:30:40 -07:00
f055efed02 Project is now compiling and running on a test device successfully. 2025-07-11 14:30:15 -07:00
9446f427c3 Add link to a helpful upgrading article. 2025-07-11 13:38:53 -07:00
c57cdd0a35 Update gradle and android:gradle configurations so that the project builds successfully. 2025-07-11 13:38:27 -07:00
058e854606 Ensure app can be installed by future Android versions. 2025-07-11 13:13:04 -07:00
cd14c98ffe Add original project. Final 2025-01-04 12:39:21 -07:00
1783fc3953 Initial commit 2025-01-04 10:15:47 -07:00