Andreas Shimokawa
f20e11d517
Pebble: Increase maximum notification body length from 255 to 512 bytes on firmware 3.x
2015-12-07 12:25:34 +01:00
cpfeiffer
134eeacaea
Whitelisted 5.15.7.14
2015-12-07 01:22:27 +01:00
cpfeiffer
365ce61cb6
Support for firmware upgrade/downgrade on Mi 1A.
...
I hope I didn't break firmware upgrades on some Mi 1 models
other than mine (my hardware revision is 2).
Upgrades for Mi 1S are currently disabled, we need some brave
souls who can help us test this.
Closes #173
Also see: #169
2015-12-07 01:14:06 +01:00
cpfeiffer
6b053c4240
Make method protected, for future use
2015-12-07 01:13:47 +01:00
cpfeiffer
aa60ce4b56
Disable some notifications also for update-firmware operation
...
(introduce a common superclass to do that)
2015-12-07 01:13:47 +01:00
cpfeiffer
579546c9f8
Display a toast when bonded
2015-12-07 01:13:47 +01:00
cpfeiffer
b056e1b2a0
tiny log addition
2015-12-07 01:13:47 +01:00
cpfeiffer
8cd6bf09a4
Fix NPE when an error occurs during activity synchronization
...
(activityDataStruct is null after handleActivityFetchFinish())
Also remove superfluous log statement -- toasts are logged as well.
2015-12-07 01:13:47 +01:00
Andreas Shimokawa
b05cfc6aac
Pebble: fix crash on firmware 3.x when pebble requests a pbw that is not in Gadgetbridge's cache
2015-12-06 17:56:46 +01:00
Andreas Shimokawa
79f92b8495
Fix installing pbw files from different URIs than local files on Firmware 3.x. Fixes #183
2015-12-06 17:22:07 +01:00
Andreas Shimokawa
9ebb320e10
fix installing pbz/pbw files from content provides (eg. download manager)
...
This still does not fix pbw isntallation problems with FW 3.x since the content does not get copied to the pbw cache yet when content providers are involved
2015-12-06 16:48:43 +01:00
Andreas Shimokawa
05a8436f7c
Treat notifications from Signal as chat messages
2015-12-06 16:10:46 +01:00
Andreas Shimokawa
39e09946cd
fix missing assignment *cough*
2015-12-06 15:39:34 +01:00
Andreas Shimokawa
112dfa184a
Catch securtiy exception if contacts can't be read on Android 6.0. Closes #182
2015-12-06 15:32:48 +01:00
Andreas Shimokawa
bc108ba095
Pebble: support installing 3.x apps on OG Pebble
2015-12-05 16:06:42 +01:00
Andreas Shimokawa
aca0149b45
use DeviceHelper in DeviceSupportFactory to determine supported device from bt addresses
...
This fixes a bug when Pebble was detected as Mi when unpaired.
Since we were not able to read the device name, it was considered MI by duplicated and
faulty code. Fixes #177 .
2015-12-01 11:39:34 +01:00
cpfeiffer
40d7f3b19f
Improved log output for progress actions
2015-11-30 23:42:59 +01:00
cpfeiffer
4b42a9a4f6
Improved log output for abort actions
2015-11-30 23:42:59 +01:00
cpfeiffer
8585572197
Improved log output for plain actions
2015-11-30 23:42:59 +01:00
Andreas Shimokawa
17ba49374c
Fix copy&paste error in K9Receiver.java, update CHANGELOG.md
2015-11-27 23:45:27 +01:00
Andreas Shimokawa
c768107db8
Catch permission errors in K-9 Mail receiver. Closes #175 .
2015-11-27 22:42:47 +01:00
cpfeiffer
bd0716ba58
Some more lint warnings fixed
2015-11-23 23:04:46 +01:00
cpfeiffer
95dc67c98d
Back to sdk level 19 ( #173 )
2015-11-23 22:49:11 +01:00
cpfeiffer
81c2f657bd
Some lint fixes
2015-11-23 22:46:12 +01:00
cpfeiffer
4616dcc965
Handle case where notification.extras is not available #174
2015-11-23 22:09:47 +01:00
cpfeiffer
394a0905dc
Avoid potential, but very unlikely NPE
2015-11-23 21:59:13 +01:00
cpfeiffer
a53f1c21eb
Simplification
2015-11-23 21:39:08 +01:00
cpfeiffer
34e08f6de8
Avoid potential NPE. Check for null first.
2015-11-18 23:21:56 +01:00
cpfeiffer
1e6db708d2
Fix NPE.
...
Now that is a really crappy API in Android that returns an array with null values.
closes #167
2015-11-18 23:18:01 +01:00
Andreas Shimokawa
1734e58f70
Pebble: Initial try to interpret sleep
2015-11-15 10:30:28 +01:00
cpfeiffer
ebbb71ae9d
Update MPAndroidChart to 2.1.6
2015-11-13 23:57:04 +01:00
cpfeiffer
f349846f4a
Another small change to BTLE device connection #156
2015-11-13 23:53:48 +01:00
cpfeiffer
2e267a4c2b
Temporary workaround for totally wrong sleep stats
...
The reason being that we filter samples by activity kind
and then calculate the total sleep time using a delta between two
consecutive sample timestamps. But due to filtering of samples, not
all samples are consecutive. Instead of we have "holes" and add those
to your sleep time.
The data in the db is correct though (it always is), it's just the
display in the app that is wrong.
2015-11-09 23:56:46 +01:00
cpfeiffer
d9722c6db2
Translate strings, remove unused variable
2015-11-09 23:56:46 +01:00
cpfeiffer
58cfd0fef9
For a start, connect with "false" #156
...
My connection problems went away with this. Let's see how it works out.
2015-11-03 20:23:48 +01:00
cpfeiffer
c27459b6cc
It's recommended to cancel discovery before connecting
2015-11-01 23:32:25 +01:00
cpfeiffer
952a383856
Use batched database commits for Mi Band activity samples
2015-11-01 21:41:36 +01:00
cpfeiffer
d4f070f0aa
Simplify external dir handling again -- prefer the primary dir
...
The primary external dir is often a user-partition on the internal
storage medium. This one is safe in multi-user environments.
The "removable storage" (sdcard) on the other hand can be read by
everyone. If the former is not available or not writable, use the
latter.
closes #153
2015-11-01 20:49:50 +01:00
cpfeiffer
8920f5e95b
Test fixing problem with non-writable getExternalFilesDir() #153
2015-10-29 00:46:52 +01:00
cpfeiffer
1f599c660f
Improved file and error handling
2015-10-28 23:54:08 +01:00
cpfeiffer
694b3d897f
Some Javadoc
2015-10-26 23:32:03 +01:00
cpfeiffer
39c7a853c8
Improve error logging: #153
2015-10-26 22:45:43 +01:00
cpfeiffer
54c316778b
Add exception to GB.toast() to get it logged
2015-10-25 00:13:32 +02:00
cpfeiffer
4200e77016
Disable activity data fetching when not supported
...
Closes #149
2015-10-24 23:28:55 +02:00
Andreas Shimokawa
f287c04ad9
Pebble: simplify Misfit data parsing, since all assumptions seem to be wrong :/
2015-10-24 11:12:40 +09:00
Andreas Shimokawa
4b9304b897
fix
2015-10-23 23:55:23 +09:00
Andreas Shimokawa
59f4766bc5
no comment
2015-10-23 23:18:36 +09:00
Andreas Shimokawa
e809c490dc
add method for batch inserts in ActivityDatabaseHandler. Closes #150
2015-10-23 22:13:12 +09:00
Andreas Shimokawa
4aff3c8e8e
Pebble: try to improve Misfit steps parsing. Should be really close now.
2015-10-22 23:56:45 +09:00
cpfeiffer
c350f04fa9
Make "Locate device" work with newer firmware and MI1A. ( #136 )
...
Separate the different notification logic into distinct strategy classes.
2015-10-22 00:53:27 +02:00