Alinson S. Xavier
0dc46d02a4
Minor style changes
8 years ago
Alinson S. Xavier
ecf3086aef
Merge branch 'add-delete-button-to-stats' of git://github.com/derebaba/uhabits into pull/delete-button
8 years ago
derebaba
10be875b48
Fixed test
8 years ago
Alinson S. Xavier
0077d35ff9
Automatically dismiss summary notification
8 years ago
Alinson S. Xavier
2a4a7c975f
Add action to show reminder right now (for developers)
8 years ago
Alinson S. Xavier
e91f1c3fa4
Merge branch 'dev' into feature/custom-snooze
8 years ago
Alinson S. Xavier
9d48b4bcdb
Simplify code; change notification actions to Yes/No/Later
8 years ago
Alinson S. Xavier
7f1a35ebe5
Merge branch 'dev' of git://github.com/rsri/uhabits into pull/cancel_notification
8 years ago
Alinson S. Xavier
5ccd546958
Merge branch 'dev' of git://github.com/TruffelNL/uhabits into dev
...
# Conflicts:
# uhabits-android/src/main/java/org/isoron/uhabits/notifications/AndroidNotificationTray.kt
8 years ago
Victor Yu
def71d8141
Merge branch 'dev' into stack_checkmark_widget
8 years ago
Victor Yu
8feb07ff1b
Code review changes; Made 'stack view' design available for all widgets
8 years ago
derebaba
1edd76ae8c
Added delete button to statistics screen
8 years ago
Alinson S. Xavier
7613e6e1cb
Update to Android Studio 3.0 stable
8 years ago
Alinson S. Xavier
5629a28823
Merge pull request #348 from llunak/fix_synchronized
...
synchronize HabitList properly
8 years ago
Luboš Luňák
b1c2ab90d3
synchronize HabitList properly
...
When the app is not running and ReminderReceiver receives ACTION_SHOW_REMINDER,
the (SQLite)HabitList will start loading its data in the background for some
reason, and if the loading takes a moment, ReminderReceiver will call
the unsynchronized HabitList.getById() before the loading finishes,
failing to find the habit for which to show the notification.
8 years ago
Victor Yu
268cb0bc18
Can make either the normal checkmark widget or stackview checkmark widget
8 years ago
Victor Yu
5a78de5a25
Implemented ability to choose multiple habits for stackview
8 years ago
Victor Yu
82972d6e47
Implemented stackwidget style for checkmark widgets
8 years ago
Alinson S. Xavier
a201273781
Refactoring
8 years ago
Alinson S. Xavier
819a8d341f
Merge branch 'llunak/custom_snooze' into dev
8 years ago
Alinson S. Xavier
b8f7d4fad2
Add missing test screenshots
8 years ago
Alinson S. Xavier
dea4e069c5
Add test screenshots for Oreo
8 years ago
Alinson S. Xavier
07c7234bfc
Merge branch 'master' into dev
8 years ago
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