Luboš Luňák
318caa886c
fix csv export with locales that do not use dot as decimal separator
8 years ago
Luboš Luňák
46c61f9ea9
force US locale for tests
8 years ago
Alinson S. Xavier
ba78e563cd
Merge branch 'keep_position' of git://github.com/llunak/uhabits into dev
8 years ago
Alinson S. Xavier
acb94db6d6
Introduce failing test for bug #339
8 years ago
Luboš Luňák
d2cc283bd5
don't reset habit position when editing it
8 years ago
Alinson S. Xavier
6c66078a65
Merge pull request #337 from llunak/export_name
...
fix name of exported files (correct the time)
8 years ago
Luboš Luňák
be9c2ff64d
fix name of exported files (correct the time)
...
This reverts part of a75a27ad
, where this got changed presumably by mistake.
8 years ago
Alinson S. Xavier
bb22972eb2
Minor code style changes
8 years ago
Alinson S. Xavier
e911fb35b6
Better explain LED lights feature
8 years ago
Alinson S. Xavier
d1490ee771
Update Gradle and Android plugin
8 years ago
Alinson S. Xavier
6d44b4124d
Merge pull request #333 from llunak/fix_sql
...
avoid sql error when updating sql database
8 years ago
Luboš Luňák
f8e0d07236
avoid sql error when updating sql database
...
The index doesn't exist in version 1.7.6 and so trying to drop it
would lead to an error, resulting in not being able to import
1.7.6 database.
https://github.com/iSoron/uhabits/issues/327
8 years ago
Alinson S. Xavier
52c4282601
Merge pull request #329 from llunak/fix_snooze
...
fix snooze button in notifications
8 years ago
Alinson S. Xavier
665204bf7a
Merge pull request #326 from llunak/notifications-led
...
Make notifications also blink the LED
8 years ago
Luboš Luňák
f52da56221
fix snooze button in notifications
...
The "pref_snooze_interval" preference is manipulated by the ListPreference
class, which according to its docs stores the preference as a string.
Without reverting this part of 864636705d
,
this results in "java.lang.ClassCastException: java.lang.String cannot be
cast to java.lang.Long" when trying to snooze a notification.
8 years ago
Luboš Luňák
4d59783809
make LED blinking for notifications configurable
8 years ago
Luboš Luňák
a680d57cac
make notifications also blink the LED
8 years ago
Alinson S. Xavier
dccf5eae47
Only use signing configuration if env variables are defined
8 years ago
Alinson S. Xavier
b2a8c9c45f
Remove PebbleReceiver
8 years ago
Alinson S. Xavier
125a574ff9
Merge branch 'master' into dev
8 years ago
Alinson S. Xavier
7bb62c197f
Include Play Store plugin
8 years ago
Alinson S. Xavier
a75a27ad42
Make the day start at 3am instead of midnight
...
Closes #50
8 years ago
Alinson S. Xavier
4126f01ef1
Reactivate proguard
8 years ago
Alinson S. Xavier
9816fc9127
Update Android plugin
8 years ago
Alinson S. Xavier
b135aa09a3
Use more simple toString style
8 years ago
Alinson S. Xavier
f3a64fd67a
Add tests for equals, hashCode and toString
8 years ago
Alinson S. Xavier
864636705d
Implement tests for Preferences
8 years ago
Alinson S. Xavier
281861cac5
build.sh: read keystore from environment variables
8 years ago
Alinson S. Xavier
c05f50998f
Add branch and commit hash to version name
8 years ago
Alinson S. Xavier
b2734b179c
README: Add link to latest stable release
8 years ago
Alinson S. Xavier
00a4abf266
README: Switch to shields.io
8 years ago
Alinson S. Xavier
47e279b3b3
Update SharedPreferencesStorage
8 years ago
Alinson S. Xavier
87f1d635d8
Implement PropertiesStorage
8 years ago
Alinson S. Xavier
fdcb9daadc
LoopDBImporter: update table names
8 years ago
Alinson S. Xavier
5fde0501b5
README: Add link to dev apk
8 years ago
Alinson S. Xavier
f72799f48c
README: Update badge link
8 years ago
Alinson S. Xavier
60c62b8609
Temporarily disable proguard
8 years ago
Alinson S. Xavier
e5bc06c138
Increase time limit
8 years ago
Alinson S. Xavier
fa5ba0c1ef
Update build.sh
8 years ago
Alinson S. Xavier
43be70b27c
build.sh: Do not abort when uninstall fails
8 years ago
Alinson S. Xavier
89400e281e
Move version numbers from build.gradle to gradle.properties
8 years ago
Alinson S. Xavier
57dc19550d
Fix errors
8 years ago
Alinson S. Xavier
a8aa6f192c
Replace Long by Timestamp
8 years ago
Alinson S. Xavier
882ddba324
Fix acceptance tests
8 years ago
Alinson S. Xavier
2f7509b94e
Update test images (KitKat)
8 years ago
Alinson S. Xavier
10e68aa008
Update build.sh
8 years ago
Alinson S. Xavier
a5720e8d7f
BaseViewTest: increase tolerance
8 years ago
Alinson S. Xavier
c7aaa98935
Convert widget providers to Kotlin
8 years ago
Alinson S. Xavier
efcb5710c0
Convert more classes to Kotlin
8 years ago
Alinson S. Xavier
3783fd8506
Convert RingtoneManager to Kotlin
8 years ago