Commit Graph

50 Commits

Author SHA1 Message Date
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
Alinson Xavier
1285b653ed Fix imports 2020-01-03 08:56:40 -06:00
Alinson Xavier
dfd5c65595 Create failing regression test for issue #534 2020-01-03 08:15:52 -06:00
Alinson Xavier
938739d535 Update app description 2020-01-02 17:47:06 -06:00
Alinson Xavier
b2df70c059 Add Google Play Publisher plugin and Play Store assets 2020-01-02 12:55:44 -06:00
Alinson Xavier
3afd46c59c Remove unused HabitLogger class 2020-01-02 05:41:03 -06:00
Alinson Xavier
2171d582dc Fix some issues with reminders and print more logs 2020-01-02 05:12:44 -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
Alinson 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.
2020-01-01 09:40:35 -06:00
Alinson Xavier
93bb105dac Remove gradle git plugin 2020-01-01 08:45:05 -06:00
Alinson Xavier
abbf1e4d66 Update translations 2020-01-01 08:29:44 -06:00
Alinson Xavier
7801c933f0 Allow user to change first day of the week
Closes #421
2019-12-31 14:12:17 -06:00
Alinson Xavier
5cdb9eb9d5 Settings: Remove extra margin 2019-12-31 11:23:02 -06:00
Alinson Xavier
50a6d7190b Revert change to launcher name 2019-12-30 17:29:24 -06:00
Alinson Xavier
d3371badf8 Make the short name of the app untranslatable 2019-12-30 17:07:59 -06:00
Alinson Xavier
ed1f3e5cdb Update translations 2019-12-30 17:05:46 -06:00
Alinson Xavier
5947926cd5 Rename launcher icon to "Loop" 2019-12-30 16:39:47 -06:00
Alinson Xavier
3f002efb53 Allow user to change transparency of widgets
Closes #376
2019-12-30 16:03:56 -06:00
Alinson Xavier
5191290188 Fix EditHabitDialog theme 2019-12-30 16:03:56 -06:00
Alinson Xavier
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
Alinson Xavier
350f002ed3 Update translations and credits 2019-12-29 16:15:37 -06:00
Alinson Xavier
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
Alinson Xavier
3658aef2e2 Use dark navigation bar in dark theme 2019-12-29 11:42:10 -06:00
Alinson Xavier
2b20b6bb9d Add link to privacy policy 2019-12-29 11:12:29 -06:00
Alinson Xavier
caed1aef79 Hide widget stacks feature for non-developers 2019-12-29 08:24:07 -06:00
Alinson Xavier
8341956a90 Hide numerical habits feature for non-developers 2019-12-29 08:24:07 -06:00
Alinson Xavier
de44b48dba Make all tests pass on Android 9.0 (Pie) 2019-12-29 08:24:07 -06:00
Alinson Xavier
7eafd92b2d Make all tests pass on Android 7.1.1 (Nougat) 2019-12-29 08:24:07 -06:00
Alinson Xavier
898a33a754 Make all tests pass on Android 6.0 (Marshmallow) 2019-11-17 18:23:07 -06:00
Alinson Xavier
1997d9491b Make all tests run successfully on Lollipop 2019-11-17 17:46:36 -06:00
Alinson Xavier
6d57ea0368 Merge branch 'master' into dev 2019-11-16 23:00:26 -06:00
Alinson Xavier
83c1197dc1 Increase target SDK to 29; update support library 2019-11-16 22:31:19 -06:00
Alinson Xavier
1e6cb2e841 Remove PlayPublisher plugin 2019-11-16 22:06:19 -06:00
Alinson Xavier
c676a02ca8 Remove Jacoco 2019-11-16 22:04:11 -06:00
Alinson Xavier
ded57cd04a Merge branch 'dev' into agp-update 2019-11-16 22:00:13 -06:00
olegivo
2fb9168686 Convert IntroActivity to Kotlin (#520) 2019-11-16 21:16:20 -06:00
Mick Dekkers
a69fb369df Preserve selections when reopening EditSettingActivity (#524) 2019-11-10 08:41:10 -06:00
Alinson Xavier
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
Alinson Xavier
905099ccdb Fix invalid translation files 2019-04-01 07:32:34 -05:00
Alinson Xavier
76b848752c Convert i18n strings from Android XML to Kotlin 2019-04-01 07:22:48 -05:00
Alinson Xavier
6a30bb98c6 Rename legacy to android 2019-03-31 06:48:29 -05:00