mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'todo-agenda-4-1-0' into 'master'
ToDo Agenda v.4.1.0. Reverting to static versionName and versionCode in order to automate updates in F-Droid See merge request fdroid/fdroiddata!7051
This commit is contained in:
commit
f25eeefa6f
2 changed files with 21 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- Time
|
- Time
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
SourceCode: https://github.com/andstatus/todoagenda
|
SourceCode: https://github.com/andstatus/todoagenda
|
||||||
IssueTracker: https://github.com/plusonelabs/calendar-widget/issues
|
IssueTracker: https://github.com/andstatus/todoagenda/issues
|
||||||
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
|
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
|
||||||
|
|
||||||
Name: Todo Agenda for Android 4 - 7.0
|
Name: Todo Agenda for Android 4 - 7.0
|
||||||
|
|
@ -13,8 +13,8 @@ Description: |-
|
||||||
|
|
||||||
Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar"
|
Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar"
|
||||||
to "org.andstatus.todoagenda" i.e. to its current real Android package name.
|
to "org.andstatus.todoagenda" i.e. to its current real Android package name.
|
||||||
The new app at F-Droid web site: [[org.andstatus.todoagenda]]
|
The new app at F-Droid web site: [https://f-droid.org/en/packages/org.andstatus.todoagenda/ ToDo Agenda]
|
||||||
Upcoming releases of the new app will support Android 7.1.1+ only.
|
Upcoming releases of the new app will support Android 7.0+ only.
|
||||||
|
|
||||||
The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed).
|
The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed).
|
||||||
But the name of this legacy app entry in F-Droid is changed to "Todo Agenda for Android 4 - 7.0" to avoid users' confusion.
|
But the name of this legacy app entry in F-Droid is changed to "Todo Agenda for Android 4 - 7.0" to avoid users' confusion.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- Time
|
- Time
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
SourceCode: https://github.com/andstatus/todoagenda
|
SourceCode: https://github.com/andstatus/todoagenda
|
||||||
IssueTracker: https://github.com/plusonelabs/calendar-widget/issues
|
IssueTracker: https://github.com/andstatus/todoagenda/issues
|
||||||
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
|
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
|
||||||
|
|
||||||
AutoName: Todo Agenda
|
AutoName: Todo Agenda
|
||||||
|
|
@ -25,8 +25,8 @@ Description: |-
|
||||||
* Indicators for alerts and recurring events.
|
* Indicators for alerts and recurring events.
|
||||||
* Lock time zone when travelling to different time zones.
|
* Lock time zone when travelling to different time zones.
|
||||||
* Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
|
* Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
|
||||||
* Android 7.1+ supported. Supports Android tablets.
|
* Android 7.0+ supported. Supports Android tablets.
|
||||||
For the older devices please use "Todo Agenda for Android 4 - 7.0" app [[com.plusonelabs.calendar]]
|
For the older devices please use [https://f-droid.org/en/packages/com.plusonelabs.calendar/ Todo Agenda for Android 4 - 7.0] app.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/andstatus/todoagenda.git
|
Repo: https://github.com/andstatus/todoagenda.git
|
||||||
|
|
@ -46,11 +46,19 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
MaintainerNotes: |-
|
- versionName: 4.1.0
|
||||||
Upstream generates CV and CVC from git, so we don't catch that anymore,
|
versionCode: 681
|
||||||
see https://github.com/plusonelabs/calendar-widget/issues/210.
|
commit: 4.1.0-release
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: None
|
MaintainerNotes: |-
|
||||||
UpdateCheckMode: None
|
Since v.4.1 upstream reverted to static versionName and versionCode,
|
||||||
CurrentVersion: 3.1.9-565
|
at least till F-Droid starts supporting this,
|
||||||
CurrentVersionCode: 565
|
see https://gitlab.com/fdroid/fdroidserver/-/issues/420#note_299995680
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v-release
|
||||||
|
UpdateCheckMode: Tags ^[0-9.]+-release$
|
||||||
|
CurrentVersion: 4.1.0
|
||||||
|
CurrentVersionCode: 681
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue