Commit Graph

439 Commits (5ab1b01f9bd8a4518c92ee1e007fb6778305ac8a)

Author SHA1 Message Date
Alinson S. Xavier 43489aeb4c
CheckmarkDialog: Replace setText by append
4 years ago
Alinson S. Xavier 990c85aedd
CheckmarkDialog: Use theme color instead of CSV
4 years ago
Quentin Hibon 8bdfaa2434 Don't explicitly change focus while switching between frequencies
4 years ago
Quentin Hibon 5f6060858d Don't unfocus after select 'every day' frequency
4 years ago
Alinson S. Xavier b62e436054 Fix "hide completed" for numerical habits
4 years ago
Alinson S. Xavier bf63b4dbcf
Remove HabitMatcherBuilder
4 years ago
Alinson S. Xavier a82d940bcc
Small tweaks to checkmark size
4 years ago
Jakub Kalinowski 6531445d7f Add delay after toggling a habit
4 years ago
Bindu 8036b10ee6 improve yes/no dialog design
4 years ago
Bindu 71f400f587 improve numerical dialog design
4 years ago
Bindu 79e302f922 Change variable name
4 years ago
Bindu af7f60fc4d Address review comments
4 years ago
Bindu a9fddf9963 Update tests and fix formatting.
4 years ago
Bindu 36c1504c6a Add dialog and notes indicator for HistoryChart
4 years ago
Bindu d644170141 Implement dialog for Yes/No Habits
4 years ago
Bindu d38f83e961 Added a notes field and implemented dialog for numeric habits
4 years ago
Quentin Hibon fa3774a32b Bump org.jlleitschuh.gradle.ktlint from 10.1.0 to 10.2.0
4 years ago
Alinson S. Xavier 75078ed52b
Merge pull request #1101 from KristianTashkov/kris/implement_at_most
4 years ago
Alinson S. Xavier 2a0afedb1d
SubtitleCard: Show at-most icon
4 years ago
Alinson S. Xavier 66a2b41250
Target type: use dropdown instead of radio button
4 years ago
Alinson S. Xavier 4ee5dd910b
Merge pull request #1116 from sgallese/feature/update-app-intro
4 years ago
sgallese c79d1e82a5 Update AppIntro to latest version
4 years ago
sgallese 4aebeedec6 Finish intro when skipped pressed
4 years ago
KristianTashkov 7de94f2caf Add border to create habit buttons
4 years ago
KristianTashkov 17ed85fc1b fix test
4 years ago
KristianTashkov 4355fb4d68 start score from 1.0 for at most and reflect the same in history
4 years ago
sgallese 9d3c63cf62 Removes JVM dependencies from StringUtils
4 years ago
KristianTashkov 113a5028af Simplify the code
4 years ago
KristianTashkov 1a56260757 add more tests for AT_MOST
4 years ago
KristianTashkov 697fffbc99 fix tests
4 years ago
KristianTashkov 804edfa64e Implement numerical habits with AT_MOST target type
4 years ago
Alinson S. Xavier 2ab6c396d0
Merge pull request #1100 from kalina559/vector_drawables
4 years ago
Alinson S. Xavier a55f467339
Minor changes to ic_colorpicker_swatch_selected
4 years ago
Jakub Kalinowski cf682f68c9
Dialog's positive button has bigger font size now (#1096)
4 years ago
Jakub Kalinowski f119cbf8e7 Added copyright notice
4 years ago
Jakub Kalinowski 056f5f6fce Added last .svg icons
4 years ago
Jakub Kalinowski 42f6125d5e Removed last .png icons
4 years ago
Jakub Kalinowski 3e20fc4d1d Added new .svg icons
4 years ago
Jakub Kalinowski 1f763feb69 Removed .png icons
4 years ago
Jakub Kalinowski 6e7ad329fe Added copyright notice
4 years ago
Jakub Kalinowski 5cb241475d Corrected the dark theme icon color
4 years ago
Jakub Kalinowski 27e76c7243 New edit icon
4 years ago
Jakub Kalinowski 576ad04064 Deleted edit icon
4 years ago
Jakub Kalinowski 5f8187ef6d Replaced some more .png icons with vector assets
4 years ago
Jakub Kalinowski f16f919e27 Resolved naming issue
4 years ago
Jakub Kalinowski 736bb8a75e Added new .svg icons
4 years ago
Jakub Kalinowski de9ad6d4a4 Deleted some old .png icons
4 years ago
Quentin Hibon 1d37ce54ea Focus fractional part after entering a decimal separator
4 years ago
Quentin Hibon f88f1cfb54 Improve NumberPicker usage in numerical habits
4 years ago
Alinson S. Xavier ec202aa9a7
Merge pull request #1079 from hiqua/reimplement_custom_freq
4 years ago
Quentin Hibon 1fb56c8777 Fix typo
4 years ago
Quentin Hibon a5d4a37da8 Improve digit constraints in frequency picker
4 years ago
Quentin Hibon 4804a48549 Reimplement custom frequencies
4 years ago
Alinson S. Xavier 57f5f6ed5b
Cycle through through all checkmark states
4 years ago
Alinson S. Xavier f15c660d33
Merge branch 'master' into dev
4 years ago
Alinson S. Xavier 2a5725f382
Small tweaks to CheckmarkWidget padding and aspect ratio
4 years ago
Alinson S. Xavier edeabb6ee3
Update CHANGELOG and release notes
4 years ago
Alinson S. Xavier 24a9fbe414
Update translations
4 years ago
Quentin Hibon f8c7abfff4 Use 'entered' instead of 'completed' when ? or skips are enabled
4 years ago
Quentin Hibon b9eb244b0b Introduce HabitType and NumericalHabitType enums
4 years ago
Quentin Hibon 91ff5f7a0c Use empty array instead of sentinel value -1 as habitId
4 years ago
Quentin Hibon 67b55a4ecf Fix off-by-one bug in StackWidgetService
4 years ago
Quentin Hibon a5ae2eaa63 Improve one 'when'
4 years ago
Quentin Hibon 0bc2a8b6d4 Handle target widget type in stacked widget
4 years ago
Alinson S. Xavier 705dfb9cbd
Bitmap.createBitmap: Ensure width, height > 0
4 years ago
Alinson S. Xavier d0ef749f19
StackWidget: Raise exception instead of returning invalid default value
4 years ago
Alinson S. Xavier b54711243f
Remove color.toThemedAndroidColor
4 years ago
Alinson S. Xavier 37f03aca37
Merge branch 'hotfix/2.0.3' into dev
4 years ago
Quentin Hibon 271de59a94
Use notification timestamp when pressing "no"
4 years ago
Quentin Hibon 64966d3c86 Bumps org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0
4 years ago
Alinson S. Xavier be51538704
Avoid calling textPaint.getTextBounds repeatedly
4 years ago
Alinson S. Xavier 89b24911ba
Fix imports
4 years ago
Alinson S. Xavier 1cf71b3973
Use dark theme in HabitPickerDialog.kt
4 years ago
Alinson S. Xavier 2fe3b15806
Fix small issues with the pure black theme
4 years ago
Alinson S. Xavier 33468bfc1c
Improve automatic checkmarks for monthly habits
4 years ago
Alinson S. Xavier 12c76245e6
Merge branch 'master' into dev
4 years ago
Alinson S. Xavier afad56ab91
Update test screenshots; automatically fetch
4 years ago
Alinson S. Xavier 88f8581acc
Make CheckmarkWidget resizable; remove fixed aspect ratio
4 years ago
Alinson S. Xavier b33dd2a994
Ensure RingView.diameter is never zero
4 years ago
Alinson S. Xavier d87961d800
Fix missing placeholder in some translations; update remaining ones
4 years ago
Alinson S. Xavier 38d2606d6d
Fix IllegalStateException in androidx.customview.view
4 years ago
sumanabhi b1c53bd820
Added the Decimal Support while entering target for any Habit.
4 years ago
Alinson S. Xavier c973f93424
Fix small issues with font size
4 years ago
Alinson S. Xavier fcadbe7c38
Handle numerical habits with target value of zero
4 years ago
Alinson S. Xavier 59a4d7552c
Update translations; reorganize play/listings
4 years ago
Alinson S. Xavier dd1999681f
Small adjustments to numeric checkmark widget
4 years ago
Alinson S. Xavier 63883032c4
Update screenshots and description
4 years ago
Alinson S. Xavier 61529fde4d
Update translations
4 years ago
Alinson S. Xavier a7845c9290
Make large-tests pass on API 23
4 years ago
Alinson S. Xavier 1feefe107c
Make large-tests pass on API 25
4 years ago
Alinson S. Xavier 2728c311d8
Large tests: Make compatible with API 27
4 years ago
Alinson S. Xavier b561dfe90d
GitHub Actions: Large tests
4 years ago
Alinson S. Xavier 53a40b2cfa
Update translations
4 years ago
Alinson S. Xavier 98ce802f87
Remove useless statement
4 years ago
Alinson S. Xavier 853b4275be
Parse translators from Crowdin report; group by language
4 years ago
Alinson S. Xavier df4355c072
Switch to androidx.preference.PreferenceManger
5 years ago
Alinson S. Xavier 33c3feb11a
Make FrequencyPickerDialog translatable
5 years ago
Alinson S. Xavier 5dd9f43464
Update translations
5 years ago
Alinson S. Xavier 4a13623b2c
Update translations
5 years ago
Alinson S. Xavier 6b368bffdf
Update measurable_example
5 years ago
Alinson S. Xavier 8d87988871
Add arrows to sort menu
5 years ago
Alinson S. Xavier 256ca13dca
Small tweaks to preferences screen; restore default accent color
5 years ago
Alinson S. Xavier b0c5552cfa
Remove unused imports
5 years ago
Alinson S. Xavier 616ab4861d
CheckmarkWidget: Always show circle
5 years ago
Alinson S. Xavier fcff067b2e
DatePicker: Implement dark theme
5 years ago
Alinson S. Xavier da018fc64d
Temporarily remove device sync
5 years ago
Quentin Hibon 6af2edb690
Delete v21 resources (#864)
5 years ago
Alinson S. Xavier 071b6bd090 HeaderView: Fix padding
5 years ago
Alinson S. Xavier 8b2285787c Fix numerical spinner in BarCardView
5 years ago
Alinson S. Xavier c83cd5fd10 Render YES_AUTO as outlined checkmark
5 years ago
Alinson S. Xavier 381c67d020 Allow unitless numerical habits
5 years ago
Alinson S. Xavier 81cffc7253 Fix dialog text color
5 years ago
Alinson S. Xavier e745b959ca Fix multiple selection
5 years ago
Quentin Hibon 9c81f22a4d
Start snooze activity after later is selected from lock screen (#840)
5 years ago
Alinson S. Xavier 51947576aa HistoryEditorDialog: Use system theme
5 years ago
Alinson S. Xavier 7b68938e14 ButtonView: Adjust size of question marks
5 years ago
Alinson S. Xavier ee462715de Use different colors for YES_AUTO and NO; increase contrast slightly
5 years ago
Alinson S. Xavier a95da72e19 Attempt to make EntryPanelViewTest less flaky
5 years ago
Alinson S. Xavier 3ece80f3da Remove unused class and resource
5 years ago
Quentin Hibon fc26d7967f
Make validation errors readable (#837)
5 years ago
Alinson S. Xavier 9b753b07f8 Temporarily disable flaky test
5 years ago
Quentin Hibon 96f87df052
Implement task to generate translator layout from a text file (#759)
5 years ago
Alinson S. Xavier c53997ffcc Update fa_star_half_o unicode
5 years ago
Alinson S. Xavier 11d55bbf02 Write failing tests for EmptyListViewTest
5 years ago
Quentin Hibon 50ebff3edf Adapt message when all habits are completed
5 years ago
Alinson S. Xavier 8e1aa3d01e
Merge pull request #784 from hiqua/fontawesome
5 years ago
Quentin Hibon b1da72dc3a
Bump org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0 (#786)
5 years ago
Quentin Hibon 91bd17bb9e Upgrade fontawesome to 5.15.2
5 years ago
Quentin Hibon 8790c0e87b Delete snooze_interval preference
5 years ago
Quentin Hibon bc461e1239 Restore notification sound customization setting
5 years ago
Alinson S. Xavier 129c86a030 about.xml: Sort developers by number of commits
5 years ago
Alinson S. Xavier e4121b2564 Merge branch 'master' into dev
5 years ago
Alinson S. Xavier c006659ba4 Use Nexus 4 screen size in build.sh; adjust BackupSteps accordingly
5 years ago
Alinson S. Xavier 5be2c51d79 Regression tests: minor code cleanup
5 years ago
Quentin Hibon 2dcce080d3 Set dataOffset when attaching a new CardView
5 years ago
Quentin Hibon 6c3b4135c2 Implement test reproducing #713
5 years ago
Alinson S. Xavier 48c1adb3bb HabitCardListAdapter: Return copy of list of selected items
5 years ago
Alinson S. Xavier 89bde4c9ae verifyDisplayGraphs: Update class names
5 years ago
Alinson S. Xavier a7e2e0e8da Acceptance tests: fix imports; remove unused function
5 years ago
Alinson S. Xavier a6c9ea22e6 Merge branch 'midnight_delay_option_2' into dev
5 years ago
Alinson S. Xavier 5767817de2 Midnight delay: Make text shorter
5 years ago
Alinson S. Xavier f36bc788c7
Merge pull request #740 from hiqua/sdk_30
5 years ago
Quentin Hibon 4a2fb2ac47
Fix visual glitch on popups when using dark theme (#730)
5 years ago
Quentin Hibon 2d943b5942 Fix signature of onSharedPreferenceChanged
5 years ago
Quentin Hibon dd4e0ee6f9 Increase targetSdk to 30
5 years ago
Quentin Hibon bb8d4abb9e Implement the midnight delay option
5 years ago
Quentin Hibon df30c7c764 Disable transparency for stacked widgets
5 years ago
Alinson S. Xavier 25d3587545 Add hiqua to list of developers
5 years ago
Quentin Hibon f1c88797a3 Clean up code after conversions
5 years ago
Quentin Hibon f882e18be9 Convert BaseUserInterfaceTest
5 years ago