Gadgetbridge/app/src/main/res/menu
cpfeiffer 7c597b325a Big refactoring: move classes and packages around to get a better structure
- model package contains mostly shared interfaces (UI+service), not named GB*
- impl package contains implementations of those interfaces, named GB*
  the impl classes should not be used by the service (not completely done)
- the service classes should mostly use classes inside the service and deviceevents
  packages (tbd)

Every device now has two packages:
- devices/[device name] for UI related functionality
- service[device name] for lowlevel communication
2015-08-03 23:09:49 +02:00
..
appmanager_context.xml make sure Intent broadcasts do not leave Gadgetbridge, add missing xml file 2015-03-27 12:13:19 +01:00
controlcenter_context.xml Refactoring of database access 2015-08-03 01:21:44 +02:00
menu_alarm_details.xml Initial implementation of setting alarms to the Mi Band. 2015-06-30 06:40:14 +02:00
menu_charts.xml Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
menu_main.xml Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
menu_set_alarm.xml Initial implementation of setting alarms to the Mi Band. 2015-06-30 06:40:14 +02:00