Skip to content

Commit

Permalink
Merge pull request #391 from privacyidea/v4.4.0
Browse files Browse the repository at this point in the history
V4.4.0
  • Loading branch information
frankmer authored May 22, 2024
2 parents 93bf791 + aeb6d4b commit 6f9aa6c
Show file tree
Hide file tree
Showing 285 changed files with 24,194 additions and 8,400 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.16.5'
- run: "flutter upgrade"
flutter-version: '3.19.6'
- run: "flutter --version"
- run: "flutter pub get"
- run: "flutter build ios -t 'lib/mains/main_netknights.dart' --debug --flavor netknights --no-codesign"
Expand All @@ -48,14 +47,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17.0.7'
distribution: 'oracle'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.0'
- run: "flutter upgrade"
flutter-version: '3.19.6'
- run: 'flutter clean'
- run: "flutter --version"
- run: "flutter pub get"
- run: 'flutter clean'
- run: "flutter build apk -t 'lib/mains/main_netknights.dart' --debug --flavor netknights"
- run: "flutter build apk -t 'lib/mains/main_netknights.dart' --debug --flavor netknights"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -890,3 +890,4 @@ DerivedData/
.flutter-plugins-dependencies
lib/l10n/untranslated.txt
*.jks
ios/Flutter/flutter_export_environment.sh
2 changes: 0 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<!-- required from API level 33 -->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> <!-- To read images created by other apps -->
<!-- To read all files until API level 32 -->
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
Expand Down
Binary file removed android/app/src/main/res/drawable/app_icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions android/app/src/main/res/layout/widget_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
>
<ImageView
android:id="@+id/widget_background"
android:src="@drawable/hw_background"
android:layout_width="130dp"
android:layout_height="65dp"
/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/netknights/res/drawable/app_icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6f9aa6c

Please sign in to comment.