864636705d
Implement tests for Preferences
2017-07-24 09:54:51 -04:00
281861cac5
build.sh: read keystore from environment variables
2017-07-24 00:14:46 -04:00
c05f50998f
Add branch and commit hash to version name
2017-07-24 00:14:46 -04:00
b2734b179c
README: Add link to latest stable release
2017-07-23 23:30:24 -04:00
00a4abf266
README: Switch to shields.io
2017-07-23 22:17:35 -04:00
47e279b3b3
Update SharedPreferencesStorage
2017-07-23 20:14:12 -04:00
87f1d635d8
Implement PropertiesStorage
2017-07-23 20:07:44 -04:00
fdcb9daadc
LoopDBImporter: update table names
2017-07-23 17:26:08 -04:00
5fde0501b5
README: Add link to dev apk
2017-07-23 17:04:20 -04:00
f72799f48c
README: Update badge link
2017-07-23 14:26:34 -04:00
60c62b8609
Temporarily disable proguard
2017-07-23 13:50:33 -04:00
e5bc06c138
Increase time limit
2017-07-23 13:37:49 -04:00
fa5ba0c1ef
Update build.sh
2017-07-23 13:00:57 -04:00
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