Commit Graph

1825 Commits

Author SHA1 Message Date
Simon Frei f4a779cf54 Bumped version to 1.7.0 2020-07-07 09:53:29 +02:00
Simon Frei dbcb71aea4 Bumped version to 1.7.0-rc.1 2020-06-09 14:41:01 +02:00
Simon Frei 0eae007664 Updated Syncthing to v1.7.0-rc.1 2020-06-09 14:38:38 +02:00
Simon Frei 796d8a4896 Imported translations 2020-06-09 14:37:52 +02:00
dependabot-preview[bot] 817085ac9a
Bump com.github.triplet.play from 2.7.5 to 2.8.0 (#1516)
Bumps com.github.triplet.play from 2.7.5 to 2.8.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-06-09 08:36:17 +02:00
Simon Frei 9eef593f53 Bump go to 1.14.4 2020-06-02 18:29:26 +02:00
Simon Frei 6d55619764 Merge branch 'release' 2020-06-02 14:38:35 +02:00
Simon Frei d437e5faaf Bumped version to 1.6.1 2020-06-02 12:03:48 +02:00
Simon Frei 81751c5c52 Updated Syncthing to v1.6.1 2020-06-02 12:02:32 +02:00
Simon Frei 6b3a6217bd Merge branch 'release' 2020-06-02 08:34:40 +02:00
Simon Frei a779506510 Bumped version to 1.6.0 2020-06-02 08:27:42 +02:00
Simon Frei 7638ac8ca3 Bump dagger to 2.28 2020-05-27 08:42:48 +02:00
Simon Frei 125b1969a7 Bumped version to 1.6.0-rc.5 2020-05-20 12:27:24 +02:00
Simon Frei 26c519f0f9 Updated Syncthing to v1.6.0-rc.5 2020-05-20 12:24:51 +02:00
dependabot-preview[bot] 6177628c3b
Bump annotation from 1.0.0 to 1.1.0 (#1508)
Bumps annotation from 1.0.0 to 1.1.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 10:40:34 +02:00
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
Simon Frei 4b0b9b3b34 Bumped version to 1.6.0-rc.4.1 2020-05-17 16:57:33 +02:00
Catfriend1 74b460d3e1 Maybe fix root problems since v1.5.0+ / STMONITORED="1" (fixes #655) (#1505) 2020-05-17 16:54:30 +02:00
Catfriend1 5cec53c8c7
Maybe fix root problems since v1.5.0+ / STMONITORED="1" (fixes #655) (#1505) 2020-05-17 16:51:31 +02: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 a1de58ce90 Updated Syncthing to v1.6.0-rc.4 2020-05-17 14:07:11 +02:00
Simon Frei 4aa0705027 Bumped version to 1.6.0-rc.3 2020-05-16 22:35:05 +02:00
Simon Frei 344f6f7446 Updated Syncthing to v1.6.0-rc.3 2020-05-16 22:33:21 +02:00
Simon Frei 545a303556 Bumped version to 1.6.0-rc.2 2020-05-13 21:06:12 +02:00
Simon Frei 4962ba7480 Updated Syncthing to v1.6.0-rc.2 2020-05-13 21:04:46 +02:00
Simon Frei 8469ef487d Bumped version to 1.6.0-rc.1 2020-05-12 10:17:50 +02:00
Simon Frei 2207d5cc94 Updated Syncthing to v1.6.0-rc.1 2020-05-12 10:16:34 +02:00
Simon Frei 257cd78b35 Imported translations 2020-05-12 10:16:04 +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 96fcfd9c24 Updated Syncthing to v1.5.0-rc.2 2020-04-22 22:56:47 +02:00
Simon Frei 125ba851cc Bumped version to 1.5.0-rc.1 2020-04-14 12:06:38 +02:00
Simon Frei adbb7168c6 Updated Syncthing to v1.5.0-rc.1 2020-04-14 12:02:57 +02:00
Simon Frei d6be286b2b Bump go to 1.14.2 2020-04-14 11:57:19 +02:00
Simon Frei 63ceb72e0b Merge branch 'release' 2020-04-08 13:44:43 +02:00
Simon Frei a0986fa193 Bumped version to 1.4.2 2020-04-08 13:29:06 +02:00
Simon Frei 25ea297a72 Updated Syncthing to v1.4.2 2020-04-08 13:27:35 +02:00
Simon Frei f3f7f467c7 Bump go to 1.14.1 2020-04-07 08:27:08 +02:00
Simon Frei 225343eb83 Merge branch 'release' 2020-04-07 08:24:33 +02:00
Simon Frei 1241a1b51d Bumped version to 1.4.1 2020-04-07 08:21:13 +02:00
Jakob Borg 72c6dfb8d0
Create empty file in marker directory (fixes #1249) (#1490)
* Create empty file in marker directory (fixes #1249)

HTH

* wip
2020-04-02 16:48:28 +01:00
Simon Frei dd6f0a50a1 Bumped version to 1.4.1-rc.3 2020-03-20 12:10:10 +01:00
Simon Frei a81447d46a Updated Syncthing to v1.4.1-rc.3 2020-03-20 12:08:41 +01:00
Simon Frei 46f513e86e Bumped version to 1.4.1-rc.2 2020-03-19 16:28:35 +01:00