mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 20:34:05 +00:00
Merge branch 'update_tasks' into 'master'
Update Tasks to 7.4.2 (645) See merge request fdroid/fdroiddata!6120
This commit is contained in:
commit
e3c250b61b
1 changed files with 49 additions and 9 deletions
|
|
@ -14,15 +14,37 @@ Bitcoin: 136mW34jW3cmZKhxuTDn3tHXMRwbbaRU8s
|
||||||
|
|
||||||
AutoName: Tasks
|
AutoName: Tasks
|
||||||
Description: |-
|
Description: |-
|
||||||
This app is built on the same code as the original Astrid app but differs in
|
Tasks is libre open source software based on the original source code from Astrid Tasks & To Do List!
|
||||||
several ways:
|
|
||||||
|
|
||||||
* No Astrid.com synchronization
|
Google Task synchronization
|
||||||
* No sharing or assigning tasks
|
* Subtask support
|
||||||
* No iOS or web interface
|
* Manual sort with drag and drop
|
||||||
* Third party apps need to update their code to support Tasks
|
* Synchronize multiple Google Task accounts
|
||||||
|
|
||||||
Tasks is not affiliated with Yahoo! or Todoroo.
|
CalDAV synchronization
|
||||||
|
* Sync and share with Nextcloud, Owncloud, Fastmail, mailbox.org, and more!
|
||||||
|
* Multi-level subtasks
|
||||||
|
* Repeating tasks
|
||||||
|
* Categories
|
||||||
|
* Synchronize multiple CalDAV accounts
|
||||||
|
|
||||||
|
Extensive theme support
|
||||||
|
* Light, black, dark, wallpaper, and day/night themes
|
||||||
|
* Customize your lists with 21 colors
|
||||||
|
* Customize your lists with over 100 icons
|
||||||
|
* Choose from 17 accent colors
|
||||||
|
|
||||||
|
* Back up your data to SD card or Google Drive
|
||||||
|
* Flexible task recurrence
|
||||||
|
* Tag, filter, and search your tasks
|
||||||
|
* Hide tasks until a later date
|
||||||
|
* Create calendar events for your tasks
|
||||||
|
* Create new tasks with Tasker
|
||||||
|
* Create list reminders with Tasker
|
||||||
|
* Dashclock plugin
|
||||||
|
* Crowd-sourced translations in 38 languages
|
||||||
|
* Left-to-right support
|
||||||
|
* And more!
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/tasks/tasks.git
|
Repo: https://github.com/tasks/tasks.git
|
||||||
|
|
@ -1169,10 +1191,28 @@ Builds:
|
||||||
gradleprops:
|
gradleprops:
|
||||||
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||||
|
|
||||||
|
- versionName: 7.4.2
|
||||||
|
versionCode: 645
|
||||||
|
commit: 7.4.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- generic
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/maven/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle.kts
|
||||||
|
- sed -i -e '/io.fabric/d' -e '/googleplayImplementation(.*) {/,/}/d; /googleplayImplementation/d'
|
||||||
|
-e '/amazonImplementation/d' -e '/com.google.gms/d' -e '/signingConfig =/d'
|
||||||
|
build.gradle.kts
|
||||||
|
scandelete:
|
||||||
|
- buildSrc
|
||||||
|
- .gradle
|
||||||
|
gradleprops:
|
||||||
|
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
|
||||||
|
|
||||||
MaintainerNotes: Upstream releases multiple version with changed vercode. Looks like
|
MaintainerNotes: Upstream releases multiple version with changed vercode. Looks like
|
||||||
repushing tags..
|
repushing tags..
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 7.3.2
|
CurrentVersion: 7.4.2
|
||||||
CurrentVersionCode: 633
|
CurrentVersionCode: 645
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue