Commit Graph

251 Commits

Author SHA1 Message Date
Rechee
0ec604f21e fix formatting 2020-01-07 20:34:18 -08:00
Rechee
bcd9dd1bb5 now allowing blank for description
squash! now allowing blank for description
2020-01-07 20:33:39 -08:00
Rechee
61bcd253f8 fully implementing question & description in UI and code 2020-01-07 20:22:35 -08:00
Rechee
fb40dbdabc edit name description panel xml 2020-01-07 20:02:55 -08:00
Rechee
0990192cd6 making nullable 2020-01-06 17:46:48 -08:00
Rechee
1cf2d69534 creating migration tests 2020-01-06 17:40:11 -08:00
a3344358b9 Shorten release notes 2020-01-06 18:43:27 -06:00
58d8c799ce Bump version to 1.8.7 2020-01-06 18:25:37 -06:00
f9437d61b0 Fix issue causing multiple notifications to be dismissed at once (#540) 2020-01-06 18:24:53 -06:00
Rechee
0489dc39e0 updating db version and adding migration for question column 2020-01-06 12:46:05 -08:00
Rechee
88b9645be1 adding question to habit and habit record 2020-01-06 12:36:25 -08:00
997ebfc28a ListHabitsRegressionTest: update imports 2020-01-05 19:01:28 -06:00
6a91300d82 Migrate to AndroidX (#544) 2020-01-05 18:47:01 -06:00
b3a40efe46 Bump version to 1.8.6 2020-01-05 08:29:56 -06:00
547c7ffdf7 Fix ID assignment on SQLiteHabitList 2020-01-05 08:29:49 -06:00
olegivo
82486c7514 migrate InstrumentationRegistry 2020-01-05 12:24:36 +03:00
olegivo
fe732ea385 manual migration 2020-01-05 12:24:36 +03:00
olegivo
85ec0faa99 update butterknife (10.2.1) for support jetifier 2020-01-05 12:24:27 +03:00
olegivo
9ac1ae9915 automatic migration 2020-01-05 11:22:58 +03:00
0f2a93cd27 Bump version to 1.8.5 (48) 2020-01-04 08:58:09 -06:00
323c98edb8 Fix ReminderSchedulerTest 2020-01-04 08:44:42 -06:00
aadfac68cd Bring back snooze button 2020-01-03 19:56:19 -06:00
7076cffec5 Disable more flaky tests 2020-01-03 18:13:01 -06:00
526c8fe750 Bump version to 1.8.4 (47) 2020-01-03 17:55:20 -06:00
464eaf613d Fix some empty CSV files 2020-01-03 17:46:46 -06:00
b21d77514a Increase logging for ReminderReceiver and WidgetReceiver 2020-01-03 17:46:46 -06:00
58ed759224 Disable notification bundling; add default question 2020-01-03 17:46:42 -06:00
7c742e1016 Make HabitCardListCache more thread-safe; add null checks 2020-01-03 17:09:39 -06:00
d1b83d069d Loop 1.8.3 2020-01-03 13:20:09 -06:00
7d35a85a37 Disable some flaky tests 2020-01-03 13:19:34 -06:00
616d9ab46c Put SavedState tests together 2020-01-03 12:59:59 -06:00
29e4a8d4ec Minor style changes 2020-01-03 09:00:17 -06:00
Rechee
ceed784acd remove unused tag 2020-01-03 08:56:50 -06:00
Rechee
897887f802 optimize imports 2020-01-03 08:56:50 -06:00
Rechee
dcd0c61b8d fixed issue where weekly picker dialog isn't being restored on rotation
squash! fixed issue where weekly picker dialog isn't being restored on rotation
2020-01-03 08:56:50 -06:00
1285b653ed Fix imports 2020-01-03 08:56:40 -06:00
dfd5c65595 Create failing regression test for issue #534 2020-01-03 08:15:52 -06:00
315bddea96 Automatically fix invalid timestamps, instead of crashing 2020-01-03 06:40:30 -06:00
938739d535 Update app description 2020-01-02 17:47:06 -06:00
b2df70c059 Add Google Play Publisher plugin and Play Store assets 2020-01-02 12:55:44 -06:00
3afd46c59c Remove unused HabitLogger class 2020-01-02 05:41:03 -06:00
e36c649333 Fix unit tests 2020-01-02 05:31:51 -06:00
b2e7c9fe6e Remove HabitNotFound exception from WidgetPreferences 2020-01-02 05:27:17 -06:00
2171d582dc Fix some issues with reminders and print more logs 2020-01-02 05:12:44 -06:00
b7be459537 Create main GitHub Actions workflow 2020-01-01 20:54:51 -06:00
TacoTheDank
cbee09c38f Update gradle scripts and dependencies (#538)
* Update gradle wrapper
* Clean up some unnecessary/unused things in android gradles
* Update some dependencies
2020-01-01 18:03:53 -06:00
6f24e42d1f Disable write-ahead log on SQLite
Android 9 (Pie) silently introduced a new behavior where new SQLite
databases have Write-Ahead Logs (WALs) enabled by default. The data,
even after committed, is not written to the main database file until
later. This caused a silent bug leading to data loss, where exported
backups would either be empty or miss some recent data.
2020-01-01 09:40:35 -06:00
93bb105dac Remove gradle git plugin 2020-01-01 08:45:05 -06:00
abbf1e4d66 Update translations 2020-01-01 08:29:44 -06:00
e3f6353062 Preserve widgets from Loop 1.7.11 and lower versions 2020-01-01 08:11:37 -06:00