Commit graph

14101 commits

Author SHA1 Message Date
Nextcloud bot
80d7d26cdc
[tx-robot] updated from transifex 2020-01-04 04:21:28 +00:00
Nextcloud bot
6d76582b3e
[tx-robot] updated from transifex 2020-01-03 04:17:57 +00:00
dependabot-preview[bot]
167b25089e
Merge pull request #5085 from nextcloud/dependabot/gradle/junit-junit-4.13 2020-01-02 16:38:35 +00:00
Nextcloud bot
7b6e1b73b4
[tx-robot] updated from transifex 2020-01-02 04:18:21 +00:00
dependabot-preview[bot]
1c12ca0ee8
Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-02 02:14:59 +00:00
Nextcloud bot
71f919f6ce
[tx-robot] updated from transifex 2019-12-31 04:18:47 +00:00
dependabot-preview[bot]
fc00d7d906
Merge pull request #5077 from nextcloud/dependabot/gradle/daggerVersion-2.25.4 2019-12-30 20:11:00 +00:00
dependabot-preview[bot]
9a3bf3a6e1
Bump daggerVersion from 2.25.3 to 2.25.4
Bumps `daggerVersion` from 2.25.3 to 2.25.4.

Updates `dagger` from 2.25.3 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.3...dagger-2.25.4)

Updates `dagger-android` from 2.25.3 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.3...dagger-2.25.4)

Updates `dagger-android-support` from 2.25.3 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.3...dagger-2.25.4)

Updates `dagger-compiler` from 2.25.3 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.3...dagger-2.25.4)

Updates `dagger-android-processor` from 2.25.3 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.3...dagger-2.25.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 02:13:51 +00:00
Nextcloud bot
0c3b8fce89
[tx-robot] updated from transifex 2019-12-28 04:17:07 +00:00
Torsten Grote
d82de88701
Retrieve parent folder before removing document
Otherwise trying to get the parent folder will cause a NPE

Fixes #5015

Signed-off-by: Torsten Grote <t@grobox.de>
2019-12-26 15:44:23 -03:00
Chris Narkiewicz
ef8497697a
Fix "Shared by null" glitch in file details view
When file is uploaded it has ownerId == null.
We shall interpret this condition file being
owned by the current user.

Fixes #5005

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-12-25 19:45:49 +00:00
Chris Narkiewicz
3cf3e3bd71
Fix crash when adding new ODS file
Crash was caused by async task callback firing when
Fragment is not attached to activity.

Check if fragment is attached before invoking
callback logic.

Fixes: #5020

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-12-25 16:39:05 +00:00
dependabot-preview[bot]
2047079898
Merge pull request #5060 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.3.0 2019-12-24 08:25:17 +00:00
dependabot-preview[bot]
2882236fd7
Bump detekt-gradle-plugin from 1.2.2 to 1.3.0
Bumps detekt-gradle-plugin from 1.2.2 to 1.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 02:12:39 +00:00
Nextcloud bot
36873015af
[tx-robot] updated from transifex 2019-12-23 04:21:33 +00:00
nextcloud-android-bot
2310c9c453 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-12-22 14:28:02 +00:00
Chris Narkiewicz
89ccc01845
Fix account switch buttons in drawer header
This is a regression caused by using User.equals() to compare against
platform Account object.

- Migrated this functionality to User
- Refactored drawer setup code using CollectionsKt.filter()
  List<User>

Fixes #5053

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-12-22 13:43:04 +00:00
Nextcloud bot
f53d637cbe
[tx-robot] updated from transifex 2019-12-22 04:24:34 +00:00
Nextcloud bot
24921f6f40
[tx-robot] updated from transifex 2019-12-21 03:54:02 +00:00
Tobias Kaminsky
c30c6c7233 daily dev 20191221
a28d65c4c Merge pull request #5047 from nextcloud/nickvergessen-patch-1
70f20b30d Merge pull request #5040 from nextcloud/dependabot/gradle/com.android.support.test.espresso-espresso-intents-3.0.2
c8f8fbb91 Change order of steps and result of those steps
89bbb8284 Bump espresso-intents from 2.2.1 to 3.0.2
4899561eb Merge pull request #5042 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.2.1
9e61eba51 Bump butterknife-compiler from 10.2.0 to 10.2.1
aff5c473a Merge pull request #5044 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-10.2.1
7240022e1 [tx-robot] updated from transifex
1caf02a0f daily dev 20191220
2019-12-21 03:37:04 +01:00
Andy Scherzinger
a28d65c4c5
Merge pull request #5047 from nextcloud/nickvergessen-patch-1
Change order of steps and result of those steps
2019-12-20 11:15:52 +01:00
dependabot-preview[bot]
70f20b30dc
Merge pull request #5040 from nextcloud/dependabot/gradle/com.android.support.test.espresso-espresso-intents-3.0.2 2019-12-20 08:32:27 +00:00
Joas Schilling
c8f8fbb91d
Change order of steps and result of those steps 2019-12-20 09:16:35 +01:00
dependabot-preview[bot]
89bbb8284c
Bump espresso-intents from 2.2.1 to 3.0.2
Bumps espresso-intents from 2.2.1 to 3.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 07:38:28 +00:00
Andy Scherzinger
4899561eb0
Merge pull request #5042 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.2.1
Bump butterknife-compiler from 10.2.0 to 10.2.1
2019-12-20 08:36:45 +01:00
dependabot-preview[bot]
9e61eba515
Bump butterknife-compiler from 10.2.0 to 10.2.1
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.0...10.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 07:34:44 +00:00
dependabot-preview[bot]
aff5c473ab
Merge pull request #5044 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-10.2.1 2019-12-20 07:33:31 +00:00
Nextcloud bot
7240022e1e
[tx-robot] updated from transifex 2019-12-20 03:53:45 +00:00
Tobias Kaminsky
1caf02a0f5 daily dev 20191220
6af95233f Merge pull request #4890 from nextcloud/directEditing
b4c3a7d78 Merge pull request #5018 from grote/thumbnail-fix
b20767140 fix during CI
d23137025 Merge pull request #4829 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.0.0
0d84a2dd3 warning about used feature in newer SDK
b4ea01430 use master branch
ec2cfef13 Direct editing support - abstract EditorWebView - support direct editing endpoint
f2627a29a enable caching
ddffaf7b4 use custom user agent for onlyOffice
017849959 remove unneeded static string
f25127d6e revert to master snapshot
95afe8c82 use editor id to use any editor
d05de9855 use file path as parameter for open direct editing file
300abba48 make sure TextEditor is also only used ond >= Android 5, due to security reason of javascript interface
994817ce9 get direct editing info from endpoint
b31cee531 prevent NPE
d1611f633 Direct editing support - abstract EditorWebView - support direct editing endpoint
516c464a7 override minSDK for lib
10a667b08 Bump screengrab from 1.2.0 to 2.0.0
9fbedb4d8 Merge pull request #4992 from nextcloud/uiComparison
751301cd4 daily dev 20191219
2019-12-20 03:39:43 +01:00
dependabot-preview[bot]
d3c4fdf908
Bump butterknife from 10.2.0 to 10.2.1
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.0...10.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 02:15:04 +00:00
Tobias Kaminsky
6af95233fb
Merge pull request #4890 from nextcloud/directEditing
Direct editing support
2019-12-19 15:11:56 +01:00
Andy Scherzinger
b4c3a7d788
Merge pull request #5018 from grote/thumbnail-fix
Only trigger media scans for media files
2019-12-19 15:01:34 +01:00
tobiasKaminsky
b20767140f
fix during CI
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 09:10:23 +01:00
dependabot-preview[bot]
d231370254
Merge pull request #4829 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.0.0 2019-12-19 08:00:00 +00:00
tobiasKaminsky
0d84a2dd34
warning about used feature in newer SDK
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
b4ea014301
use master branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
ec2cfef138
Direct editing support
- abstract EditorWebView
- support direct editing endpoint

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
f2627a29a8
enable caching
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
ddffaf7b49
use custom user agent for onlyOffice
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
0178499596
remove unneeded static string
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
f25127d6e3
revert to master snapshot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
95afe8c82a
use editor id to use any editor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
d05de9855a
use file path as parameter for open direct editing file
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
300abba48b
make sure TextEditor is also only used ond >= Android 5, due to security reason of javascript interface
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
994817ce97
get direct editing info from endpoint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
b31cee531b
prevent NPE
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
d1611f6334
Direct editing support
- abstract EditorWebView
- support direct editing endpoint

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:38 +01:00
tobiasKaminsky
516c464a79
override minSDK for lib
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:41:26 +01:00
dependabot-preview[bot]
10a667b081
Bump screengrab from 1.2.0 to 2.0.0
Bumps screengrab from 1.2.0 to 2.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 06:43:41 +00:00
Tobias Kaminsky
9fbedb4d8c
Merge pull request #4992 from nextcloud/uiComparison
Ui comparison
2019-12-19 07:42:11 +01:00