Eduardo Esparza
|
16c65f19fd
|
fix marker scaling for numerical habits in frequency display (#1489)
|
3 years ago |
Alinson S. Xavier
|
fc402fd81b
|
Minor fix to BarChart
|
3 years ago |
Alinson S. Xavier
|
f7c6bc716c
|
Fix ListHabitsScreen.showColorPicker
|
3 years ago |
Alinson S. Xavier
|
2535347d5a
|
Always update widgets on launch
Helps mitigate situations where the widgets mysteriously fail to render.
The user can always force a refresh by opening the app.
|
3 years ago |
Alinson S. Xavier
|
13af054214
|
Use different request codes for showNumberPicker pendingIntent
Fixes #1468
|
3 years ago |
Alinson S. Xavier
|
fcbb586e80
|
Use pending intent templates on StackWidget
Fixes #1463
|
3 years ago |
Jakub Kalinowski
|
428bf42e79
|
Reimplementing the multiple popups handling in the new popup solution. (#1454)
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com>
|
3 years ago |
Alinson S. Xavier
|
838e13f30c
|
Prevent crashes in AutoBackup from blocking app launch
|
3 years ago |
Alinson S. Xavier
|
0eae43fe55
|
Fix "enter" notification action on API 31
|
3 years ago |
Alinson S. Xavier
|
c0fcd4e763
|
Update CHANGELOG
|
3 years ago |
Alinson S. Xavier
|
79e2402c9d
|
Merge pull request #1425 from eduebernal/freq-display-normal
fix marker scaling in frequency display
|
3 years ago |
Alinson S. Xavier
|
53c270ee12
|
Merge branch 'number-popup' into release/2.1.0
|
3 years ago |
Alinson S. Xavier
|
e4b16f6d59
|
Replace PopupWindow by Dialog
Fixes issues with copy & paste, text selection and spell checking.
|
3 years ago |
Alinson S. Xavier
|
3021e408a7
|
Remove unused imports
|
3 years ago |
Alinson S. Xavier
|
7649119db7
|
Popup: Do not save on dismiss
|
3 years ago |
Alinson S. Xavier
|
b0a4f26e7a
|
Popup: Fix crash on suggestions
|
3 years ago |
Alinson S. Xavier
|
0a95b6d2a0
|
GitHub Actions: Use self-hosted runner
|
3 years ago |
Alinson S. Xavier
|
e6bcbb39ff
|
GitHub Actions: Enable AVD cache
|
3 years ago |
Alinson S. Xavier
|
90de1f3723
|
GitHub Actions: Implement emulator boot timeout
|
3 years ago |
Alinson S. Xavier
|
68740b4043
|
SettingsFragment: Minor changes to theme
|
3 years ago |
Alinson S. Xavier
|
b66a6ff717
|
Write release notes
|
3 years ago |
Alinson S. Xavier
|
7c1a91e35a
|
Update list of translators
|
3 years ago |
Alinson S. Xavier
|
366e9af167
|
Update translations
|
3 years ago |
Alinson S. Xavier
|
03b02aaa06
|
Merge branch 'number-popup' into release/2.1.0
|
3 years ago |
Quentin Hibon
|
180cf25ad3
|
Fix tests in APIs 30, 31
|
3 years ago |
Alinson S. Xavier
|
3490cd183a
|
GitHub Actions: Re-run only failed tests; warn about slow tests
|
3 years ago |
Quentin Hibon
|
0c292d1eaa
|
Make some rendering tests more tolerant
|
3 years ago |
Alinson S. Xavier
|
0b256cb2c0
|
GitHub Actions: Enable API 30, 31; drop some older ones
|
3 years ago |
Alinson S. Xavier
|
cc03c48648
|
TargetCard: Make target more accurate for non-daily habits
|
3 years ago |
Alinson S. Xavier
|
53e7ef2918
|
LoopDBImporter: Improve performance; silence snackbar messages
|
3 years ago |
Alinson S. Xavier
|
9609bee0f7
|
Update CHANGELOG and list of developers
|
3 years ago |
Alinson S. Xavier
|
5b23a3f960
|
Bump version to 2.1.0
|
3 years ago |
Alinson S. Xavier
|
d2d45991b0
|
Always show popups at the center of the screen; remove ScreenLocation
|
3 years ago |
Alinson S. Xavier
|
25aeafb759
|
Remove unused imports
|
3 years ago |
Alinson S. Xavier
|
9045ae5c24
|
Remove previous NumberPicker
|
3 years ago |
Alinson S. Xavier
|
555873354c
|
Use NumberPopup in HistoryCard
|
3 years ago |
Alinson S. Xavier
|
2a012619a7
|
Use NumberPopup in widgets
|
3 years ago |
Alinson S. Xavier
|
d1de3a852b
|
Implement NumberPopup
|
3 years ago |
Alinson S. Xavier
|
f04e37e905
|
Remove CheckmarkDialog
|
3 years ago |
Alinson S. Xavier
|
825a5f2cb9
|
Implement CheckmarkPopup
|
3 years ago |
Alinson S. Xavier
|
0de6896691
|
Add notes to DelayedToggle, make delay skipable
|
3 years ago |
Alinson S. Xavier
|
7187214282
|
Replace notesIndicator by notes
|
3 years ago |
Jakub Kalinowski
|
9d4161a255
|
Issue 1332: Multiple numeric dialogs appearing (#1356)
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com>
|
3 years ago |
dependabot[bot]
|
d82a3c145d
|
Bump kotlin-stdlib-jdk8 from 1.6.10 to 1.6.21
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
a6cbd44e42
|
Bump kotlinx-coroutines-core-jvm from 1.6.0 to 1.6.1
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
45c62b4ab2
|
Bump kxCoroutinesVersion from 1.6.0 to 1.6.1
Bumps `kxCoroutinesVersion` from 1.6.0 to 1.6.1.
Updates `kotlinx-coroutines-android` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1)
Updates `kotlinx-coroutines-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
d53312d261
|
Bump kotlin-stdlib from 1.6.10 to 1.6.21
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Quentin Hibon
|
c453810785
|
Resort habit list after habit edit (#1350)
* Add regression test for #1131
* Resort habit list after habit edit
Fixes #1131.
|
3 years ago |
Quentin Hibon
|
999057300b
|
Bump kotlin from 1.5.0 to 1.6.10 (#1349)
|
4 years ago |
Quentin Hibon
|
2245347e28
|
Clean up SDK_INT branches (#1348)
Fixes #1347.
|
4 years ago |