Commit Graph

99 Commits (cf2989d58711ba6caee8847c902ed81d0f703496)

Author SHA1 Message Date
Alinson S. Xavier cf2989d587 Refactor Habit
5 years ago
Alinson S. Xavier 5bd21e68df Rename CheckmarkList to EntryList
5 years ago
Alinson S. Xavier 71597ca89b Rename Checkmark to Entry
5 years ago
Alinson S. Xavier a3cf2877b8 Unify Checkmarks and Repetitions
5 years ago
Alinson S. Xavier 7d97554cb1 Convert Checkmark to Kotlin
5 years ago
Alinson S. Xavier 1bdd44085c Clean up and update dependencies
5 years ago
Alinson S. Xavier 596af6afe6 Remove android-base; move Dagger classes to uhabits.inject
5 years ago
Alinson S. Xavier 3f3ddc3955 Remove BaseActivity and BaseScreen
5 years ago
Alinson S. Xavier 19e221bb32 ShowHabitActivity: Re-enable menus and actions
5 years ago
Alinson S. Xavier 816ab71d83 Refactor HistoryCard
5 years ago
Alinson S. Xavier 71620a320d Refactor FrequencyCard
5 years ago
Alinson S. Xavier 95b3028c95 Refactor StreakCard
5 years ago
Alinson S. Xavier ae4ac801a0 Restructure ShowHabitActivity
5 years ago
Alinson S. Xavier bda3e42e2b Create view-model and presenter for TargetCard; reduce boilerplate
5 years ago
Alinson S. Xavier c2d89c7a60 Refactor NotesCard
5 years ago
Alinson S. Xavier c84c618ef0 Refactor OverviewCard
5 years ago
Alinson S. Xavier 5d2ff40dc9 Replace primitive int by PaletteColor
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 16b0682229 Ignore all performance tests
5 years ago
Alinson S. Xavier a77798f293 PerformanceTest: Increase time limit
5 years ago
Alinson S. Xavier 12b080152b Speed up CreateHabitCommand and CreateRepetitionCommand
5 years ago
Alinson S. Xavier 5717ae1bf1 RemoteSyncServer: Fix test
5 years ago
Alinson S. Xavier 9c0951ae58 Minor fixes to sync protocol
5 years ago
Alinson S. Xavier 49faacda1c Wrap base64 functions; close gzip stream before reading
5 years ago
Alinson S. Xavier 339eeff1ff Merge branch 'dev' into feature/sync
5 years ago
Alinson S. Xavier b6eefbdb36 setSystemTime: Try two methods
5 years ago
Alinson S. Xavier 2bf7358207 Fix medium tests for Android APIs 23-25
5 years ago
Alinson S. Xavier ce0cbb6ee2 Sync: Improve encryption and preferences API
5 years ago
Alinson S. Xavier b82af419f8 Merge branch 'dev' into feature/sync
5 years ago
Alinson S. Xavier 49ff9a7edf Fix failing tests
5 years ago
Alinson S. Xavier 4762b54701 Merge branch 'dev' into feature/sync
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 294aee5d12 Implement cryptography extensions
5 years ago
Alinson S. Xavier a2400172e2 Make registration functional
5 years ago
Alinson S. Xavier dc0b8deccf Export backups daily
5 years ago
Alinson S. Xavier b674d14b49 Opt-in skips: Update tests
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 31d631b155 Update test screenshots
5 years ago
Alinson S. Xavier ef186d55c6 Update test screenshots
5 years ago
Alinson S. Xavier 8a895b2d20 Fix colors in BarChart and HistoryChard
5 years ago
Alinson S. Xavier 5fa3f412c0 Show YES_AUTO as grey checkmark
5 years ago
Alinson S. Xavier b72cad5316 Rename checkmark values to NO, YES_AUTO, YES_MANUAL and SKIP
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
Christoph Hennemann d2dc756a34 Improve readability of history and streak charts
5 years ago
Alinson S. Xavier 2af1dbf3a6 Reactivate HistoryChart tests; fix IndexOutOfBoundsException
5 years ago