Alinson S. Xavier
d279388884
Merge branch 'dev' into feature/kmm-merge
5 years ago
Alinson S. Xavier
bebb356425
Reorganize top level directory
5 years ago
Alinson S. Xavier
9fd36d8d53
Move uhabits-core to top level; all Java files to uhabits-core:jvmMain/jvmTest
5 years ago
Alinson S. Xavier
4ccda9d6f7
Move existing source code to subfolder
7 years ago
Alinson S. Xavier
178061475e
Improve performance when importing database
7 years ago
Alinson S. Xavier
436d19dfea
Merge branch 'dev' into feature/stackview
...
# Conflicts:
# uhabits-android/src/main/java/org/isoron/uhabits/widgets/HabitPickerDialog.kt
7 years ago
Alinson S. Xavier
6ca4877f1f
BarChart: allow user to pick interval
7 years ago
Alinson S. Xavier
6ad302b697
Show bar chart with monthly totals
7 years ago
Alinson S. Xavier
b0820095f1
Add action for randomizing habit history (dev mode)
7 years ago
Alinson S. Xavier
87f069f986
Merge branch 'master' into dev
7 years ago
Alinson S. Xavier
71d559d6d9
Merge branch 'dev' into feature/stackview
8 years ago
Alinson S. Xavier
2904f3e2f8
Move some methods to StringUtils
8 years ago
Alinson S. Xavier
1ad06bcc15
Preferences: allow storing Long arrays
8 years ago
Alinson S. Xavier
bf8c14fc03
Fix reminder tests
8 years ago
Alinson S. Xavier
b46b7aae25
Merge branch 'feature/custom-snooze' into dev
8 years ago
Alinson S. Xavier
7f257e045b
MemoryHabitList: iterate over a copy of the list
8 years ago
Alinson S. Xavier
0dc46d02a4
Minor style changes
8 years ago
Alinson S. Xavier
ecf3086aef
Merge branch 'add-delete-button-to-stats' of git://github.com/derebaba/uhabits into pull/delete-button
8 years ago
derebaba
10be875b48
Fixed test
8 years ago
Alinson S. Xavier
e91f1c3fa4
Merge branch 'dev' into feature/custom-snooze
8 years ago
Alinson S. Xavier
9d48b4bcdb
Simplify code; change notification actions to Yes/No/Later
8 years ago
Alinson S. Xavier
7f1a35ebe5
Merge branch 'dev' of git://github.com/rsri/uhabits into pull/cancel_notification
8 years ago
Victor Yu
def71d8141
Merge branch 'dev' into stack_checkmark_widget
8 years ago
Victor Yu
8feb07ff1b
Code review changes; Made 'stack view' design available for all widgets
8 years ago
derebaba
1edd76ae8c
Added delete button to statistics screen
8 years ago
Luboš Luňák
b1c2ab90d3
synchronize HabitList properly
...
When the app is not running and ReminderReceiver receives ACTION_SHOW_REMINDER,
the (SQLite)HabitList will start loading its data in the background for some
reason, and if the loading takes a moment, ReminderReceiver will call
the unsynchronized HabitList.getById() before the loading finishes,
failing to find the habit for which to show the notification.
8 years ago
Victor Yu
5a78de5a25
Implemented ability to choose multiple habits for stackview
8 years ago
Alinson S. Xavier
a201273781
Refactoring
8 years ago
Alinson S. Xavier
07c7234bfc
Merge branch 'master' into dev
8 years ago
Luboš Luňák
e052a144bd
fix testTruncate_dayOfWeek failing with some locales
8 years ago
Luboš Luňák
318caa886c
fix csv export with locales that do not use dot as decimal separator
8 years ago
Luboš Luňák
46c61f9ea9
force US locale for tests
8 years ago
Luboš Luňák
f8e0d07236
avoid sql error when updating sql database
...
The index doesn't exist in version 1.7.6 and so trying to drop it
would lead to an error, resulting in not being able to import
1.7.6 database.
https://github.com/iSoron/uhabits/issues/327
8 years ago
Alinson S. Xavier
52c4282601
Merge pull request #329 from llunak/fix_snooze
...
fix snooze button in notifications
8 years ago
Luboš Luňák
f52da56221
fix snooze button in notifications
...
The "pref_snooze_interval" preference is manipulated by the ListPreference
class, which according to its docs stores the preference as a string.
Without reverting this part of 864636705d
,
this results in "java.lang.ClassCastException: java.lang.String cannot be
cast to java.lang.Long" when trying to snooze a notification.
8 years ago
Luboš Luňák
4d59783809
make LED blinking for notifications configurable
8 years ago
srikanth r
e041d9041b
Implemented cancel to reminders of habits.
8 years ago
Alinson S. Xavier
a75a27ad42
Make the day start at 3am instead of midnight
...
Closes #50
8 years ago
Alinson S. Xavier
b135aa09a3
Use more simple toString style
8 years ago
Alinson S. Xavier
f3a64fd67a
Add tests for equals, hashCode and toString
8 years ago
Alinson S. Xavier
864636705d
Implement tests for Preferences
8 years ago
Alinson S. Xavier
87f1d635d8
Implement PropertiesStorage
8 years ago
Alinson S. Xavier
fdcb9daadc
LoopDBImporter: update table names
8 years ago
Alinson S. Xavier
89400e281e
Move version numbers from build.gradle to gradle.properties
8 years ago
Alinson S. Xavier
57dc19550d
Fix errors
8 years ago
Alinson S. Xavier
a8aa6f192c
Replace Long by Timestamp
8 years ago
Alinson S. Xavier
882ddba324
Fix acceptance tests
8 years ago
Alinson S. Xavier
180c18f6bf
Merge branch 'feature/kotlin' into dev
8 years ago
Alinson S. Xavier
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
8 years ago
Alinson S. Xavier
0984f7ff5d
Update Android gradle plugin
8 years ago