Commit graph

11088 commits

Author SHA1 Message Date
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
Andy Scherzinger
48f914a0fd
Merge pull request #2791 from nextcloud/density
Image defined in density-independent drawable folder
2018-07-13 07:43:25 +02:00
Nextcloud bot
731d00a9a8
[tx-robot] updated from transifex 2018-07-13 00:46:20 +00:00
Tobias Kaminsky
dd6f7c824e daily dev 20180713 2018-07-13 00:32:58 +02:00
nextcloud-android-bot
23b4c311a7 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-07-12 17:37:43 +00:00
Andy Scherzinger
bb758f09e5
Merge pull request #2777 from nextcloud/notificationWithLink
Add clickable link to notification
2018-07-12 19:29:20 +02:00
tobiasKaminsky
8869e4ce5f
remove unneeded string
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:20:44 +02:00
tobiasKaminsky
e11f00acb7
changes due to rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:20:44 +02:00
tobiasKaminsky
5b1a011bff
Changes due to CR
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:20:43 +02:00
tobiasKaminsky
f7039115be
remove cast
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:20:43 +02:00
tobiasKaminsky
b8bceee138
media streaming with NC14 endpoint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:20:42 +02:00
tobiasKaminsky
8e58451c99
assign mAccountManager in onCreate()
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:18:33 +02:00
Tobias Kaminsky
4d559b7bcb
Merge ec87e2acb9 into e35124d3f6 2018-07-12 16:15:18 +00:00