Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Daniele Gobbetti 089a59168e Initial support for using an external browser for configuring pebble apps. This allows existing configuration pages to work without having internet access ourselves.
This is a better approach as initially thought in #191.

What is missing is outlined in the (several) TODOs.
2016-03-02 21:07:27 +01:00
..
activities Initial support for using an external browser for configuring pebble apps. This allows existing configuration pages to work without having internet access ourselves. 2016-03-02 21:07:27 +01:00
adapter Try hard to display a unique device name in ControlCenter 2015-12-28 00:16:00 +01:00
contentprovider Pebble: Report correct connection state to PebbleKit companion apps (not always connected) 2016-01-24 00:06:44 +01:00
database + Add Widget which allows quickly creating an alarm depending on the user's preferred sleep length (in hours). 2016-02-29 21:36:39 +01:00
deviceevents WIP: Work towards SMS replies / canned replies, round 2 2015-12-13 22:43:53 +01:00
devices Initial support for using an external browser for configuring pebble apps. This allows existing configuration pages to work without having internet access ourselves. 2016-03-02 21:07:27 +01:00
externalevents + Add Widget which allows quickly creating an alarm depending on the user's preferred sleep length (in hours). 2016-02-29 21:36:39 +01:00
impl Fix some typos (thanks!) #178 2016-02-29 22:08:34 +01:00
model Merge pull request #239 from 0nse/sleepAlarmWidget 2016-03-02 00:36:13 +01:00
service change some more short and byte to int regarding Morpheuz 2016-02-29 23:13:07 +01:00
util + Add Widget which allows quickly creating an alarm depending on the user's preferred sleep length (in hours). 2016-02-29 21:36:39 +01:00
GBApplication.java convert byte and short values related to activity tracking to int 2016-02-29 20:54:39 +01:00
GBEnvironment.java Some Javadoc 2015-10-26 23:32:03 +01:00
GBException.java Refactoring 2015-09-24 14:45:21 +02:00
LoggingExceptionHandler.java Some Javadoc 2015-10-26 23:32:03 +01:00
SleepAlarmWidget.java / Only execute setAlarmViaAlarmManager when we are running Lollipop+. 2016-03-02 00:05:58 +01:00