Release 1.0.8-rc3 - unstable
Some checks failed
Dotnet build and test / build (pull_request) Failing after 10m56s
Forgejo Release / release (push) Failing after 8m43s

This commit is contained in:
Paul Schneider 2026-08-25 19:26:52 +01:00
commit c707b5f29e
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 6 additions and 5 deletions

View file

@ -197,7 +197,7 @@ jobs:
APK=src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64/fr.pschneider.PostIt-Signed.apk
if [[ ! -f "$APK" ]]; then
echo "::error::APK not found at $APK"
ls -la src/PostIt/PostIt.Android/bin/Release/net10.0-android/ 2>/dev/null || true
ls -la src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64 2>/dev/null || true
exit 1
fi
cp "$APK" /src/_src/PostIt.Android.apk

View file

@ -21,16 +21,17 @@ pour la production des paquets `.deb`.
### Added
* a code cleanup
* a failling a disabled test ala Xamarin.UITest : the Android app stil doesn't starts
- Android app does not crash any more, but still no home page, only the splash screnn
* a first Xamarin.UITest is successful
* Android app starts, the login process succeeds
### Changed
mostly nothing
mostly nothing but refactorings
### Fixed
mostly nothing
nothing, [TODO] a bug persists laoding a blog post from PostIt, ACL sould come along with and should not need any "Refresh" button.
Today, assigning ACL succeeds the first time, the following times result in a 409
## [1.0.8-rc1] - unstable