tobiasKaminsky
1af18ad3cd
Secure filedrop
...
add tests
Rename .java to .kt
only show secure filedrop / sharing on NC26+
Refactor EncryptionUtils to avoid having test arguments on public method
Added secure filedrop
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-02-07 09:44:07 +01:00
Álvaro Brey
9478fb15e9
Improve export type selection dialog
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-01-27 11:54:41 +01:00
Álvaro Brey
41ef0614e0
Allow multi-page PDF scans
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-01-27 11:54:41 +01:00
Álvaro Brey
b3b3fedcdf
lint: Remove useless clickable attribute from some layout roots
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-01-05 08:32:09 +00:00
ge78fug
e75687c748
Removed the community_testing_version_text
...
Signed-off-by: ge78fug <ge78fug@mytum.de>
2022-12-16 13:50:52 +01:00
Álvaro Brey
006c5b49d5
"Add to nextcloud" bottom sheet: add drag handle and style title
...
This brings the title in line with the other bottom sheet, and looks better IMO.
The DragHandleView is recommended for accesibility.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-12-06 07:56:18 +01:00
Álvaro Brey
bbb85513e1
Video preview: use fullscreen dialog for video instead of new activity
...
This allows transfering the playback directly between Player views, thus avoiding creating
a new ExoPlayer, re-starting the stream, having to pass playing status/current position, etc.
Additionally:
- Always enable buffering animation so it's clear when a video is loading
- Add padding to fullscreen duration numbers so they don't get cut off on rounded screens
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-28 19:22:49 +00:00
Álvaro Brey
a0ac194467
Fix lint
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:59 +01:00
Álvaro Brey
7cb85ec6a1
FileActionsBottomSheet: color loading animation with primary color
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:59 +01:00
Álvaro Brey
4523537587
File actions bottom sheet: show file thumbnail
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:59 +01:00
Álvaro Brey
36f918da7e
Fix icon tinting for fake placeholder menu iteFix icon tinting for fake placeholder menu itemm
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:58 +01:00
Álvaro Brey
dd94167733
FileActionsBottomSheet: show loading animation, load items in background
...
Since we're going to load the files in background too, it's a good idea to start doing this already
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:57 +01:00
Álvaro Brey
0e0935bef6
FileActionsBottomSheet: add drag handle for accesibility
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:57 +01:00
Álvaro Brey
5ff16b9ba5
Show lock info in bottom sheet
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:57 +01:00
Álvaro Brey
1aa248d1bf
FileActionsBottomSheet: Display file name or file count as bottom sheet title
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:57 +01:00
Álvaro Brey
e7ff6df581
FileActionsBottomSheet: make scrollable in case full list doesn't fit in screen
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:57 +01:00
Álvaro Brey
5b628f520c
Set icons for file actions
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:09 +01:00
Álvaro Brey
f2d0acdba3
Use bottom sheet for file actions
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-17 09:13:02 +01:00
Álvaro Brey
005cae2072
Supress lint warning on SSO dialog xml
...
Can't use a compound drawable here, we need to size the image
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-07 13:23:54 +01:00
Álvaro Brey
d0ffbe2479
Use material 3 style for SSO dialog
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-07 13:03:31 +01:00
Álvaro Brey
9364da5077
List fragments: Add empty list as a child of SwipeRefreshLayout, not outside it.
...
This allows swiping to refresh on empty folders.
Fixes #10973
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-02 12:32:23 +01:00
Álvaro Brey
dea4c2f530
Restore OCFileListGridImageViewHolder
...
Changed in #10079 . Not sure why it was changed this way but it causes crashes.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-19 15:51:56 +02:00
tobiasKaminsky
66d8756bec
Add tile view to media view
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-14 20:58:34 +02:00
Álvaro Brey
e9ae7dccce
File actions bottom sheet: fix misplaced creators block
...
This caused the creators to be invisible
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-14 15:27:51 +02:00
Álvaro Brey
f0f18b548f
Fix background colors for popup menus and bottom sheets
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-14 11:30:04 +02:00
Álvaro Brey
62f7877fc7
Theme icons in gallery bottom sheet
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-14 11:30:04 +02:00
Andy Scherzinger
e902396aa3
Make status card views themed like tonal buttons
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:35 +02:00
Andy Scherzinger
d49f725e5e
improve status card views for m3
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:34 +02:00
Andy Scherzinger
e10a28b893
unify bottom sheet items to 56dp m3 item heights
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:34 +02:00
Andy Scherzinger
379c9d016f
adapt bottom sheet items to m3
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:34 +02:00
Andy Scherzinger
74ba90943e
make quota bar rounded on the edges and remove containers background to remove the overpainting
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:34 +02:00
Andy Scherzinger
1657850ccb
m3 theming for backup fragnment
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:29:33 +02:00
Andy Scherzinger
7e8002b254
Move upload list to view binding and buttons' m3 theming
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:28:45 +02:00
Andy Scherzinger
1bfb91d3cc
properly theme input layout for m3
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:28:45 +02:00
Andy Scherzinger
5d7d3d6641
m3 theming of e2ee dialog
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:28:45 +02:00
Andy Scherzinger
6dbd434d0c
theme sharing fragment
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:28:44 +02:00
Andy Scherzinger
980c74a172
theme search card view
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:23:08 +02:00
Andy Scherzinger
50ae0581e4
Update further dialogs to m3 theming
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:23:07 +02:00
Andy Scherzinger
25bbbea282
enhance set status dialog m3 themeing
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:22:52 +02:00
Andy Scherzinger
50a6937ca4
improve m3 account chooser theming
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:22:52 +02:00
Andy Scherzinger
d1621d74d1
Polish m3 for account chooser and rename background
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:22:52 +02:00
Álvaro Brey
7fedeeb797
Initial setup for material 3 utils from library
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-14 11:21:24 +02:00
Andy Scherzinger
0308ace17f
PoC for Matzerial3 theming
...
Resolves #10641
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-10-14 11:21:08 +02:00
tobiasKaminsky
efa886b455
Add dashboard widgets
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-14 10:25:35 +02:00
dhruv
4f19252726
SingleLine attribute removed
...
Signed-off-by: dhruv <dhruvpatidar35@gmail.com>
2022-08-18 15:49:40 +05:30
tobiasKaminsky
0af94d2b62
Fix npe by migrating to binding
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-25 07:59:01 +02:00
Álvaro Brey
73cc4aa4f3
Make empty list views scrollable
...
This will prevent them from being cut when vertical space is not enough, for example in landscape mode
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-07-13 11:11:07 +02:00
tobiasKaminsky
61b85ed52f
fix lint warnings
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-07-07 09:57:36 +02:00
A117870935
a72932731f
Media view filter options
...
Squashed commit of the following:
commit ddb107778d
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Tue Jul 5 18:15:38 2022 +0530
Delete FolderPickerActivity.java
commit f471cc2810
Merge: 0c5b2309bc
1341f1fbe6
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Tue Jul 5 18:13:43 2022 +0530
Merge branch 'media-view-options' of https://github.com/nextmcloud/android into media-view-options
commit 0c5b2309bc
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Tue Jul 5 18:12:44 2022 +0530
Rebasing with master
commit de4eeb5004
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Fri Jun 24 10:45:22 2022 +0530
Code optimisation.
commit eb8128df34
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Mon May 9 16:57:14 2022 +0530
Removed unused code and code optimisation
commit ed00306ee7
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Fri May 6 12:23:47 2022 +0530
Code formatting via KtLint
commit a7e925d692
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Thu May 5 17:28:51 2022 +0530
Code optimisation, copyrights added and bug fixing.
commit ccb07fc73b
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 60e27ce765
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit e4e29d8cdc
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 3cd34b4bfb
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 391ef3a21e
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit b614cfa213
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit eb864fb22b
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit fc4788e796
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 16:02:19 2022 +0530
Rebased with master and conflicts resolved
commit ee0d13a438
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 6bf6fb210d
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 0964f77cdb
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 7eeea6219a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 078a462149
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 579e42f64a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit 093dfea09b
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit 0ddbf0475b
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Fri Jun 24 10:45:22 2022 +0530
Code optimisation.
commit 19a0b04663
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Mon May 9 16:57:14 2022 +0530
Removed unused code and code optimisation
commit ab9e31e938
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Fri May 6 12:23:47 2022 +0530
Code formatting via KtLint
commit 0a6504010a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Thu May 5 17:28:51 2022 +0530
Code optimisation, copyrights added and bug fixing.
commit c74d64685b
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 5b091f2307
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 1c13b07673
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 5f42a5b498
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit ac8a715992
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 4b8b1817a7
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit 74f8b2b36f
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit eb442ac4a6
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 16:02:19 2022 +0530
Rebased with master and conflicts resolved
commit 54694d452c
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 867ba2fb22
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 508f3a3c8a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 0d6db1e230
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 6c3de6eecf
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 4bb9f91e8a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit 999b8dfa6a
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit 1341f1fbe6
Merge: 414e0754bf
57b414e4c1
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Fri Jun 24 11:49:40 2022 +0530
Code optimisation.
commit 414e0754bf
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Fri Jun 24 10:45:22 2022 +0530
Code optimisation.
commit 757102a5f1
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Mon May 9 16:57:14 2022 +0530
Removed unused code and code optimisation
commit 4512af4327
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Fri May 6 12:23:47 2022 +0530
Code formatting via KtLint
commit 4d3d9297e9
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Thu May 5 17:28:51 2022 +0530
Code optimisation, copyrights added and bug fixing.
commit fd7c0a95f1
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit f6dec19fd9
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 38ce2e55e0
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 5745cc9e67
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 42217c395f
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit c30388b4b6
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit d7fd0707e4
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit 33294957fb
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 16:02:19 2022 +0530
Rebased with master and conflicts resolved
commit e50cca657a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit d11c0478cc
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 2f258a0a25
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit dee21a4b45
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit d27f91ea3a
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 56f2e70f67
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit edccc6a78f
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit 57b414e4c1
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Fri Jun 24 10:45:22 2022 +0530
Code optimisation.
commit 9bde395980
Merge: 038663cdc9
03453c787a
Author: surinder-tsys <89455194+surinder-tsys@users.noreply.github.com>
Date: Mon May 9 17:10:13 2022 +0530
Merge branch 'master' into media-view-options
commit 038663cdc9
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Mon May 9 16:57:14 2022 +0530
Removed unused code and code optimisation
commit 8f999f2eb0
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Fri May 6 12:23:47 2022 +0530
Code formatting via KtLint
commit e842fa134a
Merge: 67763af48e
2d6b504284
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Thu May 5 17:29:23 2022 +0530
Merge branch 'media-view-options' of https://github.com/nextmcloud/android into media-view-options
commit 67763af48e
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Thu May 5 17:28:51 2022 +0530
Code optimisation, copyrights added and bug fixing.
commit 2d6b504284
Merge: 47b44babf9
1924041e4b
Author: surinder-tsys <89455194+surinder-tsys@users.noreply.github.com>
Date: Wed May 4 10:16:30 2022 +0530
Merge branch 'master' into media-view-options
commit 47b44babf9
Merge: f82b32fc74
184d13e8f2
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 16:13:03 2022 +0530
Conflicts resolved
commit f82b32fc74
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 16:02:19 2022 +0530
Rebased with master and conflicts resolved
commit 9c6080fcdd
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 60a29a7eec
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit 903bdfbce6
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit 0cd9354dc8
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 474341be78
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 8600486da7
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit d04b668764
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
commit 184d13e8f2
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:25:50 2022 +0530
Removed copyrights
commit 8d1018ba8f
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:22:15 2022 +0530
Removed unused drawables
commit b44e3dbb8f
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Tue May 3 15:19:29 2022 +0530
Updated design changes
commit e559d94cfa
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:07:46 2022 +0530
Update gradle.properties
Reverted gradle.properies.
commit 484a6b8f69
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 21:02:33 2022 +0530
Copyrights added.
commit 4d607b6ae4
Author: Kumar <Surinder.Kumar@t-systems.com>
Date: Wed Apr 27 20:42:39 2022 +0530
Update build.gradle
Reverted gradle version.
commit 95fafabe8a
Author: A117870935 <surinder.kumar@t-systems.com>
Date: Wed Apr 27 19:02:17 2022 +0530
Added 3 dot menu to filter Media data.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-07-06 14:50:37 +02:00
tobiasKaminsky
0748ba19af
Harden thumbnail generation
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-06-01 07:28:17 +00:00