Alinson S. Xavier
6d9ad8c56c
Tweak snapIntervalsTogether so that "1 time every x days" habits work better
5 years ago
Alinson S. Xavier
e7a3f0cffa
Fix build script; remove some obsolete tests
5 years ago
Alinson S. Xavier
6aa72caf6c
Bump version to 1.8.8
5 years ago
Alinson S. Xavier
a3344358b9
Shorten release notes
6 years ago
Alinson S. Xavier
22fcecb48c
Merge branch 'dev'
6 years ago
Alinson S. Xavier
58d8c799ce
Bump version to 1.8.7
6 years ago
Alinson S. Xavier
f9437d61b0
Fix issue causing multiple notifications to be dismissed at once ( #540 )
6 years ago
Alinson S. Xavier
997ebfc28a
ListHabitsRegressionTest: update imports
6 years ago
Alinson S. Xavier
6a91300d82
Migrate to AndroidX ( #544 )
6 years ago
Alinson S. Xavier
889ce9faef
Merge branch 'dev'
6 years ago
Alinson S. Xavier
b3a40efe46
Bump version to 1.8.6
6 years ago
Alinson S. Xavier
547c7ffdf7
Fix ID assignment on SQLiteHabitList
6 years ago
olegivo
82486c7514
migrate InstrumentationRegistry
6 years ago
olegivo
fe732ea385
manual migration
6 years ago
olegivo
85ec0faa99
update butterknife (10.2.1) for support jetifier
6 years ago
olegivo
9ac1ae9915
automatic migration
6 years ago
Alinson S. Xavier
895d66b663
Merge branch 'dev'
6 years ago
Alinson S. Xavier
0f2a93cd27
Bump version to 1.8.5 (48)
6 years ago
Alinson S. Xavier
323c98edb8
Fix ReminderSchedulerTest
6 years ago
Alinson S. Xavier
aadfac68cd
Bring back snooze button
6 years ago
Alinson S. Xavier
7076cffec5
Disable more flaky tests
6 years ago
Alinson S. Xavier
0ef5a8dead
Merge branch 'dev'
6 years ago
Alinson S. Xavier
526c8fe750
Bump version to 1.8.4 (47)
6 years ago
Alinson S. Xavier
464eaf613d
Fix some empty CSV files
6 years ago
Alinson S. Xavier
b21d77514a
Increase logging for ReminderReceiver and WidgetReceiver
6 years ago
Alinson S. Xavier
58ed759224
Disable notification bundling; add default question
6 years ago
Alinson S. Xavier
7c742e1016
Make HabitCardListCache more thread-safe; add null checks
6 years ago
Alinson S. Xavier
2e9330b5c5
Merge branch 'dev'
6 years ago
Alinson S. Xavier
d1b83d069d
Loop 1.8.3
6 years ago
Alinson S. Xavier
7d35a85a37
Disable some flaky tests
6 years ago
Alinson S. Xavier
616d9ab46c
Put SavedState tests together
6 years ago
Alinson S. Xavier
b9c9d6852a
Merge branch 'edi_habit_crash' into dev
6 years ago
Alinson S. Xavier
29e4a8d4ec
Minor style changes
6 years ago
Rechee
ceed784acd
remove unused tag
6 years ago
Rechee
897887f802
optimize imports
6 years ago
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
6 years ago
Alinson S. Xavier
1285b653ed
Fix imports
6 years ago
Alinson S. Xavier
dfd5c65595
Create failing regression test for issue #534
6 years ago
Alinson S. Xavier
315bddea96
Automatically fix invalid timestamps, instead of crashing
6 years ago
Alinson S. Xavier
938739d535
Update app description
6 years ago
Alinson S. Xavier
27f625873d
Reorganize .secret
6 years ago
Alinson S. Xavier
f37d25e86b
Loop 1.8.2
6 years ago
Alinson S. Xavier
b2df70c059
Add Google Play Publisher plugin and Play Store assets
6 years ago
Alinson S. Xavier
3afd46c59c
Remove unused HabitLogger class
6 years ago
Alinson S. Xavier
e36c649333
Fix unit tests
6 years ago
Alinson S. Xavier
b2e7c9fe6e
Remove HabitNotFound exception from WidgetPreferences
6 years ago
Alinson S. Xavier
2171d582dc
Fix some issues with reminders and print more logs
6 years ago
Alinson S. Xavier
b7be459537
Create main GitHub Actions workflow
6 years ago
TacoTheDank
cbee09c38f
Update gradle scripts and dependencies ( #538 )
...
* Update gradle wrapper
* Clean up some unnecessary/unused things in android gradles
* Update some dependencies
6 years ago
Alinson S. Xavier
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.
6 years ago