Commit graph

11567 commits

Author SHA1 Message Date
AndyScherzinger
a587defb76
add editor config to configure Android Studio according to the project guidelines automatically 2018-09-26 11:31:06 +02:00
Andy Scherzinger
38407d55a9
Merge pull request #3065 from nextcloud/fixNavigation
Fix broken navigation
2018-09-26 08:29:25 +02:00
tobiasKaminsky
63435257f0
fix #2857
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-26 08:05:05 +02:00
Tobias Kaminsky
17065f9193
Merge pull request #3090 from nextcloud/fixOutOfBoundsOnCharAt
charAt is throwing out of bounds, if empty string
2018-09-26 07:56:26 +02:00
Nextcloud bot
6caecfce72
[tx-robot] updated from transifex 2018-09-26 00:50:34 +00:00
Tobias Kaminsky
1dabdb5315 daily dev 20180926 2018-09-26 00:33:06 +02:00
AndyScherzinger
131a8fafcd
charAt is throwing out of bounds, if empty string 2018-09-25 18:50:39 +02:00
tobiasKaminsky
b5f742f3ba
charAt is throwing out of bounds, if empty string
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 18:50:36 +02:00
Andy Scherzinger
726cb1a3eb
Merge pull request #3086 from nextcloud/rememberLocalUploadPath
Remember last path which was used on local file selection
2018-09-25 18:49:46 +02:00
tobiasKaminsky
59d0b99121
remember last path which was used on local file selection
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 18:17:13 +02:00
Andy Scherzinger
b061b1a557
Merge pull request #3085 from nextcloud/wakeLockTag
Wakelock tag pattern follows PowerManager doc
2018-09-25 15:52:24 +02:00
nextcloud-android-bot
3b1c6ae68f
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-09-25 14:12:29 +02:00
tobiasKaminsky
d5ed79ab66
tag pattern follows PowerManager doc
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 14:12:29 +02:00
Andy Scherzinger
df3bb79365
Merge pull request #3070 from nextcloud/codacy
Codacy fixes
2018-09-25 13:51:35 +02:00
AndyScherzinger
7308f3464b
codacy: This for loop can be replaced by a foreach loop 2018-09-25 13:26:17 +02:00
AndyScherzinger
8a53f5ff56
codacy: Avoid using redundant field initializer 2018-09-25 13:26:16 +02:00
AndyScherzinger
3e5de81414
codacy: No need to call String.valueOf to append to a string. 2018-09-25 13:26:16 +02:00
AndyScherzinger
6b59ade7bd
codacy: A getX() method which returns a boolean should be named isX() 2018-09-25 13:26:15 +02:00
AndyScherzinger
ebed24ab5d
codacy: String.startsWith can be rewritten using String.charAt(0) 2018-09-25 13:26:15 +02:00
AndyScherzinger
64c227afc9
codacy: No need to check for null before an instanceof 2018-09-25 13:26:14 +02:00
AndyScherzinger
bb6947d9d9
codacy: Avoid unnecessary constructors - the compiler will generate these for you 2018-09-25 13:26:14 +02:00
AndyScherzinger
f35db9a594
codacy: Avoid the use of value in annotations when its the only element 2018-09-25 13:26:13 +02:00
AndyScherzinger
fb446d433a
codacy: Do not add empty strings 2018-09-25 13:26:13 +02:00
AndyScherzinger
1e443545c9
codacy: String.indexOf(char) is faster than String.indexOf(String). 2018-09-25 13:26:12 +02:00
Andy Scherzinger
0ee0c655cf
Merge pull request #3087 from nextcloud/useAssembleOnFindbugs
Fix findbugs
2018-09-25 13:25:33 +02:00
Andy Scherzinger
183f8f5398
Merge pull request #3088 from nextcloud/android-42
use android-42 docker-ci
2018-09-25 13:20:35 +02:00
Andy Scherzinger
91e300cb68
use android-42 2018-09-25 13:12:00 +02:00
Andy Scherzinger
641895c0d5
Merge pull request #3051 from nextcloud/addRoomShareType
Add room share type
2018-09-25 12:48:11 +02:00
tobiasKaminsky
e84522c2fa
Use new findbug location
error out if findbugs / lint report is missing

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 12:31:09 +02:00
tobiasKaminsky
dc4077325b
use list instead of checking each individually
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 10:52:39 +02:00
Nextcloud bot
44c42e1c01
[tx-robot] updated from transifex 2018-09-25 00:50:23 +00:00
Tobias Kaminsky
f2f86932f4 daily dev 20180925 2018-09-25 00:36:02 +02:00
Andy Scherzinger
943d197253
Merge pull request #3084 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.2.0
Bump gradle from 3.1.4 to 3.2.0
2018-09-24 20:36:13 +02:00
Andy Scherzinger
3a015657cb
bump lint result due to new version 2018-09-24 19:38:02 +02:00
Andy Scherzinger
974520a733
update to gradle-4.6-all 2018-09-24 19:26:13 +02:00
dependabot[bot]
b1dedf3435
Bump gradle from 3.1.4 to 3.2.0
Bumps gradle from 3.1.4 to 3.2.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-24 17:20:58 +00:00
Andy Scherzinger
29347af729
Merge pull request #3081 from nextcloud/test28
Bump supportLibraryVersion from 27.1.1 to 28.0.0
2018-09-24 18:33:18 +02:00
AndyScherzinger
9efd3ec7ad
use InstrumentationRegistry.getTargetContext() for tests 2018-09-24 09:21:04 +02:00
AndyScherzinger
169b0e560b
lint: remove deprecated/removed ApplicationTestCase reference 2018-09-24 09:19:31 +02:00
AndyScherzinger
9c560eae63
lint: use new v28 app-compat API 2018-09-24 09:18:56 +02:00
Andy Scherzinger
3e2c4b1db0
bump target to v28 2018-09-24 08:42:19 +02:00
dependabot[bot]
cb47072fa7
Bump supportLibraryVersion from 27.1.1 to 28.0.0
Bumps `supportLibraryVersion` from 27.1.1 to 28.0.0.

Updates `support-v4` from 27.1.1 to 28.0.0

Updates `design` from 27.1.1 to 28.0.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/commits)

Updates `appcompat-v7` from 27.1.1 to 28.0.0

Updates `cardview-v7` from 27.1.1 to 28.0.0

Updates `exifinterface` from 27.1.1 to 28.0.0

Updates `support-annotations` from 27.1.1 to 28.0.0

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-24 06:32:34 +00:00
Tobias Kaminsky
59d4e7688f daily dev 20180924 2018-09-24 00:32:58 +02:00
Andy Scherzinger
8291a19487
revert back to master lib 2018-09-23 12:32:09 +02:00
Nextcloud bot
1bb7d764ca
[tx-robot] updated from transifex 2018-09-23 01:17:49 +00:00
Nextcloud bot
251cecb1a7
[tx-robot] updated from transifex 2018-09-22 00:50:13 +00:00
Nextcloud bot
d67b6ab6e6
[tx-robot] updated from transifex 2018-09-21 00:57:26 +00:00
Tobias Kaminsky
ddcca92012 daily dev 20180921 2018-09-21 00:32:50 +02:00
Andy Scherzinger
739c1d9257
Merge pull request #3069 from nextcloud/localSiz
Show local size when switching to "on device" view
2018-09-20 15:59:15 +02:00
tobiasKaminsky
6978587ae1
show local size when switching to "on device" view
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-20 15:07:02 +02:00