Commit Graph

104 Commits (7d97554cb1d9d58f88b43e6f04f196c39ea1f66f)

Author SHA1 Message Date
Alinson S. Xavier 7d97554cb1 Convert Checkmark to Kotlin
5 years ago
Alinson S. Xavier 5f8c0d67b8 Convert AppScope to Kotlin
5 years ago
Alinson S. Xavier b468325f64 Replace Config.java by Constants.kt
5 years ago
Alinson S. Xavier 39d23424d6 Remove CancelableTask
5 years ago
Alinson S. Xavier 1bdd44085c Clean up and update dependencies
5 years ago
Alinson S. Xavier 19e221bb32 ShowHabitActivity: Re-enable menus and actions
5 years ago
Alinson S. Xavier 7d5b9d0f63 Refactor BarCard
5 years ago
Alinson S. Xavier ac1441aba5 Simplify commands
5 years ago
Alinson S. Xavier 5d2ff40dc9 Replace primitive int by PaletteColor
5 years ago
Alinson S. Xavier b94a887534 Remove redundant logError method
5 years ago
Alinson S. Xavier f6699fbfda Move SyncManager to uhabits-core
5 years ago
Alinson S. Xavier 9743b05a78 Move sync package to org.isoron.uhabits.core
5 years ago
Alinson S. Xavier 017bc50698 Move sync classes to uhabits-core
5 years ago
Alinson S. Xavier 12b080152b Speed up CreateHabitCommand and CreateRepetitionCommand
5 years ago
Alinson S. Xavier 2b9fd74a1d Close database
5 years ago
Alinson S. Xavier ce0cbb6ee2 Sync: Improve encryption and preferences API
5 years ago
Alinson S. Xavier 4762b54701 Merge branch 'dev' into feature/sync
5 years ago
Alinson S. Xavier aa288ac406 Make question marks optional
5 years ago
Alinson S. Xavier 2228dbf0f4 Create new UNKNOWN checkmark state
5 years ago
Alinson S. Xavier 9ca1c8e459 Rewrite WidgetBehavior and associated tests
5 years ago
Alinson S. Xavier 61414d62f4 Remove calls to Repetition.add and Repetition.remove
5 years ago
Alinson S. Xavier f97fed3b9b Repetition: Replace toggle by setValue
5 years ago
Alinson S. Xavier 68ccf37fd5 Add UUID to habits
5 years ago
Alinson S. Xavier 659c528744 SyncManager: First version
5 years ago
Alinson S. Xavier b1560dd694 LoopDBImporter: Use commands instead of directly modifying DB
5 years ago
Alinson S. Xavier 0859cec853 Implement intent filter; hide password for now
5 years ago
Alinson S. Xavier 23f2978a64 Add sync preferences to settings screen
5 years ago
Quentin Hibon bfddc42f5e
Allow user to sort by status (#660)
5 years ago
Alinson S. Xavier b674d14b49 Opt-in skips: Update tests
5 years ago
Alinson S. Xavier d594d3b085 Make skip days an opt-in feature
5 years ago
Kristian Tashkov d997b1378d
Setting custom start of the day (#621)
5 years ago
Alinson S. Xavier 720f98f9bd Write tests for IntentScheduler
5 years ago
Alinson S. Xavier ddea9e78a9 ScoreList: Fix interaction between SKIP and rolling sum
5 years ago
Alinson S. Xavier c429cb41c0 Fix method rename
5 years ago
Alinson S. Xavier ae286cec14 Take frequency into account when computing score for numerical habits
5 years ago
Alinson S. Xavier 20142d5f94 Reduce time required to form non-daily habits; smooth out irregular schedules
5 years ago
Alinson S. Xavier 8b847ae9fa ScoreList: Use rolling sum method also for boolean habits
5 years ago
Kristian Tashkov a4ef657897
Make skips freeze score (#630)
5 years ago
Alinson S. Xavier f44556e281 ScoreList: Use rolling sum for non-daily numerical habits
5 years ago
Alinson S. Xavier 61f32449dd Numerical habits: allow Tasker to increment/decrement value
5 years ago
Kristian Tashkov 07f8583c3d
Don't show reminders from archived habits (#639)
5 years ago
Nguyen Ly Nam 1ffc079042
Numerical habits: update notifications and detail screen (#627)
5 years ago
Alinson S. Xavier b72cad5316 Rename checkmark values to NO, YES_AUTO, YES_MANUAL and SKIP
5 years ago
Kristian Tashkov d59ab89426
Update widgets at midnight (#634)
5 years ago
Alinson S. Xavier 9d28fbe7b5 ScoreList: Revert recent changes to computation of scores
5 years ago
Alinson S. Xavier c846dfc75a Make skips equivalent to implicit checks; make their visual representation consistent
5 years ago
Alinson S. Xavier cddbf558e6 Reactivate widget view tests; update widget previews
5 years ago
Alinson S. Xavier 8067fd5313 MemoryHabitList: Inherit parent's order
5 years ago
Alinson S. Xavier f368e43158 CreateRepetitionCommand: Run update() after executing
5 years ago
Alinson S. Xavier 209e709163 Make widgets fully opaque by default
5 years ago