f690417d3 Merge pull request #5102 from nextcloud/removeNC12
051423cf2 remove support for NC12
d7d1c475a Merge pull request #5031 from nextcloud/ezaquarii/fix-npe-crash-when-storage-manager-is-not-set
9b79b85ff Merge pull request #5065 from nextcloud/ezaquarii/fix-crash-when-making-new-ods-file
32ebe691f Merge pull request #5066 from nextcloud/ezaquarii/fix-shared-by-null-glitch
6e07d1894 Merge pull request #5035 from nextcloud/enh/clickableMarkdownLinks
5fce6caea Removed unneeded try/catch
a68069752 Removed unneeded try/catch
154b9af53 adjusted to master
a15f7248f Make hyperlinks clickable in markdown previews
5f70ea643 Make hyperlinks clickable in markdown previews
cd0f834a9 [tx-robot] updated from transifex
22ab16ef4 [tx-robot] updated from transifex
80d7d26cd [tx-robot] updated from transifex
6d76582b3 [tx-robot] updated from transifex
167b25089 Merge pull request #5085 from nextcloud/dependabot/gradle/junit-junit-4.13
7b6e1b73b [tx-robot] updated from transifex
1c12ca0ee Bump junit from 4.12 to 4.13
71f919f6c [tx-robot] updated from transifex
fc00d7d90 Merge pull request #5077 from nextcloud/dependabot/gradle/daggerVersion-2.25.4
9a3bf3a6e Bump daggerVersion from 2.25.3 to 2.25.4
0c3b8fce8 [tx-robot] updated from transifex
ef8497697 Fix "Shared by null" glitch in file details view
3cf3e3bd7 Fix crash when adding new ODS file
204707989 Merge pull request #5060 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.3.0
2882236fd Bump detekt-gradle-plugin from 1.2.2 to 1.3.0
36873015a [tx-robot] updated from transifex
f53d637cb [tx-robot] updated from transifex
24921f6f4 [tx-robot] updated from transifex
c30c6c723 daily dev 20191221
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>
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>
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>
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
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