Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle and dependencies #976

Merged
merged 2 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ android:
- platform-tools
- tools
- build-tools-28.0.3
- build-tools-29.0.2
- build-tools-29.0.3
- android-24
- android-28
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath("com.github.triplet.gradle:play-publisher:2.0.0-rc1")
classpath 'com.android.tools.build:gradle:4.1.2'
classpath("com.github.triplet.gradle:play-publisher:2.8.1")
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Nov 14 17:12:16 CET 2019
#Wed Feb 10 23:10:33 CET 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
1 change: 1 addition & 0 deletions opentasks/src/main/play/contact-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
marten.gajda@googlemail.com
1 change: 1 addition & 0 deletions opentasks/src/main/play/contact-website.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://dmfs.org
1 change: 1 addition & 0 deletions opentasks/src/main/play/default-language.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
en-GB
25 changes: 25 additions & 0 deletions opentasks/src/main/play/listings/en-GB/full-description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
An Open Source task app in Material Design.

This app supports basic task management and provides user friendly user interface.

To complete a task in the list view, just hold it for a moment and fling it from the left to the right.
To edit a task fling it from the right to the left.

<b>Open source</b>
The app is open source. Please feel free to join the development at: https://github.com/dmfs/tasks

<b>Report bugs</b>
To report bugs, please use this bug tracker: https://github.com/dmfs/tasks/issues

<b>Features still to come:</b>
* more translations
* support for recurring tasks
* support for alarms
* support for categories
* sortings and filters
* many more

Please don't rate missing features, but only features the app already has. The app is still under development and lots of fancy stuff is still to come.

<b>Permissions</b>
At present the app doesn't use the "read contacts" permission. This permission has been added in advance for future releases. It's planned to support adding attendees to tasks and to provide auto-completion for the contacts.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Open Source Task Management.
1 change: 1 addition & 0 deletions opentasks/src/main/play/listings/en-GB/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenTasks
1 change: 1 addition & 0 deletions opentasks/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
see https://github.com/dmfs/opentasks/releases/tag/1.3.0
9 changes: 5 additions & 4 deletions opentasks/src/main/res/layout/account_list_item_dialog.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="12dip"
android:paddingTop="12dip">

<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/btn_settings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="24dp"
android:layout_marginStart="24dp"
android:src="@drawable/ic_24_account_circle_black50"
android:tint="?attr/colorSecondary"/>
app:tint="?attr/colorSecondary" />

<LinearLayout
android:layout_width="match_parent"
Expand All @@ -28,14 +29,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textIsSelectable="false"/>
android:textIsSelectable="false" />

<TextView
android:id="@android:id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textIsSelectable="false"/>
android:textIsSelectable="false" />
</LinearLayout>

</RelativeLayout>
17 changes: 0 additions & 17 deletions opentasks/src/main/res/layout/task_list_field_editor.xml

This file was deleted.

18 changes: 0 additions & 18 deletions opentasks/src/main/res/layout/task_list_field_view.xml

This file was deleted.