43be70b27c
build.sh: Do not abort when uninstall fails
2017-07-23 10:59:18 -04:00
89400e281e
Move version numbers from build.gradle to gradle.properties
2017-07-23 10:03:09 -04:00
57dc19550d
Fix errors
2017-07-22 20:05:01 -04:00
a8aa6f192c
Replace Long by Timestamp
2017-07-22 16:29:08 -04:00
882ddba324
Fix acceptance tests
2017-07-22 09:28:30 -04:00
2f7509b94e
Update test images (KitKat)
2017-07-21 19:31:37 -04:00
10e68aa008
Update build.sh
2017-07-21 19:30:55 -04:00
a5720e8d7f
BaseViewTest: increase tolerance
2017-07-21 19:30:46 -04:00
c7aaa98935
Convert widget providers to Kotlin
2017-07-21 18:32:13 -04:00
efcb5710c0
Convert more classes to Kotlin
2017-07-21 18:32:03 -04:00
3783fd8506
Convert RingtoneManager to Kotlin
2017-07-21 18:31:49 -04:00
6f80a9c030
Convert intents and notifications to Kotlin
2017-07-21 18:17:42 -04:00
a02376497a
Convert automation and database packages to Kotlin
2017-07-21 18:17:28 -04:00
180c18f6bf
Merge branch 'feature/kotlin' into dev
2017-07-21 18:12:45 -04:00
2db4c06fe8
Merge branch 'master' into dev
...
# Conflicts:
# app/src/androidTest/java/org/isoron/uhabits/espresso/MainTest.java
# app/src/androidTest/java/org/isoron/uhabits/models/sqlite/SQLiteCheckmarkListTest.java
# app/src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardView.java
# app/src/main/java/org/isoron/uhabits/models/sqlite/SQLiteCheckmarkList.java
# app/src/main/java/org/isoron/uhabits/models/sqlite/SQLiteScoreList.java
# app/src/main/java/org/isoron/uhabits/models/sqlite/SQLiteStreakList.java
# app/src/main/java/org/isoron/uhabits/models/sqlite/records/CheckmarkRecord.java
# uhabits-android/src/main/java/org/isoron/uhabits/activities/common/views/HistoryChart.java
# uhabits-android/src/main/res/values-id/strings.xml
# uhabits-android/src/test/java/org/isoron/uhabits/receivers/ReminderControllerTest.java
2017-07-18 22:54:52 -04:00
540a618ba8
Merge branch 'hotfix/1.7.6'
v1.7.6
2017-07-18 22:45:50 -04:00
bf24cc608c
Update changelog
2017-07-18 22:45:36 -04:00
a73459784e
Fix NPE in HabitCardView.triggerRipple
2017-07-18 22:16:11 -04:00
de3b97dfdf
Fix IndexOutOfBoundsException in HabitCardListAdapter
2017-07-18 22:13:10 -04:00
91996924d9
Never store reference to SQLiteDatabase
...
SQLiteDatabase closes automatically at random times. Storing a reference
to an open SQLiteDatabase eventually leads to a crash.
See: https://stackoverflow.com/questions/1483629/
2017-07-18 22:07:21 -04:00
9fe446b424
Fix crash when tapping HistoryChart
2017-07-18 21:55:15 -04:00
3857eaf5e9
Update changelog
2017-07-18 21:47:25 -04:00
e29fb58922
Fix failing tests
2017-07-18 21:47:19 -04:00
404fc869b0
Repair inconsistent data instead of throwing exception
2017-07-18 21:28:48 -04:00
001dd5a7c1
Update translations
2017-07-18 18:39:20 -04:00
7930cc8f31
Bump version to 1.7.6
2017-07-18 17:52:21 -04:00
122b300c50
Update view test images (KitKat)
2017-07-18 16:10:41 -04:00
0984f7ff5d
Update Android gradle plugin
2017-07-18 06:57:22 -04:00
2d9a5ae7e2
Update links to build server
2017-07-17 22:01:37 -04:00
Jude Ibe (Toochukwu)
02f9660fda
Socket.io depreciated function
...
Kept socket.io to previous version in gradle.
2017-07-14 10:20:51 -05:00
Jude Ibe (Toochukwu)
d3d733ab42
Build Tools Upgrade
...
3.0.0-alpha4 to 3.0.0-alpha6
Gradle 4
2017-07-14 10:19:56 -05:00
bb282da92d
Fix tests
2017-06-23 16:25:25 -04:00
38d3b0d047
Update habit.position after reordering list
2017-06-23 12:12:23 -04:00
8ccada67d6
Import Loop DB without app restart
2017-06-23 10:24:54 -04:00
33f7acc9ca
Add reordering tests for SQLiteHabitList
2017-06-23 09:29:19 -04:00
5d9563b9d8
Fix handling of null values in AndroidDatabase
2017-06-23 09:14:36 -04:00
f55dc0d811
Fix animation when card moves and updates simultaneously
2017-06-22 23:31:46 -04:00
7872983064
Fix order by position
2017-06-22 23:21:44 -04:00
ea640a8a17
Rebuild order after removing habit
2017-06-22 22:50:27 -04:00
6801d1d1ae
Add more constraints on table Repetitions
2017-06-21 13:18:29 -04:00
3584affbe0
Move BaseUnitTest
2017-06-21 10:20:59 -04:00
1069fcfc62
Move importers to uhabits-core
2017-06-21 00:30:32 -04:00
59745fb90f
Refactor Android database classes
2017-06-20 22:37:35 -04:00
1976160ae8
Move tests to uhabits-core
2017-06-20 22:20:46 -04:00
6dd7e49112
Move database migrations to uhabits-core
2017-06-20 21:46:30 -04:00
ecb5352134
Implement JDBC database
2017-06-20 14:13:37 -04:00
b96385c4a7
Move models.sqlite to uhabits-core
2017-06-20 12:50:57 -04:00
96c1a046d4
Merge branch 'feature/raw-sqlite' into dev
2017-06-20 10:43:04 -04:00
00660d3e36
Make filtered MemoryHabitLists update automatically
2017-06-20 10:34:21 -04:00
PrototypeNM1
b14ca5c625
Don't list archived Habits when creating Widgets. ( #309 )
...
Fixes #283
2017-06-20 06:07:15 -04:00