Alinson S. Xavier
bf3964a231
Merge branch 'hotfix/1.7.7'
8 years ago
Alinson S. Xavier
657cde75d8
Disable signing config
8 years ago
Alinson S. Xavier
c56b86d32c
Bump version again
...
The previous number was already in use by an alpha version
8 years ago
Alinson S. Xavier
16f20d50a0
Fix bug that caused reminders to keep repeating every few seconds
...
Fixes #351
8 years ago
Alinson S. Xavier
7bb88dcb97
Bump version and update CHANGELOG
8 years ago
Alinson S. Xavier
223b8bc5ec
Merge branch 'dev' into llunak/custom_snooze
8 years ago
Luboš Luňák
e052a144bd
fix testTruncate_dayOfWeek failing with some locales
8 years ago
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
Luboš Luňák
e970473876
make notification snooze popup follow night mode setting
8 years ago
Luboš Luňák
cec05ccbca
when asking for snooze delay, first show a list of common options
8 years ago
Luboš Luňák
aac59367dc
properly handle the activity window of the snooze time dialog
8 years ago
Luboš Luňák
0421ca0549
make snooze time dialog follow night mode setting
8 years ago
Luboš Luňák
43e802fb8e
implement custom snooze for notifications
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
TruffelNL
f6620be2d9
Removed an if statement
...
Removed the check if a summary was already shown.
8 years ago
TruffelNL
1c2abb543b
Added private variables
8 years ago
TruffelNL
87cf2871a7
Added bundled notifications
...
Added bundled/grouped/stacked notifications as per https://github.com/iSoron/uhabits/issues/243
8 years ago
srikanth r
e041d9041b
Implemented cancel to reminders of habits.
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