Commit 890332d 1 parent 69ca80e commit 890332d Copy full SHA for 890332d
File tree 4 files changed +9
-4
lines changed
src/main/play/release-notes
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- ## v1.5.0
1
+ ## v1.4.4
2
2
- Added separate swipe left & right actions, with animated icon shown on swipe (#36 ).
3
+ - Fixed cursor going to end of note when scrolling long text notes (#63 , potentially #60 ).
4
+ - Fixed movement with arrow keys not working in text fields when editing note (#67 ).
5
+ - Fixed crash with notification on Android 12 (#65 ).
3
6
4
7
## v1.4.3
5
8
- Fixed critical crash occuring when using reminders (#61 , #62 ).
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
}
17
17
18
18
android {
19
- compileSdkVersion 31
19
+ compileSdkVersion 32
20
20
buildToolsVersion " 30.0.3"
21
21
22
22
def schemasLocation = " $projectDir /schemas"
@@ -26,8 +26,8 @@ android {
26
26
// there was a sync flavor. Package can't be changed on Play Store so it was kept.
27
27
applicationId " com.maltaisn.notes.sync"
28
28
minSdkVersion 21
29
- targetSdkVersion 31
30
- versionCode 10403
29
+ targetSdkVersion 32
30
+ versionCode 10404
31
31
versionName " 1.4.4"
32
32
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
33
33
Original file line number Diff line number Diff line change
1
+ - Added configurable left & right swipe actions.
1
2
- A few bug fixes
Original file line number Diff line number Diff line change
1
+ - Action de glissement configurable selon la direction.
1
2
- Quelques bugs corrigés.
You can’t perform that action at this time.
0 commit comments