Kumar
e4e29d8cdc
Updated design changes
2022-07-05 16:06:51 +05:30
Kumar
3cd34b4bfb
Update gradle.properties
...
Reverted gradle.properies.
2022-07-05 16:06:39 +05:30
Kumar
391ef3a21e
Copyrights added.
2022-07-05 16:06:39 +05:30
Kumar
b614cfa213
Update build.gradle
...
Reverted gradle version.
2022-07-05 16:06:34 +05:30
A117870935
eb864fb22b
Added 3 dot menu to filter Media data.
2022-07-05 16:06:33 +05:30
Kumar
fc4788e796
Rebased with master and conflicts resolved
2022-07-05 16:06:19 +05:30
Kumar
ee0d13a438
Removed copyrights
2022-07-05 16:06:16 +05:30
Kumar
6bf6fb210d
Removed unused drawables
2022-07-05 16:06:15 +05:30
Kumar
0964f77cdb
Updated design changes
2022-07-05 16:06:15 +05:30
Kumar
7eeea6219a
Update gradle.properties
...
Reverted gradle.properies.
2022-07-05 16:06:11 +05:30
Kumar
078a462149
Copyrights added.
2022-07-05 16:06:10 +05:30
Kumar
579e42f64a
Update build.gradle
...
Reverted gradle version.
2022-07-05 16:06:04 +05:30
A117870935
093dfea09b
Added 3 dot menu to filter Media data.
2022-07-05 16:06:04 +05:30
A117870935
0ddbf0475b
Code optimisation.
2022-07-05 16:03:40 +05:30
Kumar
19a0b04663
Removed unused code and code optimisation
2022-07-05 16:03:34 +05:30
Kumar
ab9e31e938
Code formatting via KtLint
2022-07-05 16:03:34 +05:30
Kumar
0a6504010a
Code optimisation, copyrights added and bug fixing.
2022-07-05 16:03:34 +05:30
Kumar
c74d64685b
Removed copyrights
2022-07-05 16:03:34 +05:30
Kumar
5b091f2307
Removed unused drawables
2022-07-05 16:03:34 +05:30
Kumar
1c13b07673
Updated design changes
2022-07-05 16:03:34 +05:30
Kumar
5f42a5b498
Update gradle.properties
...
Reverted gradle.properies.
2022-07-05 16:03:34 +05:30
Kumar
ac8a715992
Copyrights added.
2022-07-05 16:03:34 +05:30
Kumar
4b8b1817a7
Update build.gradle
...
Reverted gradle version.
2022-07-05 16:03:33 +05:30
A117870935
74f8b2b36f
Added 3 dot menu to filter Media data.
2022-07-05 16:03:33 +05:30
Kumar
eb442ac4a6
Rebased with master and conflicts resolved
2022-07-05 16:03:33 +05:30
Kumar
54694d452c
Removed copyrights
2022-07-05 16:03:32 +05:30
Kumar
867ba2fb22
Removed unused drawables
2022-07-05 16:03:32 +05:30
Kumar
508f3a3c8a
Updated design changes
2022-07-05 16:03:32 +05:30
Kumar
0d6db1e230
Update gradle.properties
...
Reverted gradle.properies.
2022-07-05 16:03:32 +05:30
Kumar
6c3de6eecf
Copyrights added.
2022-07-05 16:03:32 +05:30
Kumar
4bb9f91e8a
Update build.gradle
...
Reverted gradle version.
2022-07-05 16:03:25 +05:30
A117870935
999b8dfa6a
Added 3 dot menu to filter Media data.
2022-07-05 16:03:24 +05:30
Tobias Kaminsky
00bf0f28fb
Merge pull request #10473 from nextcloud/onDeviceWrongMessage
...
Shared -> OnDevice -> now correct message
2022-07-05 10:59:02 +02:00
Álvaro Brey
e8d2989295
Prevent crash when selecting too many files to copy or move ( #10476 )
...
* Prevent crash when selecting too many files to copy or move
This is caused by too much data in intent extras as we're passing a fat arraylist of objects.
As we only need the paths for the copy operation, change it so that only the paths are passed.
Ideally this would instead be stored in FDA or whatever listener we have for the folder picker,
rather than passed back and forth between the folder picker.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
* Convert FolderPickerActivity to Kotlin (step 1)
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
* FolderPickerActivity: convert to Kotlin step 2
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
* OCFileListFragment: deduplicate copy/move code
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-07-05 07:47:18 +00:00
Tobias Kaminsky
efb26fc43a
Merge pull request #10479 from nextcloud/fixRebaseCommand
...
wrong indentation
2022-07-05 08:49:52 +02:00
tobiasKaminsky
e656e06acd
wrong indentation
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-05 08:49:01 +02:00
tobiasKaminsky
3e387c441a
New screenshot for com.owncloud.android.ui.activity.FolderPickerActivityIT_open
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-04 15:49:55 +02:00
Tobias Kaminsky
5cdace49ca
Merge pull request #10472 from nextcloud/thumbnailUpdateEnforced
...
When thumbnail update enforced, do not use any cached version
2022-07-04 14:36:43 +02:00
tobiasKaminsky
7ee18b735b
Shared -> OnDevice -> now correct message
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-04 11:45:41 +02:00
tobiasKaminsky
a981db2200
When thumbnail update enforced, do not use any cached version
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-04 10:00:28 +02:00
Álvaro Brey
fb8c6f4f23
Merge pull request #10471 from nextcloud/fix-flaky-logger-test
...
Fix flaky Logger overflow test
2022-07-04 09:01:58 +02:00
Nextcloud bot
d6cf7a97a3
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 04:09:52 +00:00
Chris Narkiewicz
98230e1296
Fix flaky Logger overflow test
...
Load event is processed before overlow condition check can
result in warning log line being appended. This resulted
in a race condition.
We simply poll the log file until we either find interesting
log line or we give up after several seconds.
Fixes #10416
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2022-07-04 00:30:30 +01:00
Tobias Kaminsky
29390e1fe0
Merge pull request #10464 from nextcloud/repo-sync/android-common/master
...
🔄 Synced file(s) with nextcloud/android-common
2022-07-01 09:38:30 +02:00
nextcloud-android-bot
81fae4d71b
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-07-01 07:06:35 +00:00
Álvaro Brey
5cb0056db3
Merge pull request #10457 from nextcloud/dependabot/gradle/androidx.fragment-fragment-ktx-1.5.0
...
Bump fragment-ktx from 1.4.1 to 1.5.0
2022-06-30 11:35:54 +02:00
Álvaro Brey
5b54f76edc
Merge pull request #10458 from nextcloud/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.5.0
...
Bump lifecycle-viewmodel-ktx from 2.4.1 to 2.5.0
2022-06-30 11:02:51 +02:00
Álvaro Brey
084abc1a5e
Fix compilation error with new fragment ktx version
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-30 11:00:17 +02:00
Álvaro Brey
0aa8924edd
Merge pull request #10459 from nextcloud/repo-sync/android-common/master
...
🔄 Synced file(s) with nextcloud/android-common
2022-06-30 10:01:37 +02:00
Álvaro Brey
7fb3c6f2ed
Remove detectNewJavaFiles script
...
Now built into the workflow
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-06-30 09:44:36 +02:00