Release 1.0.8-rc3 - unstable
This commit is contained in:
parent
75b298b0f8
commit
c707b5f29e
2 changed files with 6 additions and 5 deletions
|
|
@ -197,7 +197,7 @@ jobs:
|
||||||
APK=src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64/fr.pschneider.PostIt-Signed.apk
|
APK=src/PostIt/PostIt.Android/bin/Release/net10.0-android/android-arm64/fr.pschneider.PostIt-Signed.apk
|
||||||
if [[ ! -f "$APK" ]]; then
|
if [[ ! -f "$APK" ]]; then
|
||||||
echo "::error::APK not found at $APK"
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
cp "$APK" /src/_src/PostIt.Android.apk
|
cp "$APK" /src/_src/PostIt.Android.apk
|
||||||
|
|
|
||||||
|
|
@ -21,16 +21,17 @@ pour la production des paquets `.deb`.
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* a code cleanup
|
* a code cleanup
|
||||||
* a failling a disabled test ala Xamarin.UITest : the Android app stil doesn't starts
|
* a first Xamarin.UITest is successful
|
||||||
- Android app does not crash any more, but still no home page, only the splash screnn
|
* Android app starts, the login process succeeds
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
mostly nothing
|
mostly nothing but refactorings
|
||||||
|
|
||||||
### Fixed
|
### 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
|
## [1.0.8-rc1] - unstable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue