Gadgetbridge/app/src/main/res
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
..
drawable-hdpi revamp icons 2015-06-17 23:44:53 +02:00
drawable-mdpi revamp icons 2015-06-17 23:44:53 +02:00
drawable-xhdpi revamp icons 2015-06-17 23:44:53 +02:00
drawable-xxhdpi revamp icons 2015-06-17 23:44:53 +02:00
layout Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
menu Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
values Refactoring of database access 2015-08-03 01:21:44 +02:00
values-de Updated translations from transifex (thanks!) 2015-08-03 01:29:06 +02:00
values-es Updated translations from transifex (thanks!) 2015-08-03 01:29:06 +02:00
values-it Updated translations from transifex (thanks!) 2015-08-03 01:29:06 +02:00
values-ko Updated translations from transifex (thanks!) 2015-08-03 01:29:06 +02:00
values-ru Updated translations from transifex (thanks!) 2015-08-03 01:29:06 +02:00
values-tr Update German translation 2015-06-13 00:54:43 +02:00
values-v21 use our accent color for Material Design 2015-06-26 00:18:44 +02:00
values-w820dp First checkin of actual code 2015-01-07 14:00:18 +01:00
xml Allow the user to set the target number of steps for each day (fitness goal), both in the sharedpreferences and in the MiBand. 2015-07-29 18:49:16 +02:00
.gitignore ignore values-en, always created by tx pull -a 2015-05-07 20:46:24 +02:00
android-logger.properties Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00