1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/activities
Daniele Gobbetti 900511760c further improvements:
- the day of week are evenly spread across the screen in the alarms detail activity
- the alarms are stored in a single shared preference (as a set) NB: you'll have to reset your alarms if you used a previous version (and also manually clean the shared preferences, but this is not needed)
- the list of alarms gets correctly updated after editing a specific alarm
- the actionbar back button saves the alarm status, the device back button doesn't. I'm not sure if it's a bug or a feature :)
2015-06-30 06:40:46 +02:00
..
AbstractSettingsActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
AlarmDetails.java further improvements: 2015-06-30 06:40:46 +02:00
AndroidPairingActivity.java fix some lint warnings, mostly simplifications 2015-05-12 20:09:35 +02:00
ChartsActivity.java Initial work on supporting multiple charts. 2015-06-23 23:03:05 +02:00
ConfigureAlarms.java further improvements: 2015-06-30 06:40:46 +02:00
SleepChartActivity.java Refactoring: rename GBDeviceCommand to GBDeviceEvent 2015-06-23 11:54:33 +02:00
SleepChartFragment.java Initial work on supporting multiple charts. 2015-06-23 23:03:05 +02:00