b5fda334d4
build.gradle: Give higher priority to Google Maven repository
2018-06-07 22:57:16 -05:00
88beb7b883
build.gradle: Give higher priority to Google Maven repository
2018-06-07 22:54:07 -05:00
49689317b7
Fix adaptive icons; remove obsolete folder
2018-06-07 22:35:20 -05:00
052d26c708
Upgrade to Kotlin 1.2.41
2018-06-07 22:23:40 -05:00
76c88848b2
Upgrade to Gradle 4.4
2018-06-07 22:03:13 -05:00
87f069f986
Merge branch 'master' into dev
2018-06-04 19:57:02 -05:00
ce27773138
Merge branch 'hotfix/1.7.9'
2018-04-21 10:31:54 -05:00
0864f83307
Update CHANGELOG
v1.7.9
2018-04-21 10:17:38 -05:00
624cc67d9b
Update translations
2018-04-21 10:17:31 -05:00
462bac8167
Add support for adaptive icons
...
Closes #395
2018-04-21 09:39:30 -05:00
5865eb41f7
Update notification for Android Oreo
...
- Add link to notification channel settings
- Remove snooze button
Closes #400
2018-04-21 08:50:53 -05:00
2bfd4a942d
Remove unused PebbleReceiverTest
2018-04-21 08:00:00 -05:00
b4a33cba39
Add ActiveAndroid source code to our tree and remove content providers
...
ActiveAndroid is not actively maintained anymore and contains code
related to that Content Providers that makes the application crash on
Android Oreo.
2018-04-14 10:22:31 -05:00
f02c86e61b
Bump targetSdkVersion to 27
2018-04-14 10:19:34 -05:00
5021f50e18
Bump version to 1.7.9 (36)
2018-04-14 08:11:22 -05:00
2654521647
Update only widgets containing the habit that was modified
2018-02-04 10:14:24 -06:00
778a7eb6bc
Make widgets dark grey instead of black
2018-02-04 10:13:47 -06:00
71d559d6d9
Merge branch 'dev' into feature/stackview
2018-02-04 09:52:16 -06:00
b94d2f2fa6
StackWidget: allow user to select habits
2018-01-27 20:34:11 -06:00
2904f3e2f8
Move some methods to StringUtils
2018-01-27 20:25:55 -06:00
1ad06bcc15
Preferences: allow storing Long arrays
2018-01-27 19:07:05 -06:00
bf8c14fc03
Fix reminder tests
2017-12-06 22:23:28 -06:00
b46b7aae25
Merge branch 'feature/custom-snooze' into dev
2017-12-06 21:42:04 -06:00
357f51fd5e
SnoozeDelayPickerActivity: Fix timepicker layout
2017-12-06 21:41:42 -06:00
7f257e045b
MemoryHabitList: iterate over a copy of the list
2017-12-04 23:13:31 -06:00
0dc46d02a4
Minor style changes
2017-11-15 21:54:30 -06:00
ecf3086aef
Merge branch 'add-delete-button-to-stats' of git://github.com/derebaba/uhabits into pull/delete-button
2017-11-15 21:42:30 -06:00
derebaba
10be875b48
Fixed test
2017-11-15 10:57:00 +03:00
0077d35ff9
Automatically dismiss summary notification
2017-11-14 23:03:46 -06:00
2a4a7c975f
Add action to show reminder right now (for developers)
2017-11-14 22:35:37 -06:00
e91f1c3fa4
Merge branch 'dev' into feature/custom-snooze
2017-11-14 22:20:32 -06:00
9d48b4bcdb
Simplify code; change notification actions to Yes/No/Later
2017-11-14 22:07:52 -06:00
7f1a35ebe5
Merge branch 'dev' of git://github.com/rsri/uhabits into pull/cancel_notification
2017-11-14 21:54:16 -06:00
5ccd546958
Merge branch 'dev' of git://github.com/TruffelNL/uhabits into dev
...
# Conflicts:
# uhabits-android/src/main/java/org/isoron/uhabits/notifications/AndroidNotificationTray.kt
2017-11-14 21:45:56 -06:00
Victor Yu
def71d8141
Merge branch 'dev' into stack_checkmark_widget
2017-11-08 21:04:45 -05:00
Victor Yu
8feb07ff1b
Code review changes; Made 'stack view' design available for all widgets
2017-11-08 21:03:06 -05:00
derebaba
1edd76ae8c
Added delete button to statistics screen
2017-11-02 14:21:27 +03:00
7613e6e1cb
Update to Android Studio 3.0 stable
2017-10-29 14:43:17 -05:00
5629a28823
Merge pull request #348 from llunak/fix_synchronized
...
synchronize HabitList properly
2017-10-26 19:54:51 -05:00
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.
2017-10-18 15:17:31 +02:00
Victor Yu
268cb0bc18
Can make either the normal checkmark widget or stackview checkmark widget
2017-10-15 20:44:21 -04:00
Victor Yu
5a78de5a25
Implemented ability to choose multiple habits for stackview
2017-10-15 13:36:54 -04:00
Victor Yu
82972d6e47
Implemented stackwidget style for checkmark widgets
2017-10-15 13:36:54 -04:00
a201273781
Refactoring
2017-10-10 21:31:31 -05:00
819a8d341f
Merge branch 'llunak/custom_snooze' into dev
2017-10-09 19:16:57 -05:00
b8f7d4fad2
Add missing test screenshots
2017-10-04 21:43:34 -05:00
dea4e069c5
Add test screenshots for Oreo
2017-10-04 21:27:43 -05:00
07c7234bfc
Merge branch 'master' into dev
2017-09-30 13:40:09 -05:00
bf3964a231
Merge branch 'hotfix/1.7.7'
v1.7.8
2017-09-30 13:27:45 -05:00
657cde75d8
Disable signing config
2017-09-30 13:18:26 -05:00