Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Sep 16, 2024
2 parents 50416ad + f2275d5 commit 4688ba0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

## <a id="unreleased"></a>[Unreleased]

## <a id="v1.11.11"></a>[v1.11.11] - 2024-09-16
## <a id="v1.11.12"></a>[v1.11.12] - 2024-09-16

### Added

Expand All @@ -19,6 +19,8 @@ All notable changes to this project will be documented in this file.
- crash when cataloguing some malformed MP4 files
- inconsistent launch screen

## <a id="v1.11.11"></a>[v1.11.11] - 2024-09-16 [YANKED]

## <a id="v1.11.10"></a>[v1.11.10] - 2024-09-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ To run the app:
```

[Version badge]: https://img.shields.io/github/v/release/deckerst/aves?include_prereleases&sort=semver
[Build badge]: https://img.shields.io/github/actions/workflow/status/deckerst/aves/check.yml?branch=develop
[Build badge]: https://img.shields.io/github/actions/workflow/status/deckerst/aves/quality-check.yml?branch=develop
2 changes: 0 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:showWhenLocked="true"
android:supportsRtl="true"
tools:targetApi="tiramisu">
<activity
Expand All @@ -128,7 +127,6 @@
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTop"
android:showWhenLocked="true"
android:supportsPictureInPicture="true"
android:theme="@style/NormalTheme"
android:windowSoftInputMode="adjustResize">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ open class MainActivity : FlutterFragmentActivity() {

val keyguardManager = getSystemService(Context.KEYGUARD_SERVICE) as android.app.KeyguardManager
val isLocked = keyguardManager.isKeyguardLocked
setShowWhenLocked(isLocked)
if (isLocked) {
// device is locked, so access to content is limited to intent URI by default
fields[INTENT_DATA_KEY_SECURE_URIS] = listOf(uri.toString())
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/131.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
In v1.11.12:
- review photos from the lock screen
Full changelog available on GitHub
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
In v1.11.12:
- review photos from the lock screen
Full changelog available on GitHub
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.11.11+130
version: 1.11.12+131
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
In v1.11.11:
In v1.11.12:
- review photos from the lock screen
Full changelog available on GitHub

0 comments on commit 4688ba0

Please sign in to comment.