Commit Graph

397 Commits (298bb0176298c66b83e4775c7413898147ab699b)

Author SHA1 Message Date
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 08050ff616 WidgetUpdater: Remove rate limit
5 years ago
Alinson S. Xavier 12b080152b Speed up CreateHabitCommand and CreateRepetitionCommand
5 years ago
Alinson S. Xavier df3d660e83 SyncActivity: Remove password field
5 years ago
Alinson S. Xavier 5717ae1bf1 RemoteSyncServer: Fix test
5 years ago
Alinson S. Xavier 872c8d9d81 SyncManager: Small fix in logging
5 years ago
Alinson S. Xavier 0b6110f0f9 Add alpha to version name
5 years ago
Alinson S. Xavier 6df5e9ebe9 Monitor network availability; other minor fixes
5 years ago
Alinson S. Xavier 2b9fd74a1d Close database
5 years ago
Alinson S. Xavier b0336fb495 SyncManager: Log sync key
5 years ago
Alinson S. Xavier 328fcd23f4 SyncManager: Run tasks in the same thread
5 years ago
Alinson S. Xavier 9c0951ae58 Minor fixes to sync protocol
5 years ago
Alinson S. Xavier 1787c0e74e Upgrade to Android Gradle plugin 4.1.0
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 849212fd2f Run medium tests three times
5 years ago
Alinson S. Xavier b6eefbdb36 setSystemTime: Try two methods
5 years ago
Alinson S. Xavier 2a72601153 Increase minSdkVersion to 23
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 67ef3bb90c SyncManager: Switch to coroutines
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 53ebdf4f14 Skip upload if database has not changed
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 d45281d137 Merge branch 'master' into dev
5 years ago
Alinson S. Xavier 56c180183e Update release notes
5 years ago
Alinson S. Xavier af8d983cca Add dummy settings.gradle file to help F-Droid locate app metadata
5 years ago
Alinson S. Xavier 0a49232ebd Add dummy settings.gradle file to help F-Droid locate app metadata
5 years ago
Alinson S. Xavier cff8e26428 Update translations
5 years ago
Alinson S. Xavier e892bccb32 Bump version to 1.8.10
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 0de86ac66c Update widgets at most once per minute
5 years ago
Alinson S. Xavier 35ca041bc2 EncExt: Trim keys
5 years ago
Alinson S. Xavier 576a334dc9 Update sync intent-filter
5 years ago
Alinson S. Xavier 294aee5d12 Implement cryptography extensions
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
Alinson S. Xavier a2400172e2 Make registration functional
5 years ago
Alinson S. Xavier 5376f4bff8 Implement SyncActivity (with static data)
5 years ago
Alinson S. Xavier 008902d3b7 AutoBackup: Use getLocalTime instead of getStartOfToday; improve logging
5 years ago
Alinson S. Xavier 4764c07f3b Bump version to 2.0.0
5 years ago
Quentin Hibon bfddc42f5e
Allow user to sort by status (#660)
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
Alinson S. Xavier d594d3b085 Make skip days an opt-in feature
5 years ago
Alinson S. Xavier ba08968600 Fix tests
5 years ago
Sunxy88 2d488a67f2
Use dark theme in settings window. (#655)
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 31d631b155 Update test screenshots
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 ef186d55c6 Update test screenshots
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 8a895b2d20 Fix colors in BarChart and HistoryChard
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
Kristian Tashkov 69f11c9d4e
Fix clearing of reminders (#638)
5 years ago
Nguyen Ly Nam 1ffc079042
Numerical habits: update notifications and detail screen (#627)
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
Kristian Tashkov d59ab89426
Update widgets at midnight (#634)
5 years ago
Alinson S. Xavier ea019321e6 Revert "NumberPickerFactory: Show and hide keyboard using InputMethodManager"
5 years ago
Alinson S. Xavier 6967def950 NumberPickerFactory: Show and hide keyboard using InputMethodManager
5 years ago
Alinson S. Xavier 6d4cac427f NumberPickerFactory: Automatically show keyboard
5 years ago
Alinson S. Xavier 152b2d5427
Merge pull request #631 from KristianTashkov/habit_selection_dark_theme
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 ee7eb4ef51 build.sh: Always use GRADLE variable
5 years ago
KristianTashkov 57bfe3d801 Fix habit selection menu item background color
5 years ago
Alinson S. Xavier a5ee96f988 HistoryChart: Make skipped days a bit more clear
5 years ago
Alinson S. Xavier 7b0eddeac5 Set minimum widget size
5 years ago
Alinson S. Xavier e8e52db9b1 HabitPickerDialog: Show "no habits found" message
5 years ago
Alinson S. Xavier cddbf558e6 Reactivate widget view tests; update widget previews
5 years ago
Alinson S. Xavier 79459c373e Manage exceptions for when activities don't exist to handle intents
5 years ago
Alinson S. Xavier 84523869e8 Manage exceptions for when activities don't exist to handle intents
5 years ago
Alinson S. Xavier 590298bf5b MemoryHabitList: Inherit parent's order
5 years ago
Alinson S. Xavier 8067fd5313 MemoryHabitList: Inherit parent's order
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
Alinson S. Xavier ebab6f08ee Remove obsolete regression test
5 years ago
Alinson S. Xavier 4a2b21855a Update ListHabitsRegressionTest
5 years ago
Alinson S. Xavier 42d5edec26 WidgetTest: Tap twice to remove checkmark
5 years ago
Alinson S. Xavier f368e43158 CreateRepetitionCommand: Run update() after executing
5 years ago
Alinson S. Xavier 09eb8c9f4d Fix widget tests on API 29+
5 years ago
Alinson S. Xavier 209e709163 Make widgets fully opaque by default
5 years ago
Alinson S. Xavier d20a2be7e6 Remove obsolete test screenshots
5 years ago
Alinson S. Xavier bd68f8fc5a Revert changes to HistoryCard view screenshots
5 years ago
KristianTashkov 1a05f7d85d Allow user to skip days without breaking streak
5 years ago
TacoTheDank d9ff429c28 Deprecation fixes
5 years ago
Alinson S. Xavier 3554895a5d Widgets: Show shadow if widget is completely opaque
5 years ago
Alinson S. Xavier 16491c142a Widgets: Fix title size
5 years ago
Alinson S. Xavier 859fea5ff5 Hide streaks for numerical habits
5 years ago
Alinson S. Xavier 34c73e89db Merge branch 'hotfix/1.8.9' into dev
5 years ago
Alinson S. Xavier 09bf49a9ce Remove notification groups; revert to default system behavior
5 years ago
Alinson S. Xavier 48e43869c7 Merge branch 'hotfix/1.8.9' into dev
5 years ago
Alinson S. Xavier 963fb58309 Revert changes to android-pickers
5 years ago
Alinson S. Xavier 38fb37cde2 Remove SyncManager and Internet permission
5 years ago
Alinson S. Xavier d0b4e3e163 Bump version to 1.8.9
5 years ago
Alinson S. Xavier 3ef3be4d16 Tidy up strings.xml
5 years ago
Alinson S. Xavier bae0e3bcc1 Remove unused resources
5 years ago
Alinson S. Xavier 3e99d821a5 Allow user to sort habits in reverse order
5 years ago
olegivo acb5051eec Konvert BaseActivity
5 years ago
olegivo b76882dd1d Konvert BaseMenu
5 years ago
olegivo 978946baab Konvert BaseSelectionMenu
5 years ago
olegivo d202f14c14 Konvert BaseScreen
5 years ago
olegivo 17a85e517a Konvert BaseRootView
5 years ago
olegivo c5bc5deff0 Konvert ActivityScope
5 years ago
olegivo b7f04957a5 Konvert ActivityContext
5 years ago
olegivo b0f5f96eee Konvert StyledResources
5 years ago
olegivo fd76a3c6fd Konvert InterfaceUtils
5 years ago
KristianTashkov 87231d7fa4 fix saving of non-numerical habits
5 years ago
olegivo 4d18a1335c Convert FileUtils to Kotlin
5 years ago
olegivo 424a417a13 Convert ColorUtils to Kotlin
5 years ago
Thomas S 96d23bdf22 Update checkmark widget for numerical support
5 years ago
Alinson S. Xavier a8e77b8df8 Update test screenshots
5 years ago
Alinson S. Xavier 5413569ce3 Update test screenshots
5 years ago
Alinson S. Xavier d80b85ac8c Make bars round
5 years ago
Alinson S. Xavier 40bc35935f Create target widget
5 years ago
Alinson S. Xavier a6060f468d Create new TargetCard and TargetChart
5 years ago
Alinson S. Xavier 6ec9d51a1e CheckmarkList: Implement getThisIntervalValue
5 years ago
Alinson S. Xavier de28a5e74e EditHabitActivity: Do not divide target by freq denominator
5 years ago
Alinson S. Xavier 3ba503604b Show target in SubtitleCard; replace some bitmap icons by FontAwesome
5 years ago
Alinson S. Xavier 6d48b53861 Merge branch 'master' into dev
5 years ago
Alinson S. Xavier bf650a7565 Fix crash when saving habit (some languages only)
5 years ago
Alinson S. Xavier b78cd1dd0d Update tests
5 years ago
Alinson S. Xavier 6d9ad8c56c Tweak snapIntervalsTogether so that "1 time every x days" habits work better
5 years ago
Alinson S. Xavier e7a3f0cffa Fix build script; remove some obsolete tests
5 years ago
Alinson S. Xavier 6aa72caf6c Bump version to 1.8.8
5 years ago
Alinson S. Xavier 0b7697d172 Make save button functional for numerical habits
5 years ago
Alinson S. Xavier b9850fa085 Create form for numerical habits
5 years ago
Alinson S. Xavier ecb3978bdd Fix dialog animations
5 years ago
Alinson S. Xavier fc57a9db6c Merge branch 'feature/numerical' into dev
5 years ago
Alinson S. Xavier 6c9c2a6c1a Update tests
5 years ago
Alinson S. Xavier 3e0529d515 Remove old EditHabitDialog
5 years ago
Alinson S. Xavier 7d8d89fbbd EditHabitActivity: Adjust inputType
5 years ago
Alinson S. Xavier c43f3c2fd7 EditHabitActivity: Dismiss all fragments on device rotation
5 years ago