mirror of
https://github.com/breezy-weather/breezy-weather.git
synced 2025-10-18 23:43:40 +00:00
Fix #1810 - Mention architecture-specific APKs in INSTALL
This commit is contained in:
parent
2146ef743e
commit
70fd1f9d3d
1 changed files with 10 additions and 8 deletions
18
INSTALL.md
18
INSTALL.md
|
@ -21,18 +21,20 @@ Both flavors are signed with the same signature, so you can easily try/switch be
|
|||
## Sources to get Breezy Weather from
|
||||
|
||||
**Breezy Weather** releases are available from the following sources:
|
||||
- **[GitHub releases](https://github.com/breezy-weather/breezy-weather/releases)** is where releases built by GitHub are published under APK format. Any Android device can install APK files without needing any particular app. If you have a GitHub account, you can subscribe to be notified of updates, however it’s more convenient to use a store app to track updates.
|
||||
- **[GitHub releases](https://github.com/breezy-weather/breezy-weather/releases)** is where releases built by GitHub are published under APK format. Any Android device can install APK files without needing any particular app. If you have a GitHub account, you can subscribe to be notified of updates, however it’s more convenient to use a store app to track updates. Due to technical limitations, this is also the only source to provide architecture-specific APKs, although the difference between them and the universal APK is of a negligible 2 MB, so it should not be a criteria of choice.
|
||||
- **[Breezy Weather’s F-Droid repositories](https://github.com/breezy-weather/fdroid-repo/blob/main/README.md)** are maintained by Breezy Weather developers and get updates from a F-Droid client that doesn’t support receiving updates from GitHub.
|
||||
- **[Izzy F-Droid repository](https://apt.izzysoft.de/fdroid/index/info)** offers the standard flavor which is our recommended choice if you would like someone to independently review the app before it gets published. Updates are fast (less than 24 hours).
|
||||
- **[F-Droid default repository](https://f-droid.org/packages/org.breezyweather/)** offers the flavor with only free-network sources. Updates are slower as it requires someone on F-Droid team to manually add new versions, as autoupdates cannot be enabled for technical reasons. If you decide to use this source and you want to report an issue, you will be asked to update to the latest version before making the report.
|
||||
|
||||
| Differences | GitHub releases | [F-Droid repo] Breezy Weather | [F-Droid repo] Izzy | [F-Droid repo] Default |
|
||||
|-------------------------|-----------------|-------------------------------|------------------------|---------------------------|
|
||||
| Available flavors | All | All | Standard | Free network sources-only |
|
||||
| Pre-releases | Optional | Optional | ❌ | ❌ |
|
||||
| Delay for updates | Immediate | Immediate | Every day at 18:00 UTC | Very slow (manual) |
|
||||
| APK matches source code | ✅ | ✅ | ✅ | ✅ |
|
||||
| Independently reviewed | ❌ | ❌ | ✅ | ✅ |
|
||||
| Differences | GitHub releases | [F-Droid repo] Breezy Weather | [F-Droid repo] Izzy | [F-Droid repo] Default |
|
||||
|----------------------------|-----------------|-------------------------------|------------------------|---------------------------|
|
||||
| Available flavors | All | All | Standard | Free network sources-only |
|
||||
| Pre-releases | Optional | Optional | ❌ | ❌ |
|
||||
| Delay for updates | Immediate | Immediate | Every day at 18:00 UTC | Very slow (manual) |
|
||||
| APK matches source code | ✅ | ✅ | ✅ | ✅ |
|
||||
| Independently reviewed | ❌ | ❌ | ✅ | ✅ |
|
||||
| Architecture-specific APKs | ✅ | ❌ | ❌ | ❌ |
|
||||
|
||||
|
||||
### Other not supported well-known sources
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue