8751c85c2 Merge pull request #5120 from nextcloud/spinner
9d2b80da1 spinner: if primary color is white, use grey
de269b260 Merge pull request #5115 from nextcloud/311bump
3baa9fe5d Merge pull request #5118 from nextcloud/fastlane
ee6e7ce5b fix fastlane RC
1343ba08e Merge pull request #5114 from nextcloud/richWorkspaceFixes
1ec8b067f - fix not clickable rich workspace area - fix crash on first loading
62aaed7f3 bump to 3.11 alpha
9a47a4d30 Merge pull request #5107 from nextcloud/whiteHeader
6cb0f1087 Merge pull request #4915 from nextcloud/createText
3011097be [tx-robot] updated from transifex
248fe1a44 daily dev 20200108
de46f83dd Merge pull request #5108 from nextcloud/whiteOptionMenu
57b0d425b Fix text in option menu within image preview
b0758e4b7 Merge pull request #5054 from nextcloud/ezaquarii/fix-user-avatars-in-drawer
36294785c daily dev 20200107
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>