Commit Graph

148 Commits

Author SHA1 Message Date
dependabot-preview[bot] 103a288958
Bump rules from 1.1.1 to 1.2.0 (#1506)
Bumps rules from 1.1.1 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-18 08:03:29 +01:00
dependabot-preview[bot] d657bfdc09
Bump dependencies (AndroidX, com.github.triplet.play 2.7.5, gradle 3.6.3) (#1491)
* Bump com.github.triplet.play from 2.5.0 to 2.7.5

Bumps com.github.triplet.play from 2.5.0 to 2.7.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix com.github.triplet.play dependency setup

* gradle-wrapper.properties: Update gradle 6.0.1 > 6.2.2

from: 5ad55348b8

* build.gradle: Update "com.android.tools.build:gradle" from 3.5.3 to 3.6.3

* gradle.properties: + android.useAndroidX=true

* Migrate to AndroidX: import androidx.databinding.DataBindingUtil

* Create setenv.cmd

* Fix lint error: RtlCompat

Right-to-left text compatibility issues
../../src/main/res/layout/activity_firststart_slide1.xml:46: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 43             android:paddingLeft="@dimen/desc_padding"
 44             android:paddingRight="@dimen/desc_padding"
 45             android:text="@string/welcome_text"
 46             android:textAlignment="center"

 47             android:textColor="@android:color/white"
 48             android:textSize="@dimen/slide_desc" />
 49
../../src/main/res/layout/activity_firststart_slide2.xml:61: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 58             android:paddingLeft="@dimen/desc_padding"
 59             android:paddingRight="@dimen/desc_padding"
 60             android:text="@string/storage_permission_desc"
 61             android:textAlignment="center"

 62             android:textColor="@android:color/white"
 63             android:textSize="@dimen/slide_desc" />
 64
../../src/main/res/layout/activity_firststart_slide3.xml:61: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 58             android:paddingLeft="@dimen/desc_padding"
 59             android:paddingRight="@dimen/desc_padding"
 60             android:text="@string/location_permission_desc"
 61             android:textAlignment="center"

 62             android:textColor="@android:color/white"
 63             android:textSize="@dimen/slide_desc" />
 64
../../src/main/res/layout/fragment_external_versioning.xml:11: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
  8         android:layout_height="wrap_content"
  9         android:layout_margin="10dp"
 10         android:text="@string/command"
 11         android:textAlignment="center"

 12         android:textColor="@android:color/black"
 13         android:textSize="18sp"
 14         android:textStyle="bold" />
../../src/main/res/layout/fragment_simple_versioning.xml:23: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 20             android:layout_height="wrap_content"
 21             android:layout_margin="10dp"
 22             android:text="@string/keep_versions"
 23             android:textAlignment="center"

 24             android:textColor="@android:color/black"
 25             android:textSize="18sp"
 26             android:textStyle="bold" />
../../src/main/res/layout/fragment_staggered_versioning.xml:17: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 14             android:layout_width="match_parent"
 15             android:layout_height="wrap_content"
 16             android:text="@string/maximum_age"
 17             android:textAlignment="center"

 18             android:textColor="@android:color/black"
 19             android:textSize="18sp"
 20             android:textStyle="bold"
../../src/main/res/layout/fragment_staggered_versioning.xml:44: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"
 41             android:layout_height="wrap_content"
 42             android:layout_margin="10dp"
 43             android:text="@string/versions_path"
 44             android:textAlignment="center"

 45             android:textColor="@android:color/black"
 46             android:textSize="18sp"
 47             android:textStyle="bold"
../../src/main/res/layout/fragment_trashcan_versioning.xml:23: To support older versions than API 17 (project specifies 16) you must also specify gravity or layout_gravity="center_horizontal"

* AndroidManifest: Add permission ACCESS_FINE_LOCATION

Ref.: 5755ed45ad

* Migrate to AndroidX, solves lint error "IncompatibleGradle"

according to:
- b04489e062

* Fix lint error: MissingPermission, catch SecurityException

* Revert "Create setenv.cmd"

This reverts commit e39c460837.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Catfriend1 <Catfriend1@users.noreply.github.com>
2020-05-17 15:04:32 +01:00
Simon Frei 78e1aa2084 Bumped version to 1.6.0-rc.4 2020-05-17 14:08:11 +02:00
Simon Frei 4aa0705027 Bumped version to 1.6.0-rc.3 2020-05-16 22:35:05 +02:00
Simon Frei 545a303556 Bumped version to 1.6.0-rc.2 2020-05-13 21:06:12 +02:00
Simon Frei 8469ef487d Bumped version to 1.6.0-rc.1 2020-05-12 10:17:50 +02:00
Simon Frei 66410cadc6 Merge branch 'release' 2020-05-05 09:15:38 +02:00
Simon Frei c5a9d35aba Bumped version to 1.5.0 2020-05-05 09:04:53 +02:00
dependabot-preview[bot] c257c55ba2
Bump libsuperuser from 1.1.0.201907261845 to 1.1.0.202004101746 (#1493)
Bumps [libsuperuser](https://github.com/Chainfire/libsuperuser) from 1.1.0.201907261845 to 1.1.0.202004101746.
- [Release notes](https://github.com/Chainfire/libsuperuser/releases)
- [Commits](https://github.com/Chainfire/libsuperuser/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 11:06:06 +02:00
dependabot-preview[bot] 9dfcf37f32
Bump dagger-compiler from 2.26 to 2.27 (#1486)
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.26 to 2.27.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.26...dagger-2.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 09:07:18 +01:00
dependabot-preview[bot] 2e96af657b
Bump dagger from 2.26 to 2.27 (#1485)
Bumps [dagger](https://github.com/google/dagger) from 2.26 to 2.27.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.26...dagger-2.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 08:56:00 +01:00
dependabot-preview[bot] e59326ffce
Bump guava from 28.2-android to 29.0-android (#1499)
Bumps [guava](https://github.com/google/guava) from 28.2-android to 29.0-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 08:30:38 +01:00
Simon Frei 849e95ed36 Bumped version to 1.5.0-rc.2 2020-04-23 20:43:55 +02:00
Simon Frei 125ba851cc Bumped version to 1.5.0-rc.1 2020-04-14 12:06:38 +02:00
Simon Frei a0986fa193 Bumped version to 1.4.2 2020-04-08 13:29:06 +02:00
Simon Frei 1241a1b51d Bumped version to 1.4.1 2020-04-07 08:21:13 +02:00
Simon Frei dd6f0a50a1 Bumped version to 1.4.1-rc.3 2020-03-20 12:10:10 +01:00
Simon Frei 46f513e86e Bumped version to 1.4.1-rc.2 2020-03-19 16:28:35 +01:00
Simon Frei a4920fc881 Bumped version to 1.4.1-rc.1 2020-03-18 20:55:51 +01:00
Simon Frei 8fe42c0415 Bumped version to 1.4.0 2020-03-17 10:55:57 +01:00
Simon Frei 6cf5959613
Bumped version to 1.4.0-rc.11 2020-03-06 21:44:01 +01:00
Simon Frei d7379ab62d
Bumped version to 1.4.0-rc.10 2020-03-02 15:46:30 +01:00
Simon Frei dd2a4cdcdc
Bumped version to 1.4.0-rc.9 2020-02-28 12:55:51 +01:00
Simon Frei 9ea5b574bb
Bumped version to 1.4.0-rc.8 2020-02-27 13:50:47 +01:00
Simon Frei d2579a0669
Bumped version to 1.4.0-rc.7 2020-02-23 20:24:35 +01:00
Simon Frei 81c3406fb4
Bumped version to 1.4.0-rc.5 2020-02-14 08:34:15 +01:00
Simon Frei 01902bc099
Bumped version to 1.4.0-rc.4 2020-02-13 16:02:41 +01:00
Simon Frei 519ea0dc41
Bumped version to 1.4.0-rc.3 2020-02-12 16:17:38 +01:00
Simon Frei 1165d874f0
Bumped version to 1.4.0-rc.2 2020-02-11 16:33:48 +01:00
Simon Frei 9812bc992e
Bumped version to 1.4.0-rc.1 2020-02-11 12:25:47 +01:00
Simon Frei dae8392de0
Bump dagger from 2.25.4 to 2.26 (#1474) 2020-02-04 08:35:33 +01:00
Simon Frei 299ad5cc06
Bumped version to 1.3.4 2020-02-04 08:20:17 +01:00
Simon Frei e1fc81360a
Bumped version to 1.3.4-rc.1 2020-01-15 09:11:01 +01:00
dependabot-preview[bot] f9db7ede43 Bump guava from 28.1-android to 28.2-android (#1457)
Bumps [guava](https://github.com/google/guava) from 28.1-android to 28.2-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 14:48:51 +01:00
dependabot-preview[bot] 9719888f67 Bump dagger-compiler from 2.25.2 to 2.25.4 (#1459)
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.25.2 to 2.25.4.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.25.2...dagger-2.25.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 14:46:41 +01:00
Simon Frei a5ad4db734
Bump dagger 2020-01-08 14:40:57 +01:00
Simon Frei 83e987ebe8
Bumped version to 1.3.3 2020-01-07 08:19:07 +01:00
Simon Frei 270aa1812c
Bumped version to 1.3.3-rc.1 2019-12-10 09:51:18 +01:00
Simon Frei 528e2cac6c
Bumped version to 1.3.2 2019-12-03 09:00:22 +01:00
Simon Frei 9c8cc9fad1
Bumped version to 1.3.2-rc.3 2019-11-27 12:27:31 +01:00
Simon Frei b1557a8b85
Bumped version to 1.3.2-rc.2 2019-11-21 10:01:29 +01:00
Simon Frei f3f0b26a51
Bumped version to 1.3.2-rc.1 2019-11-12 09:18:21 +01:00
Simon Frei 7a66269dbd
Merge branch 'release' 2019-11-05 10:47:17 +01:00
Simon Frei 911a88f3ea
Bumped version to 1.3.1 2019-11-05 10:31:24 +01:00
Simon Frei 6c87f2fb44
Update dagger to 0.25.2 (#1433) 2019-10-24 08:18:20 +02:00
Simon Frei 6225ae18f5
Bumped version to 1.3.1-rc.2 2019-10-22 14:29:13 +02:00
Simon Frei e7fe18214b
Bumped version to 1.3.1-rc.1 2019-10-13 16:54:27 +02:00
dependabot-preview[bot] 2ec1222bd5 Bump gson from 2.8.5 to 2.8.6 (#1419)
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.6.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07 07:30:22 +01:00
Simon Frei 0646462afb
Bumped version to 1.3.0 2019-10-01 09:50:26 +02:00
Simon Frei fdcb36d32d
Bumped version to 1.3.0-rc.2 2019-09-23 10:31:46 +02:00