cpfeiffer
d3f3cefaf8
Update changelog for mpandroidchart fixes
2018-01-14 22:27:26 +01:00
cpfeiffer
dd670ef783
Update changelog for bgjs crash fix
2018-01-14 21:24:13 +01:00
Andreas Shimokawa
3d8d5e8d57
bump version, update changelogs
2018-01-14 18:29:22 +01:00
Felix Konstantin Maurer
65c83c404c
Revert unnecessary changes
...
This reverts commit c19da6c6d8
.
2018-01-09 22:41:27 +01:00
Felix Konstantin Maurer
1477235fa2
Clean preferences code
2018-01-09 22:41:27 +01:00
Felix Konstantin Maurer
254afafa3e
First try at periodic db export
2018-01-09 22:41:27 +01:00
Andreas Shimokawa
7358c5da58
bump version, update changelogs
2017-12-30 22:45:10 +01:00
Andreas Shimokawa
f85fd2dc46
add changelogs for 0.23.1
2017-12-23 00:14:34 +01:00
Andreas Shimokawa
2cd53665a7
add changelogs
2017-12-16 23:54:39 +01:00
Andreas Shimokawa
17a820028e
move weather to another screen
2017-12-16 23:42:50 +01:00
Andreas Shimokawa
f0ac296492
Initial support for cyanogenmod/lineage weather provider
...
TODO:
- also reconstruct json for Pebble background js fake replies
- find a better location for settings
- interatively display candidates when looking up location
- grey out setting on non-cm/los devices
2017-12-11 19:09:37 +01:00
Andreas Shimokawa
3108f5c22c
XML: the worst invention after Java
2017-12-02 21:29:43 +01:00
Andreas Shimokawa
f7f0722a1f
bump version, add changelog
2017-12-02 21:25:09 +01:00
Andreas Shimokawa
92c9d347a6
bump version, add changelog
2017-11-14 23:36:13 +01:00
Andreas Shimokawa
1e324acd65
Mi Band 2/Bip/Cor: Whole day HR Measurement
2017-11-11 00:04:51 +01:00
Andreas Shimokawa
0b9bf561dc
bump version, add changelog
2017-11-09 22:59:15 +01:00
Andreas Shimokawa
11d49f223b
add changelog bump version
2017-11-03 23:26:54 +01:00
Andreas Shimokawa
dd440f51df
Amazfit Bip: add manual language selection
2017-11-01 23:32:54 +01:00
Daniele Gobbetti
72f76b60d3
Pebble: send temperatures according to the configured measurement system
...
Fixes #858
<Without further comments but feel free to insert a long rant about the beauty of the metric system>
2017-11-01 17:58:58 +01:00
Daniele Gobbetti
e7839f1c39
Replace the Combined Charts with simple Line Charts
...
Fixes #808
The datasets had to be separed in order to fill the area below each line with the right color.
2017-11-01 17:35:05 +01:00
Daniele Gobbetti
98b04dd2fc
Allow disabling left/right swipe on the graphs
...
Fixes #860
Added preference to control this option
Swiping down will still toggle a sync of the data from the device (if connected) in any case
2017-11-01 09:07:01 +01:00
Andreas Shimokawa
c43b31b1e7
bump version, update changelog
2017-10-30 09:10:03 +01:00
Andreas Shimokawa
e20c88e3de
update changelogs
2017-10-25 22:47:55 +02:00
Andreas Shimokawa
6603b3fa05
Merge branch 'background-javascript'
2017-10-16 23:06:36 +02:00
Andreas Shimokawa
54231ba490
update changelogs, bump version
2017-10-15 22:29:35 +02:00
Daniele Gobbetti
e99b802a35
Pebble: enable toggle background JS only if experimental features are enabled
2017-10-10 22:00:01 +02:00
Andreas Shimokawa
fbef490419
Merge branch 'master' into background-javascript
2017-10-04 21:49:39 +02:00
Andreas Shimokawa
32e1dec0f8
bump version update changelogs
...
(release real 0.21.5 early because 0.21.4 had a mismatched version/tag)
2017-10-04 19:44:21 +02:00
Andreas Shimokawa
49bebc3440
Merge branch 'master' into background-javascript
2017-10-01 23:36:22 +02:00
Andreas Shimokawa
58c7691142
fix typo
2017-10-01 22:50:05 +02:00
Andreas Shimokawa
b982d27c9a
bump version, update changelog
2017-10-01 22:36:26 +02:00
Andreas Shimokawa
0ffa2ce45a
move up measuerement system from hplus to global preferences
2017-09-29 12:33:08 +02:00
Andreas Shimokawa
e6d939e5cb
Merge branch 'master' into background-javascript
2017-09-28 17:31:45 +02:00
Andreas Shimokawa
7e29234a7e
bump version, update changelog
2017-09-28 16:09:48 +02:00
Andreas Shimokawa
0a9664d5ec
Merge branch 'master' into background-javascript
2017-09-25 23:50:08 +02:00
Andreas Shimokawa
56269c5a37
bump version, add changelog
2017-09-25 22:22:59 +02:00
Daniele Gobbetti
e8ae47de79
Pebble: Make background JS support toggle-able
...
- Add preference to enable background JS (default disabled)
- Remove the dummy activity used to create the webview, use ExternalPebbleJSActivity instead
- Add layout for legacy configuration, used if background JS is not enabled
- Create the view upon connecting, not when launching the application
- Remove the generic helpers used to find out if any device would need the background webview
- Drastic refactoring of WebviewSingleton moving internal classes in a new package "webview" in service/devices/pebble
2017-09-25 17:12:35 +02:00
mueller-ma
78494f3155
Display button action settings as disabled when feature disabled
...
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2017-09-12 20:24:03 +02:00
Andreas Shimokawa
acf779a8e4
Amazfit Bip: fix long messages not being displayed at all
2017-09-11 23:20:57 +02:00
Andreas Shimokawa
0b8494faee
Bump version, add changelog
2017-09-11 22:35:08 +02:00
Michal Novotny
05d0625b68
Mi Band 2: Implement multiple button actions
...
This enables option for multiple button actions according to the "Delay after button action". This broadcast is being sent to the intent
along with button_id extra identifying how many times have the pass been done.
By pass defined number of button presses is meant.
2017-09-10 23:02:13 +02:00
Andreas Shimokawa
1efd73af5e
Update README and changelogs
2017-09-05 22:48:03 +02:00
Michal Novotny
fcf9be877a
Support for button actions on Mi Band 2 device ( #793 )
...
Implement button actions for MiBand 2
2017-09-05 22:37:41 +02:00
Andreas Shimokawa
4bc6e2f71d
update changelogs again
2017-08-27 23:40:27 +02:00
Andreas Shimokawa
fdcdd76b22
I hate xml
2017-08-27 01:06:35 +02:00
Andreas Shimokawa
107a03b0db
prepare for release
2017-08-27 01:01:42 +02:00
Andreas Shimokawa
f9e43919ae
update changelogs
2017-08-22 01:04:08 +02:00
Andreas Shimokawa
fd952aa5ae
bump version, add changelog
2017-08-22 00:33:55 +02:00
Andreas Shimokawa
a969d4b7dd
update changelogs
2017-08-19 23:52:46 +02:00
Andreas Shimokawa
6f522ec5f2
update changelog
2017-08-18 14:03:09 +02:00