1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-28 09:33:31 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer 6f02f9e350 Unit-Test and fix *Attributes sort order
When adding e.g. new DeviceAttributes, we cannot simply add them to the
attributes list, because that list is supposed to be ordered. We could
insert it at the beginning, but that would be brittle to changes in the
GBDaoGenerator, so we simply re-fetch them from the db after adding
new attributes.
2016-09-02 00:34:30 +02:00
..
activities UI refactoring of the DB management activity. 2016-08-31 17:35:28 +02:00
adapter Rename GBDevice#hardwareVersion to model 2016-08-26 20:57:59 +02:00
contentprovider Move parsing of preference strings to int values to Prefs 2016-04-25 23:39:03 +02:00
database Unit-Test and fix *Attributes sort order 2016-09-02 00:34:30 +02:00
deviceevents Pebble: implement decline call with SMS 2016-06-21 00:31:53 +02:00
devices Include known devices from the database in CC 2016-08-31 00:33:54 +02:00
entities db refactoring: remove raw activity kind field from pebble health minute data, add a blob column for raw undecoded health minute data. 2016-08-10 23:06:07 +02:00
externalevents centralize quit() functionality in GBApplication 2016-07-08 22:35:52 +02:00
impl Remove/document deprecated stuff 2016-08-27 22:45:27 +02:00
model Even more documentation/specification 2016-08-27 20:14:42 +02:00
service Add preference for save raw pebble health data. 2016-08-31 14:05:02 +02:00
util Include known devices from the database in CC 2016-08-31 00:33:54 +02:00
GBApplication.java UI refactoring of the DB management activity. 2016-08-31 17:35:28 +02:00
GBEnvironment.java Some Javadoc 2015-10-26 23:32:03 +01:00
GBException.java Refactoring 2015-09-24 14:45:21 +02:00
LockHandler.java Getting closer... db migration almost works. 2016-06-18 01:26:36 +02:00
Logging.java One more attempt at fixing dynamic logging reconfiguration 2016-05-26 23:46:21 +02:00
LoggingExceptionHandler.java Some Javadoc 2015-10-26 23:32:03 +01:00
SleepAlarmWidget.java More WIP on db refactoring 2016-05-13 23:47:47 +02:00