ToDo Agenda v.3.0.8
What's new: https://github.com/andstatus/todoagenda#-v30-more-colors-and-layout-customizations
This commit is contained in:
parent
a64dded00f
commit
a304490833
|
|
@ -1,32 +1,34 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Time
|
- Time
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
SourceCode: https://github.com/plusonelabs/calendar-widget
|
SourceCode: https://github.com/andstatus/todoagenda
|
||||||
IssueTracker: https://github.com/plusonelabs/calendar-widget/issues
|
IssueTracker: https://github.com/plusonelabs/calendar-widget/issues
|
||||||
Changelog: https://github.com/plusonelabs/calendar-widget/releases
|
Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
|
||||||
|
|
||||||
AutoName: Todo Agenda
|
AutoName: Todo Agenda
|
||||||
Description: |-
|
Description: |-
|
||||||
The Todo Agenda is a home screen widget. It displays a list of upcoming calendar
|
Todo Agenda is home screen widgets for your Android device.
|
||||||
events so that you can easily have a glimpse at your upcoming appointments.
|
It displays a list of calendar events and tasks
|
||||||
|
so that you can easily have a glimpse at your due, current and upcoming appointments.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Displays all events from your calendars. Optionally shows past events.
|
* No advertising. Free and Open Source.
|
||||||
|
* Displays all events from your calendars and task lists. Optionally shows past events.
|
||||||
* Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
|
* Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
|
||||||
* Select only the calendars you want to see in the widget.
|
* Select only the calendars you want to see in the widget.
|
||||||
* Create several widgets, if you need. Each widget will have its own settings, including filters and selected calendars.
|
* Create several widgets, if you need. Each widget will have its own settings, including layouts, colors, filters and selected calendars.
|
||||||
* Customize colors of the widget background and texts.
|
* Customize background colors and transparency of different widget parts, text's black and white shading.
|
||||||
* Scroll through the list of upcoming events.
|
* Scroll through the list of events. Use "Go to Today" button to return to today instantly.
|
||||||
* Customize the text size of the widget.
|
* Customize the text size of the widget.
|
||||||
* Fully resizable widget with two alternative layouts.
|
* Fully resizable widget with alternative layouts.
|
||||||
* 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 Day headers and see dates in the "Days from today" column.
|
* Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
|
||||||
* Supports tablets.
|
* Android 4+ supported. Supports Android tablets.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/plusonelabs/calendar-widget.git
|
Repo: https://github.com/andstatus/todoagenda.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.6.2
|
- versionName: 1.6.2
|
||||||
|
|
@ -146,6 +148,15 @@ Builds:
|
||||||
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
|
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
|
||||||
build.gradle
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.0.11-532
|
||||||
|
versionCode: 532
|
||||||
|
commit: 3.0.11
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Upstream generates CV and CVC from git, so we don't catch that anymore,
|
Upstream generates CV and CVC from git, so we don't catch that anymore,
|
||||||
see https://github.com/plusonelabs/calendar-widget/issues/210.
|
see https://github.com/plusonelabs/calendar-widget/issues/210.
|
||||||
|
|
@ -153,7 +164,9 @@ MaintainerNotes: |-
|
||||||
Application ID changed in 2.0.0, but for F-Droid we keep the old one, see
|
Application ID changed in 2.0.0, but for F-Droid we keep the old one, see
|
||||||
https://github.com/plusonelabs/calendar-widget/issues/291.
|
https://github.com/plusonelabs/calendar-widget/issues/291.
|
||||||
|
|
||||||
|
Since 3.0.8 GIT repo URL changed to its current primary location.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 2.0.1-425
|
CurrentVersion: 3.0.11-532
|
||||||
CurrentVersionCode: 425
|
CurrentVersionCode: 532
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue