4b07d7d5b1
Fix build script; remove some obsolete tests
2020-06-15 07:59:35 -05:00
Andrea Gelmini
c8e3735dd6
Fix typos
2020-06-13 18:25:05 +02:00
13f4981066
Merge pull request #547 from recheej/rechee/add_notes
...
Add Notes to Habits.
2020-03-01 15:11:38 -05:00
Rechee Jozil
2e64da4cac
using wildcard imports
2020-02-01 11:03:14 -08:00
Rechee
18d1d0d9f7
fixed screenshot tests
2020-01-09 19:49:14 -08:00
Rechee
47edea47ae
creating UI test for blank description
2020-01-08 20:35:45 -08:00
Rechee
1714cf8050
added create habit test for description
2020-01-08 20:16:43 -08:00
Rechee
7366e9a47f
add blank habit test
2020-01-08 20:04:11 -08:00
Rechee
e58589cfbd
adding description to test
2020-01-08 20:02:38 -08:00
Rechee
fa7bc27124
add test for notes Card
2020-01-08 19:36:54 -08:00
Rechee
f5be9d3c67
introduced notes card to support refresh
2020-01-08 19:25:23 -08:00
Rechee
2c46e8909a
now showing notes in show habits
2020-01-08 18:57:47 -08:00
Rechee
8b042f30dc
displaying subtitle card UI in designer
...
squash! displaying subtitle card UI in designer
2020-01-08 18:39:30 -08:00
Rechee
9c10a56dda
setting question label in subtitle
2020-01-07 22:25:14 -08:00
Rechee
fb98c5fe9a
replacing getDescription with getQuestion all over the code
2020-01-07 20:39:23 -08:00
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
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
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
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
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
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
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
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
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