Gadgetbridge/app
Andreas Shimokawa bdf403210e Pebble: Fix configuration of certain pebble apps
for appkeys with index 0 it was assumed they were not found becaus JSONObject.getOpt() returns 0 if not found.
Use the getOpt() method variant with a fallback parameter instead and set that to -1 fixes the problem.

(Also fixes a missing debug output)

Fixes #419
2016-10-28 00:03:50 +02:00
..
src Pebble: Fix configuration of certain pebble apps 2016-10-28 00:03:50 +02:00
build.gradle Release 0.13.6 2016-10-23 23:14:05 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00