Further README.md improvements

This commit is contained in:
Emmanuel Engelhart 2023-11-10 13:43:38 +01:00
parent 54d91ec99f
commit c150fe5ef0
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -47,7 +47,9 @@ important fields are:
- `disable_sidebar`, a boolean value, when set to `true`, it hides the sidebar - `disable_sidebar`, a boolean value, when set to `true`, it hides the sidebar
- `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs feature - `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs feature
- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature - `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature
- `new`, A boolean value, when set to `true`, it triggers the creation and storage of a dummy release Bundle during the current workflow run. - `new`, A boolean value, when set to `true`, it triggers the creation
and storage of a dummy release Bundle during the current workflow
run.
You can also create this new file using Github IO. Go to You can also create this new file using Github IO. Go to
https://github.com/kiwix/kiwix-android-custom/new/master and type https://github.com/kiwix/kiwix-android-custom/new/master and type
@ -141,17 +143,21 @@ then Go to the [release
This triggers a [Github This triggers a [Github
action](https://github.com/kiwix/kiwix-android-custom/actions) that action](https://github.com/kiwix/kiwix-android-custom/actions) that
will build an app using kiwix-android master branch and the icon will build an app Bundle using kiwix-android master branch and the
set/json defined in this repository and then upload it to the Play illustrations/icons set/json defined in this repository.
Console in draft to alpha with an expansion file attached. Therefore,
go to the [Google Play Store Admin
dashboard](https://play.google.com/apps/publish) for the
corresponding app and go to menu "Publication management" > "App version":
under "Alpha", you can click on "Modify version". After a couple of hours
the new version of the app should be listed in the public Play Store.
Remark: This will only work with app updates. To create a new custom The very first release has to be done manually. Put the `new`
app an app must be built manually and submit to the Google Play store [attribute](#description-json-file) so the release management action
provides you the dummy first bundle to upload.
All other further releases (without the `new` attribute in the
`json.info`) are then uploaded automatically to the Google Play app
store as draft. Therefore, once released, go then to the [Google Play
Store Admin dashboard](https://play.google.com/apps/publish) for the
corresponding app and go to menu "Publication management" > "App
version": under "Internal Testing", you can click on "Modify
version". After a couple of hours the new version of the app should
be listed in the public Play Store.
License License
------- -------