1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-28 16:00:12 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
cpfeiffer 2149b18ae3 Yay, animating live activity data works.
Nice hack: MPAndroidChart supports animating values, but only animating
a new entry, going from zero to its actual value. We want to animate
a single entry changing its value.

Since it's just a single entry, we can let a custom animator do this
(without knowledge of any other entries).
2015-10-01 22:36:33 +02:00
..
activities Yay, animating live activity data works. 2015-10-01 22:36:33 +02:00
adapter Refactoring 2015-09-24 14:45:21 +02:00
database Refactoring 2015-09-24 14:45:21 +02:00
deviceevents Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
devices Merge branch 'master' into live-activity-data 2015-09-27 00:16:04 +02:00
externalevents Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
impl Merge branch 'master' into live-activity-data 2015-09-27 00:16:04 +02:00
model Merge branch 'master' into live-activity-data 2015-09-27 00:16:04 +02:00
service Merge branch 'master' into live-activity-data 2015-09-27 00:16:04 +02:00
util Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
GBApplication.java Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch 2015-09-25 00:53:40 +02:00
GBEnvironment.java Initial support for testing the DeviceCommunicationService 2015-08-22 01:09:56 +02:00
GBException.java Refactoring 2015-09-24 14:45:21 +02:00