Commit graph

11100 commits

Author SHA1 Message Date
Tobias Kaminsky
038019b292 daily dev 20180721 2018-07-21 00:32:23 +02:00
Andy Scherzinger
e83ce3d6fe
Merge pull request #2818 from nextcloud/hideInfoBox
hide info_box on default
2018-07-20 17:55:57 +02:00
tobiasKaminsky
5208c8cbf3
hide info_box on default
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-20 17:20:47 +02:00
Andy Scherzinger
de0a5c002d
Merge pull request #2778 from nextcloud/notificationWithButtons
Notification: add action buttons
2018-07-20 11:07:48 +02:00
AndyScherzinger
24f7ae7f04
fix codacy 2018-07-20 10:19:55 +02:00
tobiasKaminsky
c43157f282
manually increase lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-20 09:40:16 +02:00
Nextcloud bot
6385bee570
[tx-robot] updated from transifex 2018-07-20 00:44:11 +00:00
AndyScherzinger
d19e209ab6
fix codacy issues 2018-07-19 14:16:04 +02:00
tobiasKaminsky
3bea212814
Changes due to rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-19 09:58:52 +02:00
tobiasKaminsky
0ebbdbc92d
Changes due to CR
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-19 09:58:51 +02:00
tobiasKaminsky
d99fde53b1
Changes due to CR
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-19 09:58:51 +02:00
tobiasKaminsky
a2d8678987
- add action buttons for notifications
- separate notification list item xml
- centralized account -> no need to check in activity for account null

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-19 09:58:42 +02:00
Nextcloud bot
3e192716f1
[tx-robot] updated from transifex 2018-07-19 00:44:14 +00:00
Tobias Kaminsky
125b8b41fa daily dev 20180719 2018-07-19 00:33:27 +02:00
Andy Scherzinger
df8d8aef35
Merge pull request #2832 from nextcloud/showMaintenanceInfo
Show offline info
2018-07-18 17:44:49 +02:00
Andy Scherzinger
a6fa050e64
Merge pull request #2830 from nextcloud/2572-automatically-enter-new-folders
activity: Automatically enter newly created folders.
2018-07-18 17:42:59 +02:00
AndyScherzinger
5541b9666c
revert lib back to master 2018-07-18 17:23:46 +02:00
tobiasKaminsky
455d196b68
no need to return result based on code
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-18 13:55:26 +02:00
tobiasKaminsky
1d05ba6526
enhance offline detection
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-18 13:55:22 +02:00
ardevd
de8db593f9
activity: Automatically enter newly created folders.
If a new folder is successfully created, we enter it by passing the remote path returned by the remote operation to getListOfFilesFragment().onItemClicked()
2018-07-18 12:56:47 +02:00
Tobias Kaminsky
0a13c192f0
Merge pull request #2831 from nextcloud/removefilesdialog-cleanup
dialog: Removed unused RemoveFileDialogFragment class.
2018-07-18 10:57:34 +02:00
ardevd
7cef189425
dialog: Removed unused RemoveFileDialogFragment class.
The dialog class is never used.
2018-07-18 10:15:40 +02:00
Andy Scherzinger
0d2e2b3d82
Merge pull request #2825 from nextcloud/pushValues
Add push values to setup.xml
2018-07-18 00:49:14 +02:00
Tobias Kaminsky
79c2c316ad daily dev 20180718 2018-07-18 00:32:01 +02:00
Andy Scherzinger
38fbfbd3dc
Merge pull request #2820 from nextcloud/mediafoldersdetection-constants
jobs: Use previously defined constants instead of hard coded values.
2018-07-17 13:48:53 +02:00
Andy Scherzinger
2b4153ca49
Merge pull request #2819 from nextcloud/useless-curly-braces
activity: Remove useless curly braces.
2018-07-17 13:46:09 +02:00
Nextcloud bot
ee4f3a48c6
[tx-robot] updated from transifex 2018-07-17 00:44:24 +00:00
nextcloud-android-bot
ae8f1ade0b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-07-16 12:38:33 +00:00
Tobias Kaminsky
320591942e
Merge 449f82aa2c into 8f3ace48ed 2018-07-16 12:35:24 +00:00
tobiasKaminsky
449f82aa2c
add push values to setup.xml
automatically uncomment google deps for lint, gplay and findbugs
npe check
disable analytics

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-16 14:34:11 +02:00
Nextcloud bot
8f3ace48ed
[tx-robot] updated from transifex 2018-07-15 00:43:57 +00:00
Tobias Kaminsky
402aacf323 daily dev 20180715 2018-07-15 00:32:51 +02:00
Nextcloud bot
6e9cc5b8c8
[tx-robot] updated from transifex 2018-07-14 00:43:53 +00:00
Tobias Kaminsky
e06a9b7281 daily dev 20180714 2018-07-14 00:32:09 +02:00
Andy Scherzinger
cb02d480c5
Merge pull request #2821 from nextcloud/refresh-folder-operation-vector-replace
operations: Replace use of Vector with a unsynchronized equivalent.
2018-07-13 15:14:28 +02:00
Tobias Kaminsky
7da5203c3b
Merge pull request #2781 from nextcloud/timSortWithFixedValues
TimSort, first fix values, then sort
2018-07-13 14:22:26 +02:00
tobiasKaminsky
32cce87fa8
Changes due to Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-13 11:19:26 +02:00
ardevd
62c4836fc1 operations: Replace use of Vector with a unsynchronized equivalent.
Early classes of the Java API, such as Vector, Hashtable and StringBuffer, were synchronized to make them thread-safe. Unfortunately, synchronization has a big negative impact on performance, even when using these collections from a single thread.

It is better to use their new unsynchronized replacements. ArrayList is pretty much a drop-in replacement for Vectors and I cant see any reason to use Vector unless there is some sort of special requirement for it. ArrayList will generally give you better performance and only half the data growth when items are added to the list.
2018-07-13 10:17:38 +02:00
Tobias Kaminsky
6d220f9bbb
Merge pull request #2807 from nextcloud/createExistingFolder
enhance folder already exists
2018-07-13 10:15:48 +02:00
ardevd
57740fc0cc activity: Remove useless curly braces.
There are two ways to write lambdas that contain single statement, but one is definitely more compact and readable than the other.
2018-07-13 10:11:49 +02:00
ardevd
d92d163212 jobs: Use previously defined constants instead of hard coded values.
Use ACCOUNT_NAME_GLOBAL and KEY_MEDIA_FOLDERS constants where applicable.

Duplicated string literals make the process of refactoring error-prone.
2018-07-13 10:09:40 +02:00
Andy Scherzinger
1c2bd8a715
revert back to master lib 2018-07-13 09:57:05 +02:00
tobiasKaminsky
99ed63701b
enhance folder already exists
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-13 09:57:05 +02:00
Tobias Kaminsky
cdd3a5656a
Merge pull request #2524 from nextcloud/videoStreaming
Media streaming with NC14 endpoint
2018-07-13 09:54:49 +02:00
tobiasKaminsky
c29ccf6f67
Changes due to Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-13 09:33:27 +02:00
Tobias Kaminsky
d54b666d02
Merge pull request #2381 from nextcloud/showMnemonicBasedOnDeviceCredentials
Show mnemonic based on device credentials
2018-07-13 09:30:04 +02:00
tobiasKaminsky
aaf0548690
Changes due to Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-13 09:15:11 +02:00
Andy Scherzinger
7edb8c1133
Merge pull request #2386 from nextcloud/reassignAccountManager
Re-assign accountmanager
2018-07-13 08:56:24 +02:00
Tobias Kaminsky
4f7fcf2bb5
Merge pull request #2804 from nextcloud/showMaintenanceInfo
Show maintenance info
2018-07-13 08:31:52 +02:00
Tobias Kaminsky
7e5ee956e9
Merge pull request #2406 from nextcloud/new-media-detection
New media detection
2018-07-13 08:30:55 +02:00