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
38d5b2bf16
build.sh: Rename env variables; copy final APK to build/
2020-01-01 07:46:29 -06:00
7801c933f0
Allow user to change first day of the week
...
Closes #421
2019-12-31 14:12:17 -06:00
5cdb9eb9d5
Settings: Remove extra margin
2019-12-31 11:23:02 -06:00
50a6d7190b
Revert change to launcher name
2019-12-30 17:29:24 -06:00
d3371badf8
Make the short name of the app untranslatable
2019-12-30 17:07:59 -06:00
ed1f3e5cdb
Update translations
2019-12-30 17:05:46 -06:00
5947926cd5
Rename launcher icon to "Loop"
2019-12-30 16:39:47 -06:00
d6ec33d6d3
Fix failing unit test
2019-12-30 16:03:56 -06:00
3f002efb53
Allow user to change transparency of widgets
...
Closes #376
2019-12-30 16:03:56 -06:00
5191290188
Fix EditHabitDialog theme
2019-12-30 16:03:56 -06:00
cc05543692
Improve performance of detail page by cancelling useless async tasks
2019-12-30 16:03:56 -06:00
Brian Norman
e94e0c057e
Capitalize sentences on dialogFormInputMultiline ( #535 )
2019-12-30 02:46:30 -06:00
350f002ed3
Update translations and credits
2019-12-29 16:15:37 -06:00
bf644f4e09
Rename night mode to dark theme; abide by system-wide settings (API 29)
...
Closes issue #513
2019-12-29 12:22:19 -06:00
3658aef2e2
Use dark navigation bar in dark theme
2019-12-29 11:42:10 -06:00
190a1171c4
Bump minSdkVersion to 21 (Lollipop)
2019-12-29 11:29:24 -06:00
2b20b6bb9d
Add link to privacy policy
2019-12-29 11:12:29 -06:00
caed1aef79
Hide widget stacks feature for non-developers
2019-12-29 08:24:07 -06:00
8341956a90
Hide numerical habits feature for non-developers
2019-12-29 08:24:07 -06:00
de44b48dba
Make all tests pass on Android 9.0 (Pie)
2019-12-29 08:24:07 -06:00
7eafd92b2d
Make all tests pass on Android 7.1.1 (Nougat)
2019-12-29 08:24:07 -06:00
898a33a754
Make all tests pass on Android 6.0 (Marshmallow)
2019-11-17 18:23:07 -06:00
1997d9491b
Make all tests run successfully on Lollipop
2019-11-17 17:46:36 -06:00
6d57ea0368
Merge branch 'master' into dev
2019-11-16 23:00:26 -06:00
83c1197dc1
Increase target SDK to 29; update support library
2019-11-16 22:31:19 -06:00
48d145626f
Update to Build Tools 3.5.2
2019-11-16 22:18:14 -06:00
a57f310c76
Remove DexCount plugin
2019-11-16 22:14:07 -06:00
1e6cb2e841
Remove PlayPublisher plugin
2019-11-16 22:06:19 -06:00
c676a02ca8
Remove Jacoco
2019-11-16 22:04:11 -06:00
ded57cd04a
Merge branch 'dev' into agp-update
2019-11-16 22:00:13 -06:00
b8f9e2f309
Update to Dagger 2.25.2
2019-11-16 21:56:49 -06:00
olegivo
2fb9168686
Convert IntroActivity to Kotlin ( #520 )
2019-11-16 21:16:20 -06:00
9199a64d73
Pick specific Jacoco version (0.8.4)
2019-11-16 21:15:00 -06:00
Mick Dekkers
a69fb369df
Preserve selections when reopening EditSettingActivity ( #524 )
2019-11-10 08:41:10 -06:00
f403dfd7d1
Disable failing tests
2019-11-09 18:37:21 -06:00
oleg.industry
af37036ac5
jacoco concrete version fixed
2019-10-28 11:45:08 +03:00
oleg.industry
8717ad6ad0
kotlin update (1.3.50)
2019-10-28 11:45:08 +03:00
olegivo
95af0217ff
google repository simplification
2019-10-08 14:25:18 +03:00
olegivo
fe091fa740
update AGP (3.5.1)
...
using default build tools version (from AGP)
2019-10-08 14:25:13 +03:00
olegivo
00abb4486d
update libraries
...
auto-factory (1.0-beta6)
butterknife (9.0.0)
guava (24.1-android)
2019-10-08 14:24:21 +03:00
olegivo
dadfcb7c16
extracted AUTO_FACTORY_VERSION
2019-10-08 14:24:21 +03:00
Veyndan Stuart
77a9701805
Convert PaletteUtils to Kotlin ( #510 )
...
* Convert PaletteUtils to Kotlin
2019-10-05 07:31:32 -04:00
Tthecreator
3e2cf48223
Changed habit type selection to dropdown instead of popup message ( #498 )
2019-08-12 12:39:44 -05:00
905099ccdb
Fix invalid translation files
2019-04-01 07:32:34 -05:00
76b848752c
Convert i18n strings from Android XML to Kotlin
2019-04-01 07:22:48 -05:00
262b9460bd
Move README and related files to root
2019-03-31 06:48:30 -05:00