pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

Android - PebbleDictionary.addUint16() should be accepting int #16

Open matejdro opened 11 years ago

matejdro commented 11 years ago

Short in java is signed, while addUint16 is unsigned. That means that you cannot give that function values higher than 32,767 despite you want to add unsigned value into PebbleDictionary.

PebbleDictionary.addUint16() should be accepting int, so you can enter higher values.