AndyScherzinger
236924ccc2
add hide file listing
2018-05-29 07:58:19 +02:00
AndyScherzinger
f5d9af71b9
WiP expiration Date, permission text calculation
2018-05-29 07:58:18 +02:00
AndyScherzinger
072e646552
reformatted code for line length 120
2018-05-29 07:58:18 +02:00
AndyScherzinger
607bc12b56
add unset of password for share link
2018-05-29 07:58:17 +02:00
tobiasKaminsky
391368947c
add sharee works
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-29 07:58:17 +02:00
AndyScherzinger
362061bef3
fixed 2 NPEs
2018-05-29 07:58:17 +02:00
AndyScherzinger
d7e8f6141a
WiP share link functionality
2018-05-29 07:58:16 +02:00
AndyScherzinger
1a99f655b1
add content description to preview image
2018-05-29 07:58:16 +02:00
AndyScherzinger
a0b74069fa
replace anonymous classes with lambdas
2018-05-29 07:58:15 +02:00
AndyScherzinger
4a22b932b1
fix send menu action + send/share dialog extension
2018-05-29 07:58:15 +02:00
AndyScherzinger
11edb451b0
use own, distinct menu definition, fix strings, use relative date
2018-05-29 07:58:14 +02:00
tobiasKaminsky
90529c5841
fix not needed try/catch blocks
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-29 07:58:14 +02:00
tobiasKaminsky
5589b8c0e9
add avatar icons on sharee list
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-29 07:58:13 +02:00
AndyScherzinger
a29d73102b
fix theming issue
2018-05-29 07:58:13 +02:00
AndyScherzinger
a2c0b180ec
lint: Inefficient layout weight
2018-05-29 07:58:12 +02:00
AndyScherzinger
27d04c8823
organize imports
2018-05-29 07:58:12 +02:00
AndyScherzinger
2c30e3842f
Wip user/group search (not fully working yet)
2018-05-29 07:58:11 +02:00
AndyScherzinger
72681e95b2
add proper permission editing for folders
2018-05-29 07:58:11 +02:00
AndyScherzinger
5054df0ba3
updating of permissions for file/folder (folder not reachable yet)
2018-05-29 07:58:10 +02:00
AndyScherzinger
5200dd0881
WiP permission handling (Don't use for productive shares yet!)
2018-05-29 07:58:10 +02:00
AndyScherzinger
c86f007601
add listener interface + organized imports
2018-05-29 07:58:09 +02:00
AndyScherzinger
cd200b2e9f
empty menu implementation per sharee
2018-05-29 07:58:09 +02:00
AndyScherzinger
c9328dcc25
add new lines
2018-05-29 07:58:08 +02:00
AndyScherzinger
6831678051
butterknife for the sharing tabs of file details
2018-05-29 07:58:08 +02:00
AndyScherzinger
23fb0ef264
lambda: use method reference
2018-05-29 07:58:07 +02:00
AndyScherzinger
6bb7dc86c7
butterknife for details fragment + proper empty content handling
2018-05-29 07:58:07 +02:00
Nextcloud bot
59dca8f7db
[tx-robot] updated from transifex
2018-05-29 00:47:01 +00:00
tobiasKaminsky
364c92cfcc
tint zip icon same as folder icon
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-28 14:28:00 +02:00
Nextcloud bot
c6ef1607af
[tx-robot] updated from transifex
2018-05-28 00:47:46 +00:00
Nextcloud bot
ca38015e38
[tx-robot] updated from transifex
2018-05-26 00:52:14 +00:00
Tobias Kaminsky
e684dada2f
daily dev 20180526
2018-05-26 00:32:06 +02:00
Andy Scherzinger
e71c266cba
Merge pull request #2617 from nextcloud/codeCovIgnoreTranslation
...
Ignore translations files
2018-05-25 16:22:31 +02:00
Tobias Kaminsky
e2765fc5a4
Update .codecov.yml
2018-05-25 14:55:01 +02:00
Andy Scherzinger
27b503d2cd
Merge pull request #2622 from nextcloud/preview-bitmap-npe
...
ui:preview Verify that bitmap is not null before setting imageDrawable.
2018-05-25 12:59:28 +02:00
Andy Scherzinger
cc96f3aa1a
Merge pull request #2621 from nextcloud/activity-return-null
...
ui:activity: Removed @NonNull annotation for method where null can be returned
2018-05-25 11:56:18 +02:00
Andy Scherzinger
a56885f477
Merge pull request #2619 from nextcloud/manageaccounts-unused-override
...
ui:activity Removed unused override method in ManageAccountsActivity
2018-05-25 11:55:30 +02:00
Andy Scherzinger
c00412463c
Merge pull request #2623 from nextcloud/AnalyticsPostCleanup
...
Cleanup unused code, housekeeping post #2616
2018-05-25 11:22:31 +02:00
AndyScherzinger
427664d7ce
Cleanup unused code, housekeeping post #2616 (codacy hasn't detected the unused code...)
2018-05-25 10:08:51 +02:00
eho
ca46f6ed6b
ui:preview Verify that bitmap is not null before setting imageDrawable.
...
A reference to null should never be dereferenced/accessed. Doing so will cause a NullPointerException to be thrown
2018-05-25 09:51:45 +02:00
eho
324382dcc0
ui:activity: Removed @NonNull annotation for method where null can be returned.
...
The return value is marked @NonNull and is therefore assumed to only return non-null values. Therefore setting one of these values to null, or failing to set such a class field in a constructor, could cause NullPointerExceptions at runtime. In this case, view might be null.
2018-05-25 09:46:03 +02:00
eho
384b86b205
ui:activity Removed unused override method
...
Overriding a method just to call the same method from the super class without performing any other actions is useless and misleading.
2018-05-25 09:32:59 +02:00
Nextcloud bot
989ec9e0e2
[tx-robot] updated from transifex
2018-05-25 00:53:41 +00:00
Tobias Kaminsky
4f33aa4b00
daily dev 20180525
2018-05-25 00:32:08 +02:00
Andy Scherzinger
38e19c99c7
Merge pull request #2613 from nextcloud/overflowMenu
...
setting the menu item order according to the webUI
2018-05-24 18:50:56 +02:00
Andy Scherzinger
ef943ccc33
Merge pull request #2616 from nextcloud/removeAnalytics
...
Remove analytics
2018-05-24 18:40:31 +02:00
tobiasKaminsky
425a2372ad
ignore translations files
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-24 18:20:09 +02:00
AndyScherzinger
bd7c54eb06
fix fav menu item texts
2018-05-24 18:10:03 +02:00
nextcloud-android-bot
c47c07bc39
Drone: update Lint results to reflect reduced error/warning count [skip ci]
2018-05-24 13:28:03 +00:00
Tobias Kaminsky
4665fee915
Merge 6256d21aa6
into cd315095d1
2018-05-24 12:35:28 +00:00
tobiasKaminsky
6256d21aa6
Remove analytics
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-24 14:34:08 +02:00