Commit Graph

1808 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
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
Simon Frei e93bc71a18 Updated Syncthing to v1.4.1-rc.2 2020-03-19 16:25:35 +01:00
Simon Frei a4920fc881 Bumped version to 1.4.1-rc.1 2020-03-18 20:55:51 +01:00
Simon Frei c5c9b56962 Updated Syncthing to v1.4.1-rc.1 2020-03-18 20:54:20 +01:00
Simon Frei aae0b17dac Imported translations 2020-03-17 13:17:34 +01:00
Pander 7ccf78858c
removed menu decorations, decreased file sizes with optipng (#1479) 2020-03-17 13:16:56 +01:00
Simon Frei 4b49d76972 Bump go to 1.13.8 2020-03-17 11:00:07 +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 b3a681f1b9
Updated Syncthing to v1.4.0-rc.11 2020-03-06 21:42:19 +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 516940828d
Updated Syncthing to v1.4.0-rc.9 2020-02-28 12:53:48 +01:00
Simon Frei 9ea5b574bb
Bumped version to 1.4.0-rc.8 2020-02-27 13:50:47 +01:00
Simon Frei 0b1ac80e61
Updated Syncthing to v1.4.0-rc.8 2020-02-27 13:43:11 +01:00
Simon Frei d2579a0669
Bumped version to 1.4.0-rc.7 2020-02-23 20:24:35 +01:00
Simon Frei da1f19b5af
Updated Syncthing to v1.4.0-rc.7 2020-02-23 20:22:38 +01:00
Simon Frei 81c3406fb4
Bumped version to 1.4.0-rc.5 2020-02-14 08:34:15 +01:00