Commit graph

10150 commits

Author SHA1 Message Date
AndyScherzinger
d6b08e366e
fix lint warnings 2018-04-10 11:37:07 +02:00
AndyScherzinger
54eb9bb9a4
update to Android Studio 3.1 tooling including build fixes 2018-04-10 11:37:04 +02:00
Andy Scherzinger
c1fabc2f60
Merge pull request #2403 from ardevd/bugfixes
Properly close Closable objects to avoid memleaks
2018-04-10 11:34:48 +02:00
Tobias Kaminsky
526c34fa2a
Merge pull request #2164 from nextcloud/fix-1260
Grey-out auto upload options until enabled
2018-04-10 11:11:17 +02:00
nextcloud-android-bot
ec10573bc4 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-10 00:46:09 +00:00
Nextcloud bot
7133a936dd
[tx-robot] updated from transifex 2018-04-10 00:42:48 +00:00
Tobias Kaminsky
8de4650c35 daily dev 20180410 2018-04-10 00:34:42 +02:00
Andy Scherzinger
2f86cbff98
Merge pull request #2433 from nextcloud/removeChangePassword
Removal of change password menu entry
2018-04-09 22:05:42 +02:00
AndyScherzinger
424ef05997
fix ellipsizing character 2018-04-09 21:52:23 +02:00
AndyScherzinger
8870e5136c
fix copyright date 2018-04-09 21:52:23 +02:00
AndyScherzinger
76bf643010
Resolves #2229 by removing the change password option in the user info screen 2018-04-09 21:52:22 +02:00
Nextcloud bot
048bb2636d
[tx-robot] updated from transifex 2018-04-09 19:44:03 +00:00
Andy Scherzinger
52193037a5
Merge pull request #2442 from nextcloud/limitCallingPackageCheck
FileContentProvider: limit calling package check
2018-04-09 17:21:43 +02:00
tobiasKaminsky
905bab6685
change contains to equals
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-09 14:33:41 +02:00
Andy Scherzinger
70bb5d8ac8
manually increase lint result due to updated gradle dependencies 2018-04-09 10:35:34 +02:00
Nextcloud bot
59dfb83b6f
[tx-robot] updated from transifex 2018-04-09 00:48:56 +00:00
Tobias Kaminsky
5abb0d5c8f daily dev 20180409 2018-04-09 00:34:41 +02:00
Andy Scherzinger
def48d9fe4
Merge pull request #2350 from harshika-arya/middle_ellipsize
Fix: Middle ellipsize in folder path in Auto Upload
2018-04-08 16:21:28 +02:00
Nextcloud bot
d419fbf474
[tx-robot] updated from transifex 2018-04-08 00:45:12 +00:00
Nextcloud bot
af10bd59b1
[tx-robot] updated from transifex 2018-04-07 00:43:04 +00:00
Nextcloud bot
dfb254df0e
[tx-robot] updated from transifex 2018-04-06 00:46:28 +00:00
Nextcloud bot
4866ca4868
[tx-robot] updated from transifex 2018-04-05 00:43:06 +00:00
Nextcloud bot
2be3b28a72
[tx-robot] updated from transifex 2018-04-04 00:44:17 +00:00
Tobias Kaminsky
adec52dcb7 daily dev 20180404 2018-04-04 00:34:31 +02:00
Harshika
f1f1dab5ea
feat: expand file path on click 2018-04-03 23:04:00 +02:00
Andy Scherzinger
91372fce98
Merge pull request #2401 from josechoy/fix-typo
Fix typos
2018-04-03 22:58:43 +02:00
Andy Scherzinger
8afc27bcd9
Merge pull request #2410 from nextcloud/comradekingu-patch-1
Spelling: End-to-end encryption, notifications sent by server
2018-04-03 22:51:05 +02:00
Andy Scherzinger
5f4cb21937
Merge pull request #2420 from arundhati24/dimens
Replaced hard-coded dimensions by android resource values (Fix #2358)
2018-04-03 22:19:55 +02:00
Andy Scherzinger
597af82f48
Merge pull request #2427 from ardevd/if_fix
FileDisplayActivity: Replaced duplicate subexpression in if statement with instantVideoUploadEnabled preference.
2018-04-03 19:53:04 +02:00
eho
239df11525 FileDisplayActivity: Added missing Preference check. 2018-04-03 16:24:15 +02:00
eho
6e2d9d2a24 FileDisplayActivity: Removed duplicate subexpression in binary operator if statement.
- I guess this is pretty self explanatory.
2018-04-03 12:15:50 +02:00
Tobias Kaminsky
089b76b575
Update issue_template.md
add whitespace
2018-04-03 09:27:14 +02:00
Nextcloud bot
e5d68fd604
[tx-robot] updated from transifex 2018-04-03 06:33:51 +00:00
Nextcloud bot
7a712ed5dc
[tx-robot] updated from transifex 2018-04-03 00:43:28 +00:00
Nextcloud bot
9f809d4764
[tx-robot] updated from transifex 2018-04-02 00:44:03 +00:00
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
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