Commit Graph

466 Commits (834ae92d871bb5115b68239c82cd01a59cc22793)

Author SHA1 Message Date
Alinson S. Xavier c757ce6548 Enforce min text size on HabitScoreView
10 years ago
Alinson S. Xavier b601a643dd Merge branch 'feature/dark-theme' into dev
10 years ago
Alinson S. Xavier 90e513e778 Remove warning when palette cannot be found
10 years ago
Alinson S. Xavier 728c9557f0 Migrate DB to new color format
10 years ago
Alinson S. Xavier 5bd0c842f5 Minor typo
10 years ago
Alinson S. Xavier 97711087f9 Fix invisible text on widgets
10 years ago
Alinson S. Xavier 2fe2d8834a Fix spinner theme on pre-lollipop
10 years ago
Alinson S. Xavier 93a893d660 Replace icons with Material icons
10 years ago
Alinson S. Xavier feff9a18e6 Fix action icons
10 years ago
Alinson S. Xavier b42565b770 Backport dark theme to pre-lollipop devices
10 years ago
Alinson S. Xavier 3de702ced2 Fix colors in About screen
10 years ago
Alinson S. Xavier 42f7f4042d Add option for AMOLED night mode
10 years ago
Alinson S. Xavier 2115a590f2 Add fade transition when switching themes
10 years ago
Alinson S. Xavier f5f3ec9f88 Update tests for custom views
10 years ago
Alinson S. Xavier 6d5a8f5753 Merge branch 'sciamano-day-of-week' into dev
10 years ago
Alinson S. Xavier 06fc04092b Code cleanup
10 years ago
Denis 24c02605d1 Select first day of week according to the current locale
10 years ago
Alinson S. Xavier 11fcb67624 Improve custom views' colors
10 years ago
Alinson S. Xavier abc92e390a Update list of translators
10 years ago
Alinson S. Xavier 52c07660b1 Implement menu item to switch between themes
10 years ago
Alinson S. Xavier 35f778c376 Do not use habit color as primary color on dark themes
10 years ago
Alinson S. Xavier 436ae7e574 Update selected_box colors for dark theme
10 years ago
Alinson S. Xavier 5c683a77c2 Fix ripple on ListHabitsFragment
10 years ago
Alinson S. Xavier dd1f6c9efc Change habit.color palette according to current theme
10 years ago
Alinson S. Xavier 04e8432522 Widgets: show error message instead of crashing
10 years ago
Alinson S. Xavier 13d34945b4 Merge branch 'poeditor' into hotfix/1.4.1
10 years ago
Alinson S. Xavier 756578508e Bump version to 1.4.1
10 years ago
Alinson S. Xavier 38fc7650b9 Update translations
10 years ago
Alinson S. Xavier cf06ec0a4b Fix chart colors
10 years ago
Alinson S. Xavier f0701f7b35 First version of dark theme
10 years ago
Alinson S. Xavier de8018af7d Delete unused resources
10 years ago
Alinson S. Xavier ac885e1503 Refactor ListHabitsFragment layouts and styles
10 years ago
Alinson S. Xavier c08702341a Update Spanish translations
10 years ago
Alinson S. Xavier abb8c09bc9 Update widgets after executing command
10 years ago
Alinson S. Xavier 87255ceb25 RingView: invalidate after updating percentage and color
10 years ago
Alinson S. Xavier aedbfded0f Show POEditor link if language is not fully translated
10 years ago
Alinson S. Xavier 779c0040bd Add some options back to settings screen
10 years ago
Alinson S. Xavier 7bba6a887f Increase width of chart labels as needed
10 years ago
Alinson S. Xavier 52a1d19793 Allow labels to expand
10 years ago
Alinson S. Xavier 35e346e7ea Remove empty strings from translations
10 years ago
Alinson S. Xavier 3102158bdb Merge branch 'poeditor' into release/1.4.0
10 years ago
Alinson S. Xavier 7afa65a53c Add Czech translation
10 years ago
Alinson S. Xavier 2e5533d480 Update translations (POEditor)
10 years ago
Alinson S. Xavier b29c7e695a Save failed views to SD card root if writable
10 years ago
Alinson S. Xavier eeff14a2ca Bump version to 1.4.0
10 years ago
Alinson S. Xavier af3b18f518 Fix incorrect date format for some languages
10 years ago
Alinson S. Xavier 3811f4b339 Rename tests for compatibility with AWS Device Farm
10 years ago
Alinson S. Xavier 50a8aece6f Move expensive call to background thread
10 years ago
Alinson S. Xavier 2f66cfc417 Minor string change
10 years ago
Alinson S. Xavier 132ce36a57 More detailed logs in case getFilesDir fails
10 years ago
Alinson S. Xavier 147f010d1b Update website URL
10 years ago
Alinson S. Xavier afc91ed89a Merge branch 'feature/performance' into dev
10 years ago
Alinson S. Xavier 684c37d167 Update list of translators
10 years ago
Alinson S. Xavier 8b296ce2ae Make setup method public
10 years ago
Alinson S. Xavier e2e9e2e27a Remove debug code
10 years ago
Alinson S. Xavier 8b2f31c44a Update widget preview
10 years ago
Alinson S. Xavier 83db9fe2f2 Hide progress bar on startup
10 years ago
Alinson S. Xavier 9891139b5a Fix tests on ICS
10 years ago
Alinson S. Xavier cbc8cbfea3 Fix scores with null habit
10 years ago
Alinson S. Xavier 96c46b655d Minor refactoring
10 years ago
Alinson S. Xavier 0de52d4fa3 BaseTask: move register/unregister to onPre/PostExecute
10 years ago
Alinson S. Xavier c51b1fd399 Remove progress bar; switch to BaseTask
10 years ago
Alinson S. Xavier eb8dd1d450 Simplify and optimize loading time of ShowHabitFragment
10 years ago
Alinson S. Xavier 357646152f Use postInvalidate instead of invalidate
10 years ago
Alinson S. Xavier ae5be202b2 Add convenience methods for tracing
10 years ago
Alinson S. Xavier cc3e2153d0 Allow BaseTask to publish integer progress
10 years ago
Alinson S. Xavier 7433a2413d Refactor BaseTask interface
10 years ago
Alinson S. Xavier 1cd8eb6849 NumberView: do not request layout on setNumber
10 years ago
Alinson S. Xavier 7f009e2365 Create indexes in database
10 years ago
Alinson S. Xavier 4cec7d7367 Implement methods to generate huge test database
10 years ago
Alinson S. Xavier 2d2bb8b4ed Render widgets in background
10 years ago
Alinson S. Xavier e476096ae1 Fix view tests
10 years ago
Alinson S. Xavier e2c814a982 Fix ShowHabitFragment and HistoryEditorDialog
10 years ago
Alinson S. Xavier 4fcaa68baf Throw exception when slow methods are executed on the main thread
10 years ago
Alinson S. Xavier 02e45dbe27 Rename DialogHelper to UIHelper
10 years ago
Alinson S. Xavier bf6562f854 Update views on background thread
10 years ago
Alinson S. Xavier 3c927e009a Improve performance of Score computation
10 years ago
Alinson S. Xavier a9bcae0f2f Clean up CheckmarkView
10 years ago
Alinson S. Xavier bc54f3f916 Improve performance of toggleCheckmark
10 years ago
Alinson S. Xavier 5763d76167 Make setup method public
10 years ago
Alinson S. Xavier 86b66b1388 Add tests for DeleteHabitsCommand
10 years ago
Alinson S. Xavier 5e0422848b Add tests for EditHabitCommand
10 years ago
Alinson S. Xavier a67a3297b1 Add tests for ToggleRepetitionCommand
10 years ago
Alinson S. Xavier b2f2d4ad28 Add tests for UnarchiveHabitsCommand
10 years ago
Alinson S. Xavier 4dc8201dcb Add tests for CreateHabitCommand
10 years ago
Alinson S. Xavier f24e300b40 Implement tests for Archive and ChangeColor commands
10 years ago
Alinson S. Xavier 21157eaa19 Increase similarity threshold
10 years ago
Alinson S. Xavier 0ea2c8e5c8 HistoryView: test tap at invalid locations
10 years ago
Alinson S. Xavier 826491bc90 Test custom views with transparent background
10 years ago
Alinson S. Xavier 72f5ca5531 Add tests for NumberView
10 years ago
Alinson S. Xavier f9da90a93a Add tests for HabitStreakView
10 years ago
Alinson S. Xavier 96c6a97ad0 Add tests for HabitScoreView
10 years ago
Alinson S. Xavier 20469789ea Add tests for HabitFrequencyView
10 years ago
Alinson S. Xavier abafffcff1 Increase similarity threshold
10 years ago
Alinson S. Xavier d45a4445cc Minor changes to HabitHistoryView rendering; enable haptic feedback
10 years ago
Alinson S. Xavier 94f56a8869 Make all unit tests inherit from BaseTest
10 years ago
Alinson S. Xavier bc331d0a4d Write tests for HabitHistoryView
10 years ago
Alinson S. Xavier 2ba7246e5f Refactor Tasks for better testability
10 years ago
Alinson S. Xavier e0b637e84d Merge branch 'feature/unit-test-views' into dev
10 years ago
Alinson S. Xavier e14d73cf32 Add translator
10 years ago