Commit graph

10516 commits

Author SHA1 Message Date
arundhati24
c3bfcc5e61 Replace hard-coded dimensions by android resource values
There were a number of hard-coded dimensions present in the layout
resource files which have now been replaced by android resource
values present in dims.xml.
2018-04-01 09:59:03 +05:30
Nextcloud bot
39566ce179
[tx-robot] updated from transifex 2018-04-01 00:40:38 +00:00
Nextcloud bot
14d14f862f
[tx-robot] updated from transifex 2018-03-31 00:46:35 +00:00
Nextcloud bot
22698f0134
[tx-robot] updated from transifex 2018-03-30 00:41:22 +00:00
Tobias Kaminsky
5ed082219b daily dev 20180330 2018-03-30 00:34:38 +02:00
tobiasKaminsky
2fda96d655
renames apk to include versionCode, eg.:
gplay-release-30010051.apk
generic-debug-30010051.apk
2018-03-29 17:43:08 +02:00
Tobias Kaminsky
15c82968e9
Merge pull request #2412 from nextcloud/310rc2
Bump to 3.1.0 RC2
2018-03-29 17:23:49 +02:00
tobiasKaminsky
e515afc339
bump to 3.1.0 RC2 2018-03-29 17:15:53 +02:00
Allan Nordhøy
f7c225e893
End-to-end encryption, notifications sent by server 2018-03-29 12:15:57 +02:00
eho
c26ea917e4 asynctask: Whitespace in log message removed... again. 2018-03-29 09:28:42 +02:00
Tobias Kaminsky
452e5ea690 daily dev 20180329 2018-03-29 00:34:45 +02:00
Tobias Kaminsky
a028232d9c
Merge pull request #2404 from nextcloud/fixNPEonRestoring
Resume activity crash due to grid view check
2018-03-28 13:55:41 +02:00
tobiasKaminsky
6843791f2d
fix npe on storage manager
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-28 13:47:08 +02:00
tobiasKaminsky
c5cd9accb9
move scroll/switchGrid/List to onActivityCreated
check if adapter is already set

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-28 13:47:08 +02:00
Tobias Kaminsky
267fa1e134
Merge pull request #2405 from nextcloud/closeCursorPart2
android.database.CursorWindowAllocationException
2018-03-28 13:46:37 +02:00
tobiasKaminsky
2bf3cbbb4f
manually increase lint result due to updated gradle dependencies
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-28 12:31:19 +02:00
tobiasKaminsky
9d1d30d882
close cursor, part 2
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-28 12:31:19 +02:00
Nextcloud bot
7b2077f6da
[tx-robot] updated from transifex 2018-03-28 10:29:46 +00:00
Nextcloud bot
8327d2b7a0
[tx-robot] updated from transifex 2018-03-28 00:53:52 +00:00
eho
f08653dd6b asynctasks: Added requested whitespace in Log_OC.e() call 2018-03-27 13:39:50 +02:00
eho
ecb04d6e12 asynctasks: Removed redundant close call on BufferedReader object. 2018-03-27 11:33:52 +02:00
Nextcloud bot
003ec771f6
[tx-robot] updated from transifex 2018-03-27 09:30:56 +00:00
Nextcloud bot
43a37c7f14
[tx-robot] updated from transifex 2018-03-27 09:10:53 +00:00
eho
7c28ca2022 providers: Close and flush FileOutputStream using try-with-resources to avoid memleak. 2018-03-27 09:53:32 +02:00
eho
f3e736f50a Properly close InputStreams in the LoadingVersionNumberTask and ImageViewCustom classes. 2018-03-27 09:48:44 +02:00
eho
6f7fc2de8e Use try-with-resources to autoclose closable resources 2018-03-27 09:37:30 +02:00
Nextcloud bot
fa01f35656
[tx-robot] updated from transifex 2018-03-27 00:41:40 +00:00
eho
cb0429c00a tests: Cleaned up IOHelperTest. Removed leftover debug code. 2018-03-27 00:31:44 +02:00
eho
9fb26ed869 tests: Added unit test for the IOHelper class. 2018-03-27 00:23:47 +02:00
eho
47299968f9 Properly close Closables in a finally clause.
We are responsible for closing these objects.
2018-03-26 23:48:50 +02:00
eho
cd065887dd io: Added IO helper class.
Contains static helper method to close Closable objects.
2018-03-26 23:45:19 +02:00
Nextcloud bot
174df6e7a2
[tx-robot] updated from transifex 2018-03-26 00:43:28 +00:00
Nextcloud bot
81c938e5a1
[tx-robot] updated from transifex 2018-03-25 01:39:22 +00:00
Joseph Choi
203da0d5f4 Fix typo in documentations 2018-03-24 01:00:45 -04:00
Nextcloud bot
5d4c09e450
[tx-robot] updated from transifex 2018-03-24 01:44:13 +00:00
Tobias Kaminsky
7f2c9910b7 daily dev 20180324 2018-03-24 00:34:43 +01:00
Tobias Kaminsky
74c599d378
Merge pull request #2399 from nextcloud/310rc1
3.1.0RC1
2018-03-23 13:05:47 +01:00
Tobias Kaminsky
ffd902cd72
Merge pull request #2398 from nextcloud/fixExternal
Fix column name
2018-03-23 13:00:41 +01:00
Tobias Kaminsky
f2f5b7d020
Merge pull request #2039 from nextcloud/replaceListWithRecyclerView
Replace list with recycler view
2018-03-23 13:00:29 +01:00
tobiasKaminsky
34836de79d
3.1.0RC1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 12:24:48 +01:00
Tobias Kaminsky
17203b1ab0
Update lint-results.txt 2018-03-23 12:15:17 +01:00
tobiaskaminsky
52cbdbe24f
fx column name
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-23 12:06:56 +01:00
tobiasKaminsky
32e58353d2
fix due to rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 11:51:20 +01:00
AndyScherzinger
08c241d670
fix after rebase 2018-03-23 11:49:26 +01:00
tobiaskaminsky
e22374e4f1
re-addf grid_image to have two view on grid (image vs item)
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-23 11:49:26 +01:00
tobiaskaminsky
12785028a5
fix multi selection in copy/move dialog
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-23 11:49:26 +01:00
tobiasKaminsky
c05243b0d3
use List as type instead of ArrayList
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 11:49:26 +01:00
nextcloud-android-bot
316a9d9efc
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-03-23 11:49:26 +01:00
tobiasKaminsky
2cf8c4c50f
adapted during rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 11:49:26 +01:00
tobiaskaminsky
a2fac73af3
fix upload list
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-23 11:49:02 +01:00