Wei Lun
b26e7deba2
resoved conflict
8 years ago
Wei Lun
ac287b8f53
Fixed error for textsize
...
Using dp instead of sp for text sizes
8 years ago
Wei Lun
2c33fc5544
edited build.gradle file
8 years ago
Alinson S. Xavier
a73459784e
Fix NPE in HabitCardView.triggerRipple
8 years ago
Alinson S. Xavier
de3b97dfdf
Fix IndexOutOfBoundsException in HabitCardListAdapter
8 years ago
Alinson S. Xavier
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/
8 years ago
Alinson S. Xavier
9fe446b424
Fix crash when tapping HistoryChart
8 years ago
Alinson S. Xavier
e29fb58922
Fix failing tests
8 years ago
Alinson S. Xavier
404fc869b0
Repair inconsistent data instead of throwing exception
8 years ago
Alinson S. Xavier
001dd5a7c1
Update translations
8 years ago
Alinson S. Xavier
7930cc8f31
Bump version to 1.7.6
8 years ago
Alinson S. Xavier
fe1513bb64
Fix race conditions on SQLiteScoreList
8 years ago
Alinson S. Xavier
e06ace9ea8
Fix ArrayIndexOutOfBoundsException on FrequencyChart
8 years ago
Alinson S. Xavier
d727dabb2b
Fix snooze button on notifications
8 years ago
Alinson S. Xavier
d17e8fcbfb
Bump version to 1.7.5
8 years ago
Alinson S. Xavier
cf66587644
ScoreList: make getValue synchronized
8 years ago
Alinson S. Xavier
0dc9ec2e5f
Expire caches on SQLite lists
8 years ago
Alinson S. Xavier
0a375ded96
Silently ignore missing habits
8 years ago
Alinson S. Xavier
fa5d6f8fee
Bump version
8 years ago
Alinson S. Xavier
e4b5a3ea45
Implement acceptance tests for some basic features
8 years ago
Alinson S. Xavier
b6501c9a29
Fix NullPointerException
8 years ago
Alinson S. Xavier
238a1c724d
Bump version and update changelog
8 years ago
Alinson S. Xavier
34ca9d17a2
Make usage of BundleSavedState more robust
8 years ago
Alinson S. Xavier
8a29fbf07d
Merge branch 'hotfix/1.7.3' into modules
...
# Conflicts:
# uhabits-android/src/androidTest/java/org/isoron/uhabits/BaseAndroidTest.java
# uhabits-android/src/main/java/org/isoron/uhabits/models/sqlite/SQLiteScoreList.java
# uhabits-core/src/main/java/org/isoron/uhabits/core/models/CheckmarkList.java
8 years ago
Alinson S. Xavier
e844390614
Improve performance of repeated getTodayValue calls
8 years ago
Alinson S. Xavier
28b6ae7014
Apply dark theme on dialogs
...
Fixes #291
8 years ago
Alinson S. Xavier
ef7483f9dc
Make SQLiteHabitList.toList synchronized
8 years ago
Alinson S. Xavier
bbb9ed8f99
Update translations
8 years ago
Alinson S. Xavier
c49d576871
Fix crash at startup
8 years ago
Alinson S. Xavier
bc66ae4f7a
Bump version to 1.7.2
8 years ago
Alinson S. Xavier
c20ca3921f
Rename android module to uhabits-android
8 years ago
Alinson S. Xavier
96f620455f
Update toolchain
8 years ago
Alinson S. Xavier
cf6a257143
Activate ProGuard; test signed release APK instead of debug
8 years ago
Alinson S. Xavier
275125d230
Update dependencies
8 years ago
Alinson S. Xavier
89b6f4c5cc
Fix compilation error when ROBO_SDK is defined
8 years ago
Alinson S. Xavier
8d555eb837
Read Robolectric version from environment
8 years ago
Alinson S. Xavier
9288528f94
Fix assets path
8 years ago
Alinson S. Xavier
e92ffb3894
Drop support for Android ICS and Jelly Bean; remove obsolete code
8 years ago
Alinson S. Xavier
0a1907ee2c
Merge tag 'v1.7.1' into dev
...
v1.7.1
8 years ago
Alinson S. Xavier
471c5d341f
Update translations
8 years ago
Alinson S. Xavier
d0e76d3d55
Implement tests for BaseScreen
8 years ago
Alinson S. Xavier
1832ea639b
Implement tests for BaseActivity
8 years ago
Alinson S. Xavier
cd3944b90f
Add Robolectric dependency; implement a basic test
8 years ago
Alinson S. Xavier
9f2f8f7117
View tests: create wrapper for getDimension; other fixes
8 years ago
Alinson S. Xavier
1b97b9040d
View tests: use fixed screen density
8 years ago
Alinson S. Xavier
96b95edef8
Separate expected view snapshots according to version
9 years ago
Alinson S. Xavier
704854fdf1
View tests: adjust similarity cutoff
9 years ago
Alinson S. Xavier
6e0393f611
Improve view tests
9 years ago
Alinson S. Xavier
cf3d289145
Enable XML reports
9 years ago
Alinson S. Xavier
a5567d491f
Enable test coverage
9 years ago