Commit graph

1823 commits

Author SHA1 Message Date
Tobias Kaminsky
88da903e59 daily dev 20190411
5aba8fe28a Merge pull request #3866 from nextcloud/tests-powerutils
58702f0ce5 Merge pull request #3867 from nextcloud/codacy
b5723187f1 remove typo
2859054633 codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
2de1f7e5d9 codacy: Avoid unused private methods such as 'allFiles()'.
a5d4c2d8ad codacy: No need to call String.valueOf to append to a string.
7bc663efbc codacy: Avoid using Literals in Conditional Statements
39e113f251 codacy: This call to Collection.toArray() may be optimizable
2c55f2ee49 codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
cd1469317d codacy: This statement should have braces
73aea003ec codacy: A class which only has private constructors should be final
e1ec691d4a codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3e5d6700ab Merge pull request #3858 from nextcloud/devWithChangelog
0bf2f8c479 show changelog in dev
c0186e7191 Merge pull request #3868 from nextcloud/changelog360
6ab3b599be Release 3.6.0
5bf97c0bfd daily dev 20190410
2019-04-11 03:33:42 +02:00
dependabot[bot]
811b676f18
Bump mockito-core from 2.26.0 to 2.27.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 01:12:18 +00:00
Tobias Kaminsky
5bf97c0bfd daily dev 20190410 2019-04-10 03:33:32 +02:00
ardevd
e17e5f6bd7
test: added PowerMocked unit tests for the ConnectivityUtils class.
Added necessary PowerMock dependencies in addition to a JSON dependency which is required in order to unit test with JSON objects. The default JSON library is part of AOSP and would need to be mocked which is not what we want.

Signed-off-by: ardevd <edvard.holst@gmail.com>
2019-04-09 14:59:18 +02:00
Tobias Kaminsky
db42fde7d0 daily dev 20190409 2019-04-09 03:34:25 +02:00
Tobias Kaminsky
958832d1c9 daily dev 20190408 2019-04-08 03:34:25 +02:00
Andy Scherzinger
c4a4179467
Merge pull request #3849 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.26.0
Bump mockito-core from 2.25.1 to 2.26.0
2019-04-07 12:04:26 +02:00
Tobias Kaminsky
7d2aad6cfe daily dev 20190406 2019-04-06 03:34:12 +02:00
dependabot[bot]
5ed4b269fa
Bump mockito-core from 2.25.1 to 2.26.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.25.1...v2.26.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-05 01:12:17 +00:00
Tobias Kaminsky
2b95ff3dc1 daily dev 20190404 2019-04-04 03:33:38 +02:00
Andy Scherzinger
8cb9a76b93
bump dagger to 2.22.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-04-03 08:47:49 +02:00
Tobias Kaminsky
06e710d67c daily dev 20190403 2019-04-03 03:34:35 +02:00
Andy Scherzinger
15a944933b
bump master to 3.7.0-alpha1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-04-02 12:45:15 +02:00
Andy Scherzinger
2dfbe3dfe1
Merge pull request #3826 from nextcloud/dependabot/gradle/com.mebigfatguy.fb-contrib-fb-contrib-7.4.3
Bump fb-contrib from 7.4.3.sb to 7.4.3
2019-04-02 08:23:10 +02:00
Tobias Kaminsky
677bd759df daily dev 20190402 2019-04-02 03:34:18 +02:00
dependabot[bot]
9e63184aca
Bump fb-contrib from 7.4.3.sb to 7.4.3
Bumps [fb-contrib](https://github.com/mebigfatguy/fb-contrib) from 7.4.3.sb to 7.4.3.
- [Release notes](https://github.com/mebigfatguy/fb-contrib/releases)
- [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.4.3.sb...v7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 01:11:33 +00:00
tobiasKaminsky
20802780c7
use spotbugs for analytics
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-01 10:30:49 +02:00
Chris Narkiewicz
d4788b0ad0
Add SpotBugs tasks
Closes #3759

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-03-30 22:55:57 +00:00
Tobias Kaminsky
7608587e87 daily dev 20190329 2019-03-29 03:34:19 +01:00
tobiasKaminsky
816a10735a
- unify icons
- add svg, convert to android xml, removed png

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fix after rebase

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

renamed user -> ic_user (icon)
make favorite mutable

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

replace further png resources with xml drawables

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fixes after rebase

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

allow for vector compat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

add missing icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

add yet another missing icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

lint: When using VectorDrawableCompat, you need to use app:srcCompat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

lint: When using VectorDrawableCompat, you need to use app:srcCompat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fix lint

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

Drone: update Lint results to reflect reduced error/warning count [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>

improve findbugs score

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

use correct icon for user account settings within drawer menu

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

icons needs to be grey600 by default, don't tint grey600 to not tint avatars

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

programmatically set in-View drawables, in-view drawables can't be set via XML when supporting pre-lollipop

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: Useless parentheses & organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: useless paranthesis

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

revert programmatically set
do not use vectorDrawables.useSupportLibrary

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

use 128dp for talk

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat"

This reverts commit 80068e7d37f3a8c6b7096c51543bda68443e4341.

Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat"

This reverts commit 0130e9a96d2602ad4b5d33aae67f34a458366d70.

revert srcCompat

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-03-28 10:14:01 +01:00
Andy Scherzinger
f91b4d22cd
Merge pull request #3795 from nextcloud/dependabot/gradle/com.h3xstream.findsecbugs-findsecbugs-plugin-1.9.0
Bump findsecbugs-plugin from 1.8.0 to 1.9.0
2019-03-28 07:22:37 +01:00
Tobias Kaminsky
e6f32d794c daily dev 20190328 2019-03-28 03:33:31 +01:00
dependabot[bot]
f95f9fcb39
Bump findsecbugs-plugin from 1.8.0 to 1.9.0
Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/find-sec-bugs/find-sec-bugs/releases)
- [Changelog](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/find-sec-bugs/find-sec-bugs/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-28 02:15:17 +00:00
Tobias Kaminsky
9b7a354c2e daily dev 20190327 2019-03-27 03:33:33 +01:00
Tobias Kaminsky
10840d9e2c daily dev 20190323 2019-03-23 03:33:32 +01:00
Chris Narkiewicz
8fbe2ee38e
Integrate Dagger 2
Closes #3751

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-03-22 07:50:15 +01:00
Tobias Kaminsky
2e9b2c9dd6 daily dev 20190321 2019-03-21 03:33:20 +01:00
Tobias Kaminsky
7c28461679 daily dev 20190320 2019-03-20 03:33:18 +01:00
Tobias Kaminsky
bb6324ca97 daily dev 20190319 2019-03-19 03:34:16 +01:00
dependabot[bot]
3c66847f14
Bump mockito-core from 2.25.0 to 2.25.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.25.0...v2.25.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 02:14:13 +00:00
Tobias Kaminsky
9c0f7b11b8 daily dev 20190316 2019-03-16 03:33:17 +01:00
Tobias Kaminsky
9f053b53e5 daily dev 20190314 2019-03-14 03:33:10 +01:00
Tobias Kaminsky
b5931a385f daily dev 20190313 2019-03-13 03:33:13 +01:00
Tobias Kaminsky
2d286408c1 daily dev 20190312 2019-03-12 03:33:12 +01:00
Andy Scherzinger
38559be8fd
Merge pull request #3713 from nextcloud/ezaquarii/refactor-sort-order-preferences
Move sort order preferences to AppPreferences interface
2019-03-11 13:15:33 +01:00
Tobias Kaminsky
df8cfbe387 daily dev 20190310 2019-03-10 03:33:16 +01:00
Chris Narkiewicz
e521d25d63
Move sort order preferences to AppPreferences interface
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-03-10 01:25:31 +00:00
Tobias Kaminsky
bde010b84b daily dev 20190309 2019-03-09 03:34:19 +01:00
Tobias Kaminsky
6e9702ab1f daily dev 20190308 2019-03-08 03:34:16 +01:00
Tobias Kaminsky
aef131e98c daily dev 20190307 2019-03-07 03:34:10 +01:00
Andy Scherzinger
bd3e065730
Merge pull request #3712 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.25.0
Bump mockito-core from 2.24.5 to 2.25.0
2019-03-06 08:20:42 +01:00
Tobias Kaminsky
7e1424a88c daily dev 20190306 2019-03-06 03:35:36 +01:00
dependabot[bot]
a623fc5094
Bump mockito-core from 2.24.5 to 2.25.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.5 to 2.25.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.5...v2.25.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-06 02:16:27 +00:00
Andy Scherzinger
19761b2474
Merge pull request #3700 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.3.2
Bump gradle from 3.3.1 to 3.3.2
2019-03-05 09:07:09 +01:00
Tobias Kaminsky
00c2702e77 daily dev 20190305 2019-03-05 03:33:18 +01:00
dependabot[bot]
9c439e8f87
Bump gradle from 3.3.1 to 3.3.2
Bumps gradle from 3.3.1 to 3.3.2.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 02:15:41 +00:00
Tobias Kaminsky
d8128d82c4 daily dev 20190301 2019-03-01 03:33:17 +01:00
Tobias Kaminsky
7ae10a4e66 daily dev 20190228 2019-02-28 00:33:59 +01:00
Tobias Kaminsky
ff116e9527 daily dev 20190227 2019-02-27 00:34:45 +01:00
Tobias Kaminsky
c6de05dcb2
Merge pull request #3675 from nextcloud/dependabot/gradle/com.dicedmelon.gradle-jacoco-android-0.1.4
Bump jacoco-android from 0.1.3 to 0.1.4
2019-02-26 11:58:43 +01:00
dependabot[bot]
414b31c507
Bump jacoco-android from 0.1.3 to 0.1.4
Bumps jacoco-android from 0.1.3 to 0.1.4.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-26 02:16:44 +00:00
dependabot[bot]
54bf33423a
Bump annotation from 1.0.1 to 1.0.2
Bumps annotation from 1.0.1 to 1.0.2.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-26 02:16:43 +00:00
Tobias Kaminsky
838c266502 daily dev 20190226 2019-02-26 00:33:14 +01:00
Andy Scherzinger
3e6d01965b
Merge pull request #3663 from nextcloud/useLocalCredentials
Use test credentials from ~/.gradle/gradle.properties
2019-02-25 09:50:04 +01:00
Tobias Kaminsky
bf99c2d929 daily dev 20190221 2019-02-21 00:33:16 +01:00
tobiasKaminsky
f2a1608883
use test credentials from ~/.gradle/gradle.properties
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-21 00:15:12 +01:00
Tobias Kaminsky
5561ab8e92 daily dev 20190220 2019-02-20 00:34:10 +01:00
dependabot[bot]
da862a2c59
Bump mockito-core from 2.24.0 to 2.24.5
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.0 to 2.24.5.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.0...v2.24.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 10:04:28 +00:00
Tobias Kaminsky
0fe1cb0e58 daily dev 20190219 2019-02-19 00:33:10 +01:00
Mario Đanić
8554770ad0
Disable firebase 2019-02-17 13:29:27 +01:00
Tobias Kaminsky
1ce6a61e99 daily dev 20190216 2019-02-16 00:33:09 +01:00
Andy Scherzinger
1ecb52bcf2
Merge branch 'master' into dependabot/gradle/com.jakewharton-butterknife-compiler-10.1.0 2019-02-15 09:33:11 +01:00
dependabot[bot]
01d05861d9
Bump butterknife from 10.0.0 to 10.1.0
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.0.0...10.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-15 02:15:32 +00:00
dependabot[bot]
1a4384deba
Bump butterknife-compiler from 10.0.0 to 10.1.0
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.0.0...10.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-15 02:15:23 +00:00
Tobias Kaminsky
d00a496be4 daily dev 20190215 2019-02-15 00:33:56 +01:00
Tobias Kaminsky
cfddd6b856 daily dev 20190214 2019-02-14 00:34:19 +01:00
Tobias Kaminsky
4c6d9738b0
Merge pull request #3571 from nextcloud/linkOnFolder
Overflow menu on sharing of folders
2019-02-13 07:37:59 +01:00
Tobias Kaminsky
120d8887d6 daily dev 20190213 2019-02-13 00:34:07 +01:00
tobiasKaminsky
083b19a96e
also bump annotationProcessor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-12 07:40:39 +01:00
dependabot[bot]
485ec04094
Bump lombok from 1.18.4 to 1.18.6
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.4 to 1.18.6.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.4...v1.18.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 02:18:38 +00:00
Tobias Kaminsky
dc91c94c07 daily dev 20190212 2019-02-12 00:33:07 +01:00
Tobias Kaminsky
e4e1fe76c5 daily dev 20190209 2019-02-09 00:34:48 +01:00
Tobias Kaminsky
40bf0911c6 daily dev 20190208 2019-02-08 00:35:05 +01:00
dependabot[bot]
89e92e276c
Bump gradle from 3.3.0 to 3.3.1
Bumps gradle from 3.3.0 to 3.3.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 02:19:09 +00:00
Tobias Kaminsky
97ec3464fe daily dev 20190207 2019-02-07 00:34:27 +01:00
tobiasKaminsky
2a2380c4dd
overflow menu on sharing of folders
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-06 07:55:50 +01:00
Tobias Kaminsky
5584ae8bd7 daily dev 20190206 2019-02-06 00:33:09 +01:00
Tobias Kaminsky
df847a3f38 daily dev 20190205 2019-02-05 00:34:03 +01:00
dependabot[bot]
79fb99febc
Bump mockito-core from 2.23.4 to 2.24.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v2.24.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-04 02:15:36 +00:00
Tobias Kaminsky
41e20972e2 daily dev 20190202 2019-02-02 00:33:06 +01:00
Tobias Kaminsky
55ea5b43bf daily dev 20190201 2019-02-01 00:33:08 +01:00
Tobias Kaminsky
2393e38542 daily dev 20190131 2019-01-31 00:33:03 +01:00
Tobias Kaminsky
e851ef5044 daily dev 20190130 2019-01-30 00:33:08 +01:00
dependabot[bot]
64a75d821b
Bump annotations from 16.0.3 to 17.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 16.0.3 to 17.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](https://github.com/JetBrains/java-annotations/compare/16.0.3...17.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-29 22:09:18 +00:00
Tobias Kaminsky
2ddff919e4 daily dev 20190129 2019-01-29 00:33:52 +01:00
tobiasKaminsky
32e677a151
bump juniversalchardet
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-28 13:56:37 +01:00
Tobias Kaminsky
77ecec4531 daily dev 20190126 2019-01-26 00:34:06 +01:00
Tobias Kaminsky
10b4cb8caf daily dev 20190123 2019-01-23 00:34:08 +01:00
Tobias Kaminsky
963753afb2 daily dev 20190122 2019-01-22 00:33:17 +01:00
tobiasKaminsky
d47c77ca5c
Add support for QR codes & deep links
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-21 17:27:20 +01:00
Tobias Kaminsky
35c399618a daily dev 20190119 2019-01-19 00:33:12 +01:00
Tobias Kaminsky
088f54337a daily dev 20190118 2019-01-18 00:33:54 +01:00
Tobias Kaminsky
ec99b36141 daily dev 20190117 2019-01-17 00:34:09 +01:00
Tobias Kaminsky
f8d2e8339e daily dev 20190116 2019-01-16 00:36:07 +01:00
Andy Scherzinger
9b22ac7e20
use new gradle task api
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-15 14:13:30 +01:00
tobiasKaminsky
288ed6585b
exclude groovy for jacoco
remove desugaring

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-15 14:13:30 +01:00
dependabot[bot]
ccf3098391
Bump gradle from 3.2.1 to 3.3.0
Bumps gradle from 3.2.1 to 3.3.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-15 14:13:29 +01:00
Tobias Kaminsky
2c41c92353 daily dev 20190115 2019-01-15 00:34:16 +01:00
Tobias Kaminsky
70b43a2f24 daily dev 20190113 2019-01-13 00:33:12 +01:00
Tobias Kaminsky
de99761ffb daily dev 20190112 2019-01-12 00:34:30 +01:00
Tobias Kaminsky
b2c7b14eeb daily dev 20190108 2019-01-08 00:33:55 +01:00
dependabot[bot]
2a988f8b78
Bump butterknife from 9.0.0-rc2 to 10.0.0
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 9.0.0-rc2 to 10.0.0.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/9.0.0-rc2...10.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-07 10:13:46 +01:00
Tobias Kaminsky
568c6efbf3
Merge pull request #3423 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.0.0
Bump butterknife-compiler from 9.0.0-rc2 to 10.0.0
2019-01-07 10:12:24 +01:00
Tobias Kaminsky
fb9521fb47
Merge pull request #3406 from nextcloud/dependabot/gradle/com.googlecode.ez-vcard-ez-vcard-0.10.5
Bump ez-vcard from 0.10.4 to 0.10.5
2019-01-07 10:12:08 +01:00
Tobias Kaminsky
7c2fc79824 daily dev 20190105 2019-01-05 00:33:13 +01:00
dependabot[bot]
1e5c4801b4
Bump ez-vcard from 0.10.4 to 0.10.5
Bumps [ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.10.4...0.10.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 12:07:37 +00:00
dependabot[bot]
f882c28671
Bump butterknife-compiler from 9.0.0-rc2 to 10.0.0
Bumps [butterknife-compiler](https://github.com/JakeWharton/butterknife) from 9.0.0-rc2 to 10.0.0.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/9.0.0-rc2...10.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 11:56:56 +00:00
Tobias Kaminsky
7e585c273c daily dev 20181222 2018-12-22 00:33:12 +01:00
dependabot[bot]
ce0d4ba3db
Bump multidex from 2.0.0 to 2.0.1
Bumps multidex from 2.0.0 to 2.0.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-18 02:16:42 +00:00
Tobias Kaminsky
c5378a7d8d daily dev 20181218 2018-12-18 00:33:14 +01:00
Tobias Kaminsky
677133ad4f daily dev 20181216 2018-12-16 00:33:09 +01:00
Tobias Kaminsky
c0515a02f6 daily dev 20181215 2018-12-15 00:33:08 +01:00
tobiasKaminsky
bf134ceece
bump to next major
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-14 10:21:04 +01:00
Tobias Kaminsky
83c5306c9b daily dev 20181214 2018-12-14 00:33:21 +01:00
tobiasKaminsky
075bb74736
use own fork with backported android 9 fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-13 10:22:23 +01:00
Tobias Kaminsky
88ce0bd256
Merge c09fd78e90 into 41fbb08395 2018-12-13 07:02:03 +00:00
tobiasKaminsky
c09fd78e90
ignore lint warning for gradle deps as we have dependabot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-13 08:01:02 +01:00
dependabot[bot]
398503a4b3
Bump runner from 1.1.0 to 1.1.1
Bumps runner from 1.1.0 to 1.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 06:42:23 +00:00
dependabot[bot]
0a2ed61fa9
Bump espresso-core from 3.1.0 to 3.1.1
Bumps espresso-core from 3.1.0 to 3.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 07:32:52 +01:00
Tobias Kaminsky
4b7175a89c
Merge pull request #3355 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.1.1
Bump espresso-contrib from 3.1.0 to 3.1.1
2018-12-13 07:31:33 +01:00
dependabot[bot]
045e3feb81
Bump espresso-contrib from 3.1.0 to 3.1.1
Bumps espresso-contrib from 3.1.0 to 3.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 02:18:23 +00:00
dependabot[bot]
4e9f48341f
Bump rules from 1.1.0 to 1.1.1
Bumps rules from 1.1.0 to 1.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 02:18:20 +00:00
Tobias Kaminsky
e8264e0231 daily dev 20181212 2018-12-12 00:33:18 +01:00
dependabot[bot]
77da74be3a
Bump PhotoView from 2.1.4 to 2.3.0
Bumps [PhotoView](https://github.com/chrisbanes/PhotoView) from 2.1.4 to 2.3.0.
- [Release notes](https://github.com/chrisbanes/PhotoView/releases)
- [Commits](https://github.com/chrisbanes/PhotoView/compare/2.1.4...2.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-11 07:43:05 +00:00
Tobias Kaminsky
3c8475c8b0 daily dev 20181211 2018-12-11 00:35:07 +01:00
tobiasKaminsky
478fccf6a1
disable uiAutomator (for now)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-10 17:26:53 +01:00
tobiasKaminsky
59cf6b9ba4
switch to AndroidX
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-10 13:11:03 +01:00
Tobias Kaminsky
3e7efd86ff
Merge pull request #3324 from nextcloud/moveOperationsToLibrary
Move operations to library
2018-12-10 13:05:06 +01:00
Andy Scherzinger
e197b31c15
revert lib back to master 2018-12-10 09:48:45 +01:00
Tobias Kaminsky
34c016ff27 daily dev 20181208 2018-12-08 00:34:41 +01:00
tobiasKaminsky
43ce903559
move all operation to library
rename library operation to RemoteOperation
some cleanups

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-07 07:43:12 +01:00
Tobias Kaminsky
41321b77c5 daily dev 20181207 2018-12-07 00:34:18 +01:00
Tobias Kaminsky
51db0a6f57 daily dev 20181206 2018-12-06 00:33:06 +01:00
Tobias Kaminsky
96af008653 daily dev 20181204 2018-12-04 00:33:12 +01:00
Tobias Kaminsky
e1514db205 daily dev 20181203 2018-12-03 13:13:44 +01:00
dependabot[bot]
cc5b9a10eb
Bump parceler from 1.1.11 to 1.1.12
Bumps [parceler](https://github.com/johncarl81/parceler) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.11...parceler-project-1.1.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 02:14:22 +00:00
tobiasKaminsky
b4fc0388c0
use 90 as first stable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-11-29 11:13:04 +01:00
tobiasKaminsky
3a7ef82632
Add support for richdocuments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-11-28 14:37:25 +01:00
dependabot[bot]
ed103ad530
Bump mockito-core from 2.23.0 to 2.23.4
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.23.0 to 2.23.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.23.0...v2.23.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-21 01:12:25 +00:00
Tobias Kaminsky
1742509309 daily dev 20181107 2018-11-07 00:33:35 +01:00
Andy Scherzinger
0aae8653d8
Resolve #3148 adding lombok support for the app 2018-11-06 08:21:56 +01:00
Tobias Kaminsky
52c000a50f daily dev 20181106 2018-11-06 00:32:15 +01:00
Tobias Kaminsky
d74c5da260 daily dev 20181103 2018-11-03 00:33:07 +01:00
Tobias Kaminsky
0e23d84b72 daily dev 20181102 2018-11-02 00:32:10 +01:00
Tobias Kaminsky
df5aa98cd0 daily dev 20181101 2018-11-01 00:32:22 +01:00
Tobias Kaminsky
d375140e4a daily dev 20181031 2018-10-31 00:33:04 +01:00
Tobias Kaminsky
5771aa3631 daily dev 20181030 2018-10-30 00:32:20 +01:00
Tobias Kaminsky
a90766c5b9 daily dev 20181028 2018-10-28 00:33:17 +02:00
Tobias Kaminsky
fac6bf5461 daily dev 20181027 2018-10-27 00:32:56 +02:00
Tobias Kaminsky
8324d47d43
Merge pull request #3082 from nextcloud/sendNote
Allow to set/edit note on shares
2018-10-26 08:42:57 +02:00
Tobias Kaminsky
a22a80374e
Merge pull request #3144 from nextcloud/dependabot/gradle/org.codehaus.groovy-groovy-all-2.5.3
Bump groovy-all from 2.4.12 to 2.5.3
2018-10-26 07:38:02 +02:00
Tobias Kaminsky
a81792e788 daily dev 20181026 2018-10-26 00:33:22 +02:00
tobiasKaminsky
b963818a98
test to remove groovy-all
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-25 10:19:44 +02:00
Tobias Kaminsky
401f99762c daily dev 20181025 2018-10-25 00:32:29 +02:00
tobiasKaminsky
d0a3302212
allow to set/edit note on shares
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-24 18:53:37 +02:00
tobiasKaminsky
5c0e4be5c9
downgrade juniversalchardet
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-24 14:35:54 +02:00
tobiasKaminsky
5d1e3a2213
change repositories order
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-24 08:44:44 +02:00
Tobias Kaminsky
c0fa9b9bf6 daily dev 20181024 2018-10-24 00:32:15 +02:00
Tobias Kaminsky
6f8e5b53b3 daily dev 20181023 2018-10-23 00:32:12 +02:00
Tobias Kaminsky
3f4502e861 daily dev 20181020 2018-10-20 00:33:08 +02:00
Tobias Kaminsky
96fe9e094c daily dev 20181018 2018-10-18 00:32:13 +02:00
Tobias Kaminsky
f3fff52304 daily dev 20181016 2018-10-16 00:32:56 +02:00
Tobias Kaminsky
5ea50b1030 daily dev 20181013 2018-10-13 00:33:58 +02:00
dependabot[bot]
5b07b66492
Bump gradle from 3.2.0 to 3.2.1
Bumps gradle from 3.2.0 to 3.2.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-12 01:13:01 +00:00
Tobias Kaminsky
f5b9f28cc0 daily dev 20181009 2018-10-09 00:33:14 +02:00
dependabot[bot]
0eb93b4e8b
Bump mockito-core from 2.22.0 to 2.23.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.22.0...v2.23.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-08 01:12:28 +00:00
Tobias Kaminsky
89e4cc7be0 daily dev 20181006 2018-10-06 00:32:12 +02:00
Tobias Kaminsky
23ff844e70 daily dev 20180927 2018-09-27 00:32:10 +02:00
Tobias Kaminsky
1dabdb5315 daily dev 20180926 2018-09-26 00:33:06 +02:00
Andy Scherzinger
0ee0c655cf
Merge pull request #3087 from nextcloud/useAssembleOnFindbugs
Fix findbugs
2018-09-25 13:25:33 +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
Tobias Kaminsky
f2f86932f4 daily dev 20180925 2018-09-25 00:36:02 +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
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
Tobias Kaminsky
ddcca92012 daily dev 20180921 2018-09-21 00:32:50 +02:00
Tobias Kaminsky
a41be3d3cb daily dev 20180920 2018-09-20 00:32:48 +02:00
tobiasKaminsky
01edfe6491
change RC starting with 51
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-19 07:46:50 +02:00
dependabot[bot]
1958c06b87
Bump annotations from 16.0.2 to 16.0.3
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](https://github.com/JetBrains/java-annotations/commits/16.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-19 01:12:56 +00:00
Tobias Kaminsky
c543846918 daily dev 20180919 2018-09-19 00:32:05 +02:00
tobiasKaminsky
0efdf2bbac
Add room share type
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-18 14:48:29 +02:00
Tobias Kaminsky
a1253ce117 daily dev 20180918 2018-09-18 00:32:01 +02:00
Tobias Kaminsky
1f8854769b daily dev 20180915 2018-09-15 00:32:34 +02:00
Tobias Kaminsky
82ea0bcd68
Merge pull request #3027 from nextcloud/sso
add own sso token manager with custom dialog
2018-09-14 08:34:56 +02:00
Tobias Kaminsky
23a1a1f3b6 daily dev 20180914 2018-09-14 00:32:13 +02:00
David Luhmer
086492b6d4
add own sso token manager with custom dialog 2018-09-13 18:17:59 +02:00
dependabot[bot]
ba84def527
Bump jacocoVersion from 0.7.4.201502262128 to 0.8.2
Bumps `jacocoVersion` from 0.7.4.201502262128 to 0.8.2.

Updates `org.jacoco.ant` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.agent` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.core` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.report` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-13 01:14:21 +00:00
Tobias Kaminsky
cc66d8857e daily dev 20180913 2018-09-13 00:33:41 +02:00
Tobias Kaminsky
f5ab3c9a53 daily dev 20180912 2018-09-12 00:32:51 +02:00
dependabot[bot]
bca12ca282
Bump juniversalchardet from 2.1.0 to 2.2.0
Bumps [juniversalchardet](https://github.com/albfernandez/juniversalchardet) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/albfernandez/juniversalchardet/releases)
- [Commits](https://github.com/albfernandez/juniversalchardet/compare/v2.1.0...v2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 01:14:49 +00:00
Tobias Kaminsky
637f117784 daily dev 20180911 2018-09-11 00:33:47 +02:00
Andy Scherzinger
ca05284cda
Merge pull request #3006 from nextcloud/mario-firebase-core-removal
Remove Firebase-core from the build
2018-09-10 16:18:41 +02:00
Tobias Kaminsky
f996b3f671
Merge pull request #2989 from nextcloud/dependabot/gradle/org.jetbrains-annotations-16.0.2
Bump annotations from 15.0 to 16.0.2
2018-09-10 10:58:22 +02:00
Tobias Kaminsky
775671463d
Merge pull request #2997 from nextcloud/dependabot/gradle/commons-io-commons-io-2.6
Bump commons-io from 2.5 to 2.6
2018-09-10 10:57:53 +02:00
Tobias Kaminsky
66b59ddf07
Merge pull request #2990 from nextcloud/dependabot/gradle/com.dicedmelon.gradle-jacoco-android-0.1.3
Bump jacoco-android from 0.1.2 to 0.1.3
2018-09-10 10:57:23 +02:00
Mario Đanić
3168dc779a
Remove Firebase-core from the build 2018-09-10 10:37:28 +02:00
dependabot[bot]
cd65368ead
Bump mockito-core from 2.21.0 to 2.22.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.21.0...v2.22.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-10 01:20:50 +00:00
Tobias Kaminsky
c45adad67a daily dev 20180908 2018-09-08 00:33:05 +02:00
dependabot[bot]
9aa38b5c3a
Bump parceler from 1.1.9 to 1.1.11
Bumps [parceler](https://github.com/johncarl81/parceler) from 1.1.9 to 1.1.11.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.9...parceler-project-1.1.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 15:53:31 +00:00
dependabot[bot]
36c22d2001
Bump parceler-api from 1.1.9 to 1.1.11
Bumps [parceler-api](https://github.com/johncarl81/parceler) from 1.1.9 to 1.1.11.
- [Release notes](https://github.com/johncarl81/parceler/releases)
- [Changelog](https://github.com/johncarl81/parceler/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/johncarl81/parceler/compare/parceler-project-1.1.9...parceler-project-1.1.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 15:24:18 +00:00
dependabot[bot]
a0c038e9d6
Bump PhotoView from 2.1.3 to 2.1.4
Bumps PhotoView from 2.1.3 to 2.1.4.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 15:16:29 +00:00
dependabot[bot]
591bf4f422
Bump annotations from 15.0 to 16.0.2
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 15.0 to 16.0.2.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](https://github.com/JetBrains/java-annotations/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 15:08:55 +00:00
dependabot[bot]
d5e70d6cf1
Bump gson from 2.8.2 to 2.8.5
Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.5.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 15:08:15 +00:00
dependabot[bot]
8caa5769e6
Bump screengrab from 1.0.0 to 1.2.0
Bumps screengrab from 1.0.0 to 1.2.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 14:57:08 +00:00
dependabot[bot]
807537f8fd
Bump commons-io from 2.5 to 2.6
Bumps commons-io from 2.5 to 2.6.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 14:55:59 +00:00
dependabot[bot]
dbe451e5dd
Bump juniversalchardet from v2.0.0 to 2.1.0
Bumps [juniversalchardet](https://github.com/albfernandez/juniversalchardet) from v2.0.0 to 2.1.0.
- [Release notes](https://github.com/albfernandez/juniversalchardet/releases)
- [Commits](https://github.com/albfernandez/juniversalchardet/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 14:42:05 +00:00
dependabot[bot]
46efc82c51
Bump jacoco-android from 0.1.2 to 0.1.3
Bumps jacoco-android from 0.1.2 to 0.1.3.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-07 14:29:27 +00:00
AndyScherzinger
9a8b57c3a6
mockito-core 2.2.5->2.21.0 2018-09-07 09:12:06 +02:00
AndyScherzinger
f7202bb13a
fb-contrib 7.4.2->7.4.3 2018-09-07 09:12:05 +02:00
AndyScherzinger
a403109464
findsecbugs-plugin 1.4.4->1.8.0 2018-09-07 09:12:05 +02:00
AndyScherzinger
da4f2a2831
eventbus 3.0.0->3.1.1 2018-09-07 09:11:56 +02:00
Tobias Kaminsky
16afbeb3eb daily dev 20180907 2018-09-07 00:32:22 +02:00
Tobias Kaminsky
25704d19a6 daily dev 20180905 2018-09-05 00:32:12 +02:00
Andy Scherzinger
ce4a4d3652
3.4.0 alpha 1 2018-09-04 15:57:36 +02:00
Tobias Kaminsky
5f398c16f1 daily dev 20180903 2018-09-03 07:55:31 +02:00
Tobias Kaminsky
b0ae0f521f daily dev 20180829 2018-08-29 00:33:01 +02:00
Andy Scherzinger
e3edf21536
use master-SNAPSHOT version 2018-08-28 09:33:01 +02:00
Tobias Kaminsky
6e41733792 daily dev 20180825 2018-08-25 00:32:26 +02:00
tobiasKaminsky
97f050b799
use capability to check if activity app is enabled
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-24 16:50:07 +02:00
AndyScherzinger
140d6f5fc0
update mockito to 2.2.5 2018-08-24 16:04:29 +02:00
AndyScherzinger
2d571558b7
update com.googlecode.ez-vcard to 0.10.4 2018-08-24 15:10:13 +02:00
AndyScherzinger
cb109a0faa
update com.caverock:androidsvg to 1.3 2018-08-24 15:10:09 +02:00
Tobias Kaminsky
b0a3d09eb4 daily dev 20180824 2018-08-24 00:32:07 +02:00
Tobias Kaminsky
0cbcca90f4 daily dev 20180823 2018-08-23 00:32:03 +02:00
Tobias Kaminsky
aedcc55123 daily dev 20180821 2018-08-21 00:32:16 +02:00
Tobias Kaminsky
1c8ce0d786 daily dev 20180811 2018-08-11 00:32:17 +02:00
eho
e965f76fa8
gradle: Updated android-gif-drawable dependency to v1.2.15. 2018-08-09 15:50:12 -07:00
Tobias Kaminsky
6c13eabeff daily dev 20180809 2018-08-09 00:32:03 +02:00
Tobias Kaminsky
46eb87d38b daily dev 20180808 2018-08-08 00:33:54 +02:00
AndyScherzinger
c25364f0b3
Android gradle 3.1.4 2018-08-07 11:04:19 +02:00
Tobias Kaminsky
d8795d8d73 daily dev 20180807 2018-08-07 00:32:25 +02:00
Tobias Kaminsky
06fc6e19fe daily dev 20180803 2018-08-03 00:32:02 +02:00
Tobias Kaminsky
36d524ab1a daily dev 20180726 2018-07-26 00:32:10 +02:00
Tobias Kaminsky
038019b292 daily dev 20180721 2018-07-21 00:32:23 +02:00
Tobias Kaminsky
125b8b41fa daily dev 20180719 2018-07-19 00:33:27 +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
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
Tobias Kaminsky
402aacf323 daily dev 20180715 2018-07-15 00:32:51 +02:00
Tobias Kaminsky
e06a9b7281 daily dev 20180714 2018-07-14 00:32:09 +02:00
Tobias Kaminsky
dd6f7c824e daily dev 20180713 2018-07-13 00:32:58 +02:00
Tobias Kaminsky
1e7bab5782 daily dev 20180704 2018-07-04 00:32:57 +02:00
Tobias Kaminsky
486066f1c9 daily dev 20180630 2018-06-30 00:32:01 +02:00
Tobias Kaminsky
b0a3fba221 daily dev 20180629 2018-06-29 00:32:10 +02:00
Tobias Kaminsky
f718222625
Merge pull request #2741 from nextcloud/findbugsInDrone
Add findbugs to drone
2018-06-28 10:47:54 +02:00
Tobias Kaminsky
18b3aa8ea5 daily dev 20180628 2018-06-28 00:32:00 +02:00
Tobias Kaminsky
cf0f142c20 daily dev 20180627 2018-06-27 00:32:03 +02:00
Tobias Kaminsky
9b23942b6b daily dev 20180622 2018-06-22 00:32:55 +02:00
tobiasKaminsky
0e9367330e
add findbugs to drone
show summary as comment

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 15:39:48 +02:00
Tobias Kaminsky
754cf55d83 daily dev 20180621 2018-06-21 00:32:19 +02:00
Tobias Kaminsky
001d3e2c2f daily dev 20180620 2018-06-20 00:32:07 +02:00
Tobias Kaminsky
0bc7924232 daily dev 20180619 2018-06-19 00:32:49 +02:00
Tobias Kaminsky
2d10e878a7 daily dev 20180616 2018-06-16 00:33:01 +02:00
tobiasKaminsky
c95ca8a801
fix wrong library from https://github.com/nextcloud/android/pull/2685
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-15 12:39:30 +02:00
tobiasKaminsky
075b0f52b8
Add file version to activity stream
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-14 23:44:14 +02:00
tobiasKaminsky
57f901bee6
bump version to 3.3.0 alpha1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-13 16:48:17 +02:00
Tobias Kaminsky
73091d7718 daily dev 20180613 2018-06-13 00:32:58 +02:00
Tobias Kaminsky
888b72cbb0 daily dev 20180612 2018-06-12 00:32:08 +02:00
Tobias Kaminsky
dacfbc8d8e daily dev 20180611 2018-06-11 00:32:09 +02:00
Tobias Kaminsky
bcf732de24 daily dev 20180610 2018-06-10 00:33:44 +02:00
AndyScherzinger
75c61b2407
upgrade Android gradle plugin 2018-06-09 13:35:15 +02:00
Tobias Kaminsky
1b128faff2 daily dev 20180607 2018-06-07 00:32:04 +02:00
Tobias Kaminsky
3fdd799086 daily dev 20180606 2018-06-06 00:32:09 +02:00
Tobias Kaminsky
b86d1adfb4 daily dev 20180605 2018-06-05 00:32:02 +02:00
Tobias Kaminsky
ed9df6879f daily dev 20180602 2018-06-02 00:31:55 +02:00
Tobias Kaminsky
e684dada2f daily dev 20180526 2018-05-26 00:32:06 +02:00
Tobias Kaminsky
4f33aa4b00 daily dev 20180525 2018-05-25 00:32:08 +02:00
Tobias Kaminsky
4665fee915
Merge 6256d21aa6 into cd315095d1 2018-05-24 12:35:28 +00:00
tobiasKaminsky
6256d21aa6
Remove analytics
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-24 14:34:08 +02:00
Tobias Kaminsky
5d41f14fbd daily dev 20180524 2018-05-24 00:32:37 +02:00
tobiasKaminsky
6a574d213a
bump test/espresso lib versions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:51:35 +02:00
tobiasKaminsky
76d3747748
Add support for integration tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:51:35 +02:00
Tobias Kaminsky
001f13d884 daily dev 20180523 2018-05-23 00:32:17 +02:00
Tobias Kaminsky
c12e49ee94 daily dev 20180522 2018-05-22 00:32:11 +02:00
Tobias Kaminsky
de83abfdaa Merge branch 'master' of git://github.com/nextcloud/android 2018-05-22 00:30:09 +02:00
eho
0128bd8bda gradle: Added android-gif library dependency.
- Library used for displaying animated gif's.
2018-05-20 19:46:13 +02:00
Tobias Kaminsky
763a9c0839 daily dev 20180520 2018-05-20 00:32:02 +02:00
ardevd
d51f1206a3
Merge c52f8e25b3 into 9430466823 2018-05-19 16:23:58 +00:00
Tobias Kaminsky
1885ff0238 daily dev 20180519 2018-05-19 00:32:09 +02:00
Tobias Kaminsky
5cbb12bb9d Merge branch 'master' of git://github.com/nextcloud/android 2018-05-19 00:30:09 +02:00
eho
ea905884d6 gradle: Added PhotoView dependency.
Latest version is 2.1.3.
2018-05-18 20:01:40 +02:00
tobiasKaminsky
5e6af05bc7
lib refers always to master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-18 09:15:16 +02:00
Tobias Kaminsky
3a9b00d201 daily dev 20180517 2018-05-17 00:31:55 +02:00
Tobias Kaminsky
9680820397 daily dev 20180516 2018-05-16 07:35:49 +02:00
tobiasKaminsky
19edfb183a
filter activity by file Id
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-09 11:33:51 +02:00
tobiasKaminsky
6a5476e0e2
remove buildToolsVersion
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-02 17:06:03 +02:00
Tobias Kaminsky
2963e1325e daily dev 20180427 2018-04-27 00:32:12 +02:00
Tobias Kaminsky
595e2cfdb4 daily dev 20180425 2018-04-25 00:33:43 +02:00
Andy Scherzinger
6e5e4832b1
Bump Android gradle plugin 2018-04-24 11:18:52 +02:00
Tobias Kaminsky
b39e2fa163 daily dev 20180424 2018-04-24 00:32:00 +02:00
Tobias Kaminsky
574401f9ca daily dev 20180423 2018-04-23 08:06:48 +02:00
Andy Scherzinger
71e108dcae
Merge pull request #2413 from nextcloud/nameAPK
renames apk to include versionCode
2018-04-22 19:46:12 +02:00
AndyScherzinger
f68dcf080e
Resolves #2415 - adding a bottom sheet instead of mini FABs, also replacing fab lib with Android support lib fab 2018-04-19 09:46:17 +02:00
Tobias Kaminsky
642c9d2c44 daily dev 20180419 2018-04-19 00:32:05 +02:00
Tobias Kaminsky
90a594643f daily dev 20180417 2018-04-17 00:32:02 +02:00
Tobias Kaminsky
bbe3f9cb62 daily dev 20180414 2018-04-14 00:32:04 +02:00
Tobias Kaminsky
4f4040c38c daily dev 20180412 2018-04-12 00:32:03 +02:00
Tobias Kaminsky
b69731d5d6 daily dev 20180411 2018-04-11 00:35:55 +02:00
AndyScherzinger
1f35091508
again upgrade gradle versions 2018-04-10 11:37:08 +02:00
AndyScherzinger
179f5adfe6
revert gms upgrade 2018-04-10 11:37:08 +02:00
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
Tobias Kaminsky
8de4650c35 daily dev 20180410 2018-04-10 00:34:42 +02:00
Tobias Kaminsky
5abb0d5c8f daily dev 20180409 2018-04-09 00:34:41 +02:00
Tobias Kaminsky
adec52dcb7 daily dev 20180404 2018-04-04 00:34:31 +02: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
tobiasKaminsky
e515afc339
bump to 3.1.0 RC2 2018-03-29 17:15:53 +02:00
Tobias Kaminsky
452e5ea690 daily dev 20180329 2018-03-29 00:34:45 +02: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
tobiasKaminsky
34836de79d
3.1.0RC1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 12:24:48 +01:00
tobiasKaminsky
6d7cc6b869
Replace ListView with RecyclerView
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 11:49:02 +01:00
Tobias Kaminsky
f8a5c0c0e1 daily dev 20180323 2018-03-23 00:34:24 +01:00
Andy Scherzinger
c1c0a4b5ae
Update build.gradle 2018-03-22 14:51:39 +01:00
Andy Scherzinger
62db03668a
Update build.gradle 2018-03-22 14:49:01 +01:00
Tobias Kaminsky
93c270250a
Merge pull request #2369 from nextcloud/noBlockingSync
No blocking sync dialog
2018-03-22 12:07:06 +01:00
Tobias Kaminsky
36d8bfa7cc daily dev 20180322 2018-03-22 00:34:35 +01:00
Tobias Kaminsky
4f38369812 daily dev 20180321 2018-03-21 00:34:40 +01:00
tobiaskaminsky
8e94b271d1
also use snapshot for lint
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-20 14:25:52 +01:00
tobiasKaminsky
cff5e5abc6
minor version was on wrong location:
30400301 instead of 30040301

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-20 12:53:56 +01:00
Mario Danic
18ac087a15
Update android job
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-20 08:35:47 +01:00
tobiaskaminsky
4fdacf5fbb
30s timeout for checking if eTag changed
show conflict

Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-20 08:15:40 +01:00
Tobias Kaminsky
e0dff302ca daily dev 20180320 2018-03-20 00:34:43 +01:00
Tobias Kaminsky
69f17a2dc0 daily dev 20180316 2018-03-16 00:34:42 +01:00
tobiasKaminsky
9cf911b5c2
move lib implementation to flavors
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-15 16:09:43 +01:00
Tobias Kaminsky
2169ce413f daily dev 20180315 2018-03-15 00:34:29 +01:00
Tobias Kaminsky
6a4b3e7f7b daily dev 20180314 2018-03-14 00:34:34 +01:00
Tobias Kaminsky
9806e71d3c daily dev 20180313 2018-03-13 00:35:06 +01:00
Tobias Kaminsky
535281aa87 daily dev 20180309 2018-03-09 00:34:28 +01:00
Tobias Kaminsky
7830c8031b daily dev 20180306 2018-03-06 00:34:31 +01:00
Tobias Kaminsky
2f856d5bc1 daily dev 20180303 2018-03-03 00:34:32 +01:00
tobiasKaminsky
3ce4280931
fix failing operations (create folder, download file) due to user agent change
fix upload of fresh ones into folders where parent does not exist yet

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-02 09:25:48 +01:00
Tobias Kaminsky
ff3f61a648 daily dev 20180302 2018-03-02 00:34:20 +01:00
Tobias Kaminsky
12ff981652 daily dev 20180301 2018-03-01 00:34:22 +01:00
Tobias Kaminsky
36ddbc1aa1 daily dev 20180227 2018-02-27 00:34:57 +01:00
Tobias Kaminsky
9d001a2a16 daily dev 20180224 2018-02-24 00:34:27 +01:00
Tobias Kaminsky
48b94138b7 daily dev 20180221 2018-02-21 07:24:34 +01:00
Mario Đanić
122ff445c4
Merge pull request #2148 from nextcloud/gradleVersionCalc
Add nicer variable based versioning calculation
2018-02-20 11:54:48 +01:00
Tobias Kaminsky
6b937c3d5f daily dev 20180220 2018-02-20 00:34:26 +01:00
AndyScherzinger
4679161d64
auto generate app name 2018-02-19 13:49:03 +01:00
AndyScherzinger
0d382d0214
secure withspace for non-stable release names 2018-02-19 13:49:03 +01:00
AndyScherzinger
42be3edf77
add nicer variable based versioning calculation 2018-02-19 13:49:02 +01:00
Tobias Kaminsky
ba3af697c4 daily dev 20180217 2018-02-17 00:34:16 +01:00
Tobias Kaminsky
579f305e07 daily dev 20180215 2018-02-15 00:34:29 +01:00
tobiasKaminsky
33529d045c
bump lib version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-02-14 07:50:56 +01:00
Tobias Kaminsky
699024cb30 daily dev 20180214 2018-02-14 00:34:28 +01:00
Tobias Kaminsky
b2548f34d4 daily dev 20180213 2018-02-13 00:34:23 +01:00
Andy Scherzinger
9ee7be7125
Merge pull request #2118 from nextcloud/bump3_0
Bump to 3.0
2018-02-12 09:38:54 +01:00
Tobias Kaminsky
d06113abeb daily dev 20180210 2018-02-10 00:58:11 +01:00
Tobias Kaminsky
46df218d49
Update build.gradle 2018-02-09 15:25:35 +01:00
Tobias Kaminsky
614b0133ac
Update build.gradle 2018-02-09 15:25:06 +01:00
tobiasKaminsky
0fd69c08e7
bump to 3.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-02-08 08:26:29 +01:00
Tobias Kaminsky
40c393bdbf daily dev 20180208 2018-02-08 01:55:25 +01:00
Tobias Kaminsky
8342ef5dcc daily dev 20180207 2018-02-07 00:56:34 +01:00
Tobias Kaminsky
8aac87540f daily dev 20180204 2018-02-04 00:59:24 +01:00
Tobias Kaminsky
93a6fd4ce7 daily dev 20180201 2018-02-01 01:08:42 +01:00
tobiasKaminsky
3a7f5fc47c
3.0.0 RC3
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-31 09:57:47 +01:00
Tobias Kaminsky
6dc5815276 daily dev 20180131 2018-01-31 00:55:05 +01:00
Tobias Kaminsky
1edd87fcc8 daily dev 20180130 2018-01-30 01:14:30 +01:00
tobiasKaminsky
601138099a
bump version
fix webpage -> website

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-29 16:50:02 +01:00
Mario Danic
676d7d5d31
Update dependencies
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-01-29 08:57:07 +01:00
Mario Danic
091eb0b9d0 Update android job
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-01-28 21:32:13 +01:00
Tobias Kaminsky
8b4848cccd daily dev 20180127 2018-01-27 01:04:58 +01:00
Tobias Kaminsky
608621bb80 daily dev 20180126 2018-01-26 01:05:32 +01:00
Tobias Kaminsky
9d288532a6 daily dev 20180125 2018-01-25 01:05:48 +01:00
Tobias Kaminsky
80a14c3381 daily dev 20180124 2018-01-24 01:15:34 +01:00
tobiasKaminsky
54b4da00d0
bump library 2018-01-23 15:48:21 +01:00
Tobias Kaminsky
3136661962 daily dev 20180123 2018-01-23 01:03:50 +01:00
tobiasKaminsky
fdc9abcd34
remove modified flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-22 17:33:28 +01:00
Tobias Kaminsky
d612f90ccb daily dev 20180121 2018-01-21 00:58:05 +01:00
Tobias Kaminsky
4a3424285c daily dev 20180120 2018-01-20 01:04:32 +01:00
Tobias Kaminsky
9b9914b2ed daily dev 20180119 2018-01-19 01:09:58 +01:00
Andy Scherzinger
d2a954b29b
Update build.gradle 2018-01-18 22:25:25 +01:00
AndyScherzinger
02a67c6f94
bump uiautomator 2018-01-18 21:37:55 +01:00
Tobias Kaminsky
fe3c9c2bb0 daily dev 20180118 2018-01-18 00:59:05 +01:00
Tobias Kaminsky
24eab27ebb daily dev 20180117 2018-01-17 01:03:38 +01:00
Tobias Kaminsky
d403609a8f daily dev 20180116 2018-01-16 01:18:26 +01:00
tobiasKaminsky
e28a4ab745
Version bump & changelog
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 14:13:45 +01:00
tobiaskaminsky
f54bfa1c90
needs gson
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-01-15 09:57:04 +01:00
tobiasKaminsky
28d5133473
use library
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 09:06:59 +01:00
tobiaskaminsky
12a6050867
add gson
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-01-15 09:06:55 +01:00
tobiasKaminsky
4ed6f1d3e1
temporary use lib branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 09:06:44 +01:00
tobiasKaminsky
23ab9bff67
revert versionCode/number to master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 08:12:00 +01:00
tobiasKaminsky
de6e352ea1
bump library
add gson

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 08:11:57 +01:00
tobiaskaminsky
4281a02314
do not use linked library 2018-01-15 08:11:56 +01:00
tobiaskaminsky
54ea7d9bcf
use nextcloud user agent for E2e calls 2018-01-15 08:11:56 +01:00
tobiasKaminsky
32b5a02e76
use e2e library branch also for lint (will both be reverted once PR in library is merged) 2018-01-15 08:11:54 +01:00
Jan-Christoph Borchardt
6caf0834ce
First release of E2E 2018-01-15 08:11:53 +01:00
tobiasKaminsky
0373182d36
use e2e library branch also for lint (will both be reverted once PR in library is merged) 2018-01-15 08:11:52 +01:00
tobiasKaminsky
8361848583
versionCode/versionName 2018-01-15 08:11:51 +01:00
Jan-Christoph Borchardt
b6e84b66fd
First release of E2E 2018-01-15 08:11:49 +01:00
Tobias Kaminsky
34c8f1688f daily dev 20180114 2018-01-14 00:51:05 +01:00
Tobias Kaminsky
71d3a989b9 daily dev 20180113 2018-01-13 00:55:30 +01:00
Tobias Kaminsky
fae18e886a daily dev 20180112 2018-01-12 00:52:56 +01:00
Tobias Kaminsky
b6dde61c28 daily dev 20180111 2018-01-11 00:52:49 +01:00
Tobias Kaminsky
5fd4ddc1bc daily dev 20180110 2018-01-10 00:52:17 +01:00
Tobias Kaminsky
22a1a668d5 daily dev 20180109 2018-01-09 00:48:33 +01:00
tobiasKaminsky
1da1f11ea5
change sdk versions 2018-01-08 09:21:51 +01:00
Tobias Kaminsky
82cbe524c0 daily dev 20180108 2018-01-08 08:13:48 +01:00
Tobias Kaminsky
313354aa4c daily dev 20180106 2018-01-06 00:49:38 +01:00
Tobias Kaminsky
b41962da42
Merge branch 'master' into screenshots 2018-01-05 09:15:10 +01:00
Tobias Kaminsky
6d026d30a8 daily dev 20180105 2018-01-05 00:49:19 +01:00
tobiaskaminsky
36253ccec2
Screenshots with fastlane screengrab 2018-01-02 09:37:20 +01:00
Tobias Kaminsky
736abe3770 daily dev 20171230 2017-12-30 00:55:36 +01:00
Tobias Kaminsky
40b879d5a5 daily dev 20171228 2017-12-28 00:51:56 +01:00
Tobias Kaminsky
261f032610 daily dev 20171223 2017-12-23 00:50:47 +01:00
Tobias Kaminsky
bf45f6b9a9 daily dev 20171220 2017-12-20 00:53:12 +01:00
Tobias Kaminsky
8fb08b66e2 daily dev 20171219 2017-12-19 00:48:03 +01:00
Tobias Kaminsky
697397ac26 daily dev 20171216 2017-12-16 00:56:33 +01:00
Tobias Kaminsky
e16e55acf2 daily dev 20171213 2017-12-13 00:46:12 +01:00
tobiasKaminsky
4f21d1a0ad
dev version: use always latest library 2017-12-12 11:51:59 +01:00
Tobias Kaminsky
d69fd2a981 daily dev 20171212 2017-12-12 00:49:16 +01:00
Tobias Kaminsky
4ab3d540e5 daily dev 20171211 2017-12-11 00:48:57 +01:00
Tobias Kaminsky
76495fd01c daily dev 20171209 2017-12-09 00:44:11 +01:00
Tobias Kaminsky
3e0aef488c daily dev 20171208 2017-12-08 11:30:38 +01:00
tobiaskaminsky
303ef83c4e
use latest stable lib 2017-12-06 14:07:29 +01:00
tobiaskaminsky
626f2b68a2
use own route for NC13 and parse status.php for NC12 2017-12-06 13:13:03 +01:00
AndyScherzinger
7159838b41
fix lint warnings 2017-12-04 19:08:11 +01:00
AndyScherzinger
7aaf4954bc
Update android gradle to 3.0.1 2017-12-04 19:08:10 +01:00
Mario Danic
d12af2a342
Update Android job
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-12-04 19:08:00 +01:00
Tobias Kaminsky
88aef982d7 daily dev 20171204 2017-12-04 08:30:44 +01:00
tobiaskaminsky
b35e2eaa92
auto detect encoding 2017-11-27 13:17:37 +01:00
tobiasKaminsky
86340913a8
versionDev as flavor 2017-11-27 12:15:38 +01:00
Tobias Kaminsky
e8c66578b3
Update build.gradle 2017-11-27 11:08:51 +01:00
tobiasKaminsky
66e0e835c1
no snapshot on library 2017-11-27 10:40:04 +01:00
Andy Scherzinger
c65b6b1ed9
move back to master-SNAPSHOT for lib to fix build 2017-11-27 08:47:31 +01:00
tobiasKaminsky
f9983558c9
Use text-color and element-color whenever possible (>=NC13) 2017-11-10 11:10:34 +01:00
AndyScherzinger
10d0c57e4f
update gradle android to 3.0.0 2017-10-25 23:18:10 +02:00
Marcus Hoffmann
c7e4bb0b01
remove all prebuilt jars
This gets rid of all prebuilt jars in the repo.

* libs/disklrucache-2.0.2.jar doesn't seem to be used anymore, app builds
  fine when removing it.
* libs/touch-image-view.jar is indeed required but is not anywhere available
  via gradle. So instead we include the source of this long unmaintained
  library directly.
2017-10-25 18:00:53 +02:00
AndyScherzinger
d56d79ce14
update libs to latest versions to satisfy lint 2017-10-25 11:02:53 +02:00
AndyScherzinger
40537edf10
bump android gradle to 3.0.0-rc2 2017-10-24 14:22:29 +02:00
Andy Scherzinger
225cd2fda6 Merge pull request #1671 from nextcloud/update-gradle
Update gradle
2017-10-18 15:25:13 +02:00
AndyScherzinger
f1c20398c6
centralize app's version code and name 2017-10-16 11:33:36 +02:00
Mario Danic
1506eaa587 Update gradle
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-10-15 21:29:06 +02:00
AndyScherzinger
4b30fb44da
updating gradle-plugin to 3.0.0-beta7 including foced move to buildToolsVersion 26.0.2 2017-10-09 07:18:22 +02:00
tobiaskaminsky
8c272da8c8
bump lib 2017-09-22 12:49:45 +02:00
tobiaskaminsky
0aa2aaaab1
use result code to determinate if old login 2017-09-22 12:49:45 +02:00
Andy Scherzinger
e725f61b45
update to gradle:3.0.0-beta6 2017-09-19 10:41:58 +02:00
AndyScherzinger
3b0bd82fd9
update to gradle:3.0.0-beta5 2017-09-13 09:52:16 +02:00
Tobias Kaminsky
e6f1ff0bdf
Update build.gradle
Bump lib version
2017-09-11 08:54:17 +02:00
tobiaskaminsky
c80a5da0c6
bump lib 2017-09-11 08:54:17 +02:00
Mario Danic
d014d6b3cd
Fix for stuff
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-09-11 08:54:16 +02:00
AndyScherzinger
761c9f8ce9
bump to com.github.nextcloud:android-library:1.0.28 fixing chunked upload file modification date 2017-09-06 09:19:20 +02:00
Mario Danic
b353fb254d
Use old lib
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-09-06 09:19:19 +02:00
Mario Danic
f106872bbb
Fix sizing
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-09-06 09:19:13 +02:00
AndyScherzinger
603fc616f7
update to gradle:3.0.0-beta4 2017-09-04 10:02:09 +02:00
tobiaskaminsky
853350221f
- use nullable
- only add non-null object to list
2017-08-31 13:03:40 +02:00
AndyScherzinger
077049d8ae
gradle update to beta 3 2017-08-25 12:55:50 +02:00
AndyScherzinger
be26905e36
fix push notifications for 12.0.2 2017-08-23 16:35:44 +02:00
Andy Scherzinger
efc0e0d119 Merge pull request #1368 from nextcloud/libBump
bump to newest lib .25
2017-08-18 09:57:57 +02:00
tobiaskaminsky
880d688340
bump to newest lib 2017-08-18 09:37:52 +02:00
tobiaskaminsky
b0738fff2c
use gcm on gplay, modified as dependency 2017-08-18 08:08:50 +02:00
tobiaskaminsky
7298e0d936
bump to beta 2 2017-08-14 08:47:12 +02:00
Mario Danic
9a79bf2f03 Quotes
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-11 06:04:01 +02:00
Mario Danic
86322eda7a Fix typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-11 05:57:10 +02:00
Mario Danic
82029e1de5 Version
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-10 21:18:58 +02:00
Mario Danic
a93cb06810 Add firebase
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-10 19:51:15 +02:00
AndyScherzinger
7d823beed5
android-library:1.0.24 2017-08-10 18:25:54 +02:00
AndyScherzinger
e30c6ba5ec
update test lib versions 2017-08-10 18:25:44 +02:00
AndyScherzinger
29f8b83df8
upgrade to gradle:3.0.0-beta1 2017-08-10 18:25:44 +02:00
AndyScherzinger
2e5444ceae
bumb support lib to 25.4.0 2017-08-10 18:25:43 +02:00
AndyScherzinger
2e4722ccb3
update to gradle gradle-4.1 & fixing deprecated gradle API calls 2017-08-08 13:00:05 +02:00
AndyScherzinger
cb35ef8d1d
update multidex version 2017-08-08 12:59:59 +02:00
AndyScherzinger
d7ed716468
fix further lint errors 2017-08-08 12:59:58 +02:00
Mario Danic
656d5c1ca9
Fix bugs
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:55 +02:00
Mario Danic
a122f64226
Add google repo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:55 +02:00
Mario Danic
64c58a0306
Fix build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:54 +02:00
Mario Danic
3338bead87
Update lib version
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:43 +02:00
Mario Danic
853d0bf197
Update library
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:41 +02:00
Mario Danic
77618aa6a8
Update gradle
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:41 +02:00
Mario Danic
157ceaba60
Bit of work on uploads
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:39 +02:00
Mario Danic
8959a72f81
Revert gradle
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:26 +02:00
AndyScherzinger
3180f4a088
gradle:3.0.0 fixes 2017-08-08 12:59:24 +02:00
AndyScherzinger
68622733a1
fix file display of custom folders 2017-08-08 12:59:19 +02:00
Mario Danic
cdf43866ea
Fix the build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:17 +02:00
Mario Danic
4efb17fd1d
Work a bit on locking
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:10 +02:00
Mario Danic
5701d3bd13
Attempt to fix build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:08 +02:00
Mario Danic
e78d36d2b5
Fix issues
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:07 +02:00
Mario Danic
1bdf7a8ece
Fix build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:07 +02:00
Mario Danic
70637ba987
Change to 1.8
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:07 +02:00
Mario Danic
6496d7267a
Some work on a new job for AU
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:06 +02:00
tobiasKaminsky
790652de3f
comment gms again 2017-07-28 12:24:10 +02:00
tobiasKaminsky
5c9870d3f3
split up play services to avoid support version conflict: All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.0.0, 24.0.0. 2017-07-28 12:24:06 +02:00
AndyScherzinger
11f38044bb
use lib v1.0.22 2017-07-16 16:03:31 +02:00
tobiasKaminsky
ceb8d5fd63
use snapshot 2017-07-16 15:54:30 +02:00
tobiasKaminsky
4d571e7f82
use lib branch 2017-07-16 15:54:29 +02:00
tobiasKaminsky
d80ac412c0
use grey theme if no theming of elements is possible 2017-07-16 15:54:29 +02:00
tobiasKaminsky
db7f93fd14
use own FAB library to support colored FAB main button. 2017-06-14 07:56:55 +02:00
Andy Scherzinger
def4f5821c update lib to 1.0.21 2017-05-31 21:45:15 +02:00
alejandro
fba1d38100
Header was added in ActivitiesView
RichSubject was Added
2017-05-31 11:02:19 +02:00
Mario Đanić
343b65645c Merge pull request #1041 from nextcloud/authInNC12
Multiple auth headers in NC12
2017-05-29 23:50:23 +02:00
Mario Danic
afb610fc03 Update lib version
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-05-29 23:28:36 +02:00
Mario Danic
c305d2e2e1 Updating to newest release
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-05-29 23:03:13 +02:00
tobiasKaminsky
7dc5cc7a94
remove non existing reference to lint config 2017-05-24 11:36:24 +02:00
tobiasKaminsky
599256d9c9
parse multiple auth headers and pick "basic" if exists 2017-05-24 10:32:18 +02:00
tobiaskaminsky
ab59cd784e
use 1.0.18 2017-05-15 13:03:33 +02:00
tobiasKaminsky
aeba233894
use app specific log folder 2017-05-15 09:08:19 +02:00
AndyScherzinger
3612523c12
Merge branch 'master' of https://github.com/nextcloud/android into lintConfig 2017-05-13 16:31:08 +02:00
AndyScherzinger
da4cebafd3
fix rebase 2017-05-13 14:11:18 +02:00
AndyScherzinger
f9719dc374
use lib master since lib pr got merged 2017-05-13 14:11:17 +02:00
AndyScherzinger
06a82e45f0
bump lib to v1.0.17 2017-05-13 13:52:34 +02:00
AndyScherzinger
0f7e51fc37
temp gradle dependency to library PR 2017-05-13 13:48:41 +02:00
tobiasKaminsky
6719fba5b9
disable 'MissingTranslation' as this is handled by transifex 2017-05-13 08:52:56 +02:00
AndyScherzinger
371ea460f1
bump lib version to 1.0.16 2017-05-12 15:51:59 +02:00
AndyScherzinger
bdc376d573
use temp jitpack snapshot for our lib 2017-05-12 15:45:53 +02:00
AndyScherzinger
8f07e4f201
add maintenance mode lib change 2017-05-12 15:45:47 +02:00
Mario Danic
7f1739f5f7 Improve push / remove push registration 2017-05-02 13:53:19 +02:00
tobiasKaminsky
50ffaaa993
- rename zstore to gplay
- only one build.gradle, but with commented lines for gplay/modified
2017-04-28 09:26:16 +02:00
Mario Danic
9130635fa1 Progress on Analytics magic 2017-04-26 21:58:00 +02:00
tobiasKaminsky
726a02f39c Revert "remove firebase from branding branch and put it into branch "analytics""
This reverts commit 71ea26df31.
2017-04-26 21:57:59 +02:00
tobiasKaminsky
197ccb7094
bump library
unify build.gradle files
2017-04-21 08:02:49 +02:00
AndyScherzinger
cf7ccdfc65
Merge branch 'master' of https://github.com/nextcloud/android into contactBackupRestore
# Conflicts:
#	src/main/res/values/strings.xml
2017-04-19 23:38:31 +02:00
AndyScherzinger
79a0a380eb
move to master snapshot of library 2017-04-19 18:08:54 +02:00
AndyScherzinger
a04b3e63dc
cleanups 2017-04-19 17:09:45 +02:00
Mario Danic
8ef8a68a86
Fix a few things 2017-04-19 15:54:55 +02:00
Mario Danic
047bd3cc8e
Work a bit more on notifications 2017-04-19 15:54:55 +02:00
Andy Scherzinger
53678207f0
WiP use notifications library branch 2017-04-19 15:54:52 +02:00
AndyScherzinger
febf476534
enforce refresh of SNAPSHOT lib dependencies 2017-04-19 15:54:50 +02:00
tobiasKaminsky
35e683546c
contact backup & import 2017-04-18 08:23:55 +02:00
Mario Danic
3e133deab1 Remove play services 2017-04-11 00:00:35 +02:00
AndyScherzinger
b3430f54d3
lib version 1.0.14 2017-03-31 09:20:30 +02:00
AndyScherzinger
67fa10f8fa
support lib 25.0.0 2017-03-31 02:03:15 +02:00
AndyScherzinger
3d17ac886b
Merge branch 'master' of https://github.com/nextcloud/android into favourites
# Conflicts:
#	build.gradle
#	src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java
#	src/main/res/menu/drawer_menu.xml
2017-03-31 01:57:38 +02:00
AndyScherzinger
279f783d6d
library 1.0.14 2017-03-31 01:04:11 +02:00
AndyScherzinger
ea6778a8fe
move to master snapshot of lib 2017-03-31 00:45:01 +02:00
AndyScherzinger
12b91c9064
set buildToolsVersion to "25.0.0" 2017-03-30 18:49:53 +02:00
Mario Danic
8099055fe9 Fix activity 2017-03-30 14:49:53 +02:00
alejandro
8a0974c656 Support for SVG icons with Glide and Android SVG 2017-03-29 12:04:35 -06:00
Mario Danic
cd17ac2c7a Start working on shared filter 2017-03-29 10:38:43 +02:00
alejandro
bdde0db091 WiP use activities library branch 2017-03-28 15:53:56 -06:00
Mario Danic
6fdb67b593 Fix a few issues 2017-03-27 09:29:16 +02:00
AndyScherzinger
d84ff3917c
Merge branch 'master' of https://github.com/nextcloud/android into favourites
# Conflicts:
#	build.gradle
2017-03-26 01:20:57 +01:00
AndyScherzinger
9e6faf28a5
added missing dependencies after rebase 2017-03-26 00:51:53 +01:00
AndyScherzinger
3831a59223
fix gradle, add missing cardview dependency 2017-03-26 00:51:29 +01:00
AndyScherzinger
bfe6dbe80a
move files for new project structure 2017-03-26 00:51:28 +01:00
AndyScherzinger
21d3df96e0
fix gradle after rebase 2017-03-26 00:51:28 +01:00
AndyScherzinger
f194025a2c
polished user info UI 2017-03-26 00:51:24 +01:00
Mario Danic
b2c27d38e2
Add comments and stuff 2017-03-26 00:51:24 +01:00
Mario Danic
51cd2672bf
Fix an issue with new support lib 2017-03-26 00:51:23 +01:00
Mario Danic
708b48c785
First bits of user info code 2017-03-26 00:51:20 +01:00
Mario Danic
9745b152e7
Don’t cache changing deps 2017-03-26 00:51:20 +01:00
Mario Danic
18918b515d
Add comments and stuff 2017-03-26 00:51:19 +01:00
Mario Danic
badef118ef
Fix an issue with new support lib 2017-03-26 00:51:19 +01:00
Mario Danic
5339fd7587
First bits of user info code 2017-03-26 00:51:14 +01:00
Mario Danic
3662aaa80f
Don’t cache changing deps 2017-03-26 00:51:14 +01:00
Mario Danic
d0e810777f
Add comments and stuff 2017-03-26 00:51:14 +01:00
Mario Danic
3a699326fd
Fix an issue with new support lib 2017-03-26 00:51:13 +01:00
Mario Danic
2ba88eed79
First bits of user info code 2017-03-26 00:51:11 +01:00
Mario Danic
acc5912e22
Don’t cache changing deps 2017-03-26 00:51:11 +01:00
Mario Danic
d3c9381455
Add comments and stuff 2017-03-26 00:51:10 +01:00
Mario Danic
b5bf9200a9
Fix an issue with new support lib 2017-03-26 00:51:09 +01:00
Mario Danic
38f1cc0e28
First bits of user info code 2017-03-26 00:51:07 +01:00
Mario Danic
1815ace4d1
Don’t cache changing deps 2017-03-26 00:51:07 +01:00
AndyScherzinger
5f0944ab78
Merge branch 'master' of https://github.com/nextcloud/android into favourites
# Conflicts:
#	build.gradle
2017-03-26 00:50:02 +01:00
Mario Danic
0d24f87717 Merge branch 'master' into favourites
# Conflicts:
#	src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java
2017-03-24 09:44:50 +01:00
Mario Danic
c6d6fc82f0 Update android job 2017-03-23 20:58:55 +01:00
tobiasKaminsky
71ea26df31
remove firebase from branding branch and put it into branch "analytics" 2017-03-22 20:18:37 +01:00
Mario Danic
705ea85060 Work a bit on favorites 2017-03-19 22:12:44 +01:00
Mario Danic
f1dcd38faf Fix gradle 2017-03-17 18:35:17 +01:00
Mario Danic
8a04689e92 Fix sharing 2017-03-16 18:04:21 +01:00
Mario Danic
274aa7e9a8 Fix UI issues 2017-03-15 00:12:17 +01:00
Mario Danic
f0249be463 Fix search users 2017-03-14 22:59:35 +01:00
Mario Danic
9f94104eed
Save current search type 2017-03-14 21:59:23 +01:00
Mario Danic
b0835b981f
Significant progress on various things 2017-03-14 21:59:22 +01:00
Mario Danic
bb3dfac2d4
Some progress on search 2017-03-14 21:59:21 +01:00
Mario Danic
3fa0c5ca32
Refactor available offline 2017-03-14 21:59:19 +01:00
Mario Danic
b7e41eeff1 Fix gradle and supresswarnings issue 2017-03-05 21:20:54 +01:00
Mario Danic
2d3139f8bf Should revert compile sdk 2017-03-05 21:15:54 +01:00
Mario Danic
e68420002c Wrapper 2017-03-05 21:14:15 +01:00
Mario Danic
0ffb67c506 Merge branch 'branding' into bring-branding-to-master
# Conflicts:
#	.drone.yml
#	build.gradle
#	src/main/java/com/owncloud/android/services/SyncedFolderJobService.java
#	src/main/java/com/owncloud/android/services/observer/SyncedFolderObserver.java
#	src/main/java/com/owncloud/android/utils/RecursiveFileObserver.java
2017-03-05 21:09:36 +01:00
Mario Danic
657dbcd03e Fix quota crash 2017-03-03 18:52:10 +01:00
AndyScherzinger
c5f748dffb
use latest lib version 2017-03-03 16:18:05 +01:00
Mario Danic
9d45479f0f
Update android job 2017-03-03 11:08:08 +01:00
Mario Danic
01e9a3568e
Update dependency 2017-03-03 11:08:08 +01:00
Mario Danic
4c86922597
Revert "Use stable android-job lib"
This reverts commit 1c28fc69bad34cd781dfe655fa051a622d7b2e62.
2017-03-03 11:08:07 +01:00
Mario Danic
e245b1f91d
Revert "Remove play services"
This reverts commit d860d942ede22fb53d6d610a99d3e71ad18a7be7.
2017-03-03 11:08:04 +01:00
Mario Danic
56a9998efb
Remove play services 2017-03-03 11:08:04 +01:00
Mario Danic
96cfa5d16f
Use stable android-job lib 2017-03-03 11:08:03 +01:00
Mario Danic
4d6cc118b2
Update gradle 2017-03-03 11:07:58 +01:00
Mario Danic
3860b94d07
Add multidex magic 2017-03-03 11:07:58 +01:00
Mario Danic
140f2d9b7b
Remove obsolete stuff 2017-03-03 11:07:57 +01:00
Mario Danic
717e4b2096
Stuff 2017-03-03 11:07:56 +01:00
Mario Danic
9ce087e94f
Update support lib 2017-03-03 11:07:55 +01:00
Mario Danic
048b7f7bb3
Use android-job for scheduling 2017-03-03 11:07:53 +01:00
Mario Danic
b5a2adf44b
Introduce rewritten auto upload 2017-03-03 11:07:28 +01:00
Mario Danic
e4e5a249ba Fix build(?) 2017-02-25 03:00:36 +01:00
Mario Danic
79c6085c84 Revert "Attempt to fix a build"
This reverts commit 06562dc4d50a8bef4c202c17a0cbdaaeaabe4015.
2017-02-25 02:44:31 +01:00
Mario Danic
352ee32f1d Attempt to fix a build 2017-02-25 02:44:31 +01:00
Mario Danic
c7eed23de9 Add Google Firebase analytics 2017-02-25 02:44:31 +01:00
Mario Danic
4d1a0a60c8 Add required gs 2017-02-25 02:44:31 +01:00
Mario Danic
16f1243da6 Fix project structure and prepare for branding 2017-02-25 02:44:31 +01:00
AndyScherzinger
e2a3da33ba
lib version 1.0.11 2017-02-05 22:17:17 +01:00
Mario Danic
75ba848999
Use master snapshot 2017-02-05 22:17:17 +01:00
Mario Danic
ba5dae93b4
Quick fix to work with new library updates 2017-02-05 22:17:13 +01:00
AndyScherzinger
ff8e861604
fix quota display 2017-01-20 10:45:39 +01:00
AndyScherzinger
a3009ed0a6
Nc lib 1.0.9 2016-11-28 17:38:55 +01:00
Iskra Delta
97da0cbc94
FindBugs appeased 2016-11-10 10:19:52 +01:00
AndyScherzinger
c30920ed59
bump lib to 1.0.8 2016-11-02 23:34:52 +01:00
AndyScherzinger
0eb73194fc
revert to build v24 to to lack of drone CI support 2016-11-02 23:34:51 +01:00
AndyScherzinger
aeba303cce
bump to 2.2.2 and v25 2016-11-02 23:34:51 +01:00
AndyScherzinger
41badb3bdc
update support library 2016-11-02 23:34:51 +01:00
Andy Scherzinger
616a2ff8bb
fix android-lib reference 2016-11-02 23:34:50 +01:00
Andy Scherzinger
30ac692219
change emulator ready detection again, disable running sample instrumented unit test (failing at the moment)
updated wait_for_emulator.sh for actual travis cookbook revision 62039b2046/ci_environment/android-sdk/files/default/android-wait-for-emulator

try emulator 24

bump support lib to 24.2.0
2016-11-02 23:34:29 +01:00
Andy Scherzinger
eb10fb0015
bump Android SDK Build-Tools to 24.0.2 2016-11-02 23:34:28 +01:00
Andy Scherzinger
c2b813c8f7
no pre-dexing on travis (performance) 2016-11-02 23:34:28 +01:00
Andy Scherzinger
3115066215
Update build tools to 24.0.1, java7 compat 2016-11-02 23:34:28 +01:00
Andy Scherzinger
f133eaad07
rebase/merge 2016-11-02 23:34:28 +01:00
Andy Scherzinger
5f5f0ce029
lib1.0.4 2016-11-02 23:34:28 +01:00
Andy Scherzinger
609647e622
Revert "added jcenter repo"
This reverts commit b54e954c96014babd176d8f50ba6b7a9e44dea38.
2016-11-02 23:34:28 +01:00
Andy Scherzinger
3f2d376ff4
link to v24 version of the Nc lib 2016-11-02 23:34:27 +01:00
Andy Scherzinger
9ff3aff7bd
added jcenter repo 2016-11-02 23:34:27 +01:00
Andy Scherzinger
232e555cd3
bump to v24 incl. toolchain, jdk8 etc. 2016-11-02 23:34:25 +01:00
AndyScherzinger
3a8d29d79b
use latest 2.2.1 gradle/Android plugin 2016-11-01 23:35:17 +01:00
David A. Velasco
5a97d31392
Finish action mode when drawer starts to open, recover it when drawer is closed
# Conflicts:
#	build.gradle
#	src/com/owncloud/android/ui/activity/DrawerActivity.java
#	src/com/owncloud/android/ui/fragment/OCFileListFragment.java
2016-11-01 23:35:17 +01:00
Jubril Edu
af1a61960b Incorporated Checkstyle, findbugs, pmd and lint 2016-10-09 00:33:12 +01:00
Andy Scherzinger
7ab36d38dd update to latest Android plugin 2016-09-20 10:41:57 +02:00
Andy Scherzinger
de41f95d93 bump andrid lib to 1.0.7 2016-09-06 10:36:07 +02:00
Andy Scherzinger
b29744c004 show quota for server without quota-unlimited info capability 2016-08-31 19:05:50 +02:00
Andy Scherzinger
07c3ebdf84 update to Nc Android library 1.0.4 2016-08-18 15:55:11 +02:00
Andy Scherzinger
418790c3fa mavenCentral()-->jcenter() 2016-08-16 13:50:37 +02:00
Andy Scherzinger
6bf8b79831 gradle update to 2.14.1 and android plugin update to 2.1.3 for security fixes 2016-08-16 13:50:37 +02:00
Andy Scherzinger
f81cfb3cfd bump Nc Android lib version 2016-08-09 00:06:51 +02:00
Andy Scherzinger
9474658bcd bumped support lib to latest version of 23 2016-07-20 15:55:11 +02:00
Andy Scherzinger
5ee1e8adab Set fixed lib version 2016-06-24 00:18:45 +02:00
Andy Scherzinger
9222075066 version 1.0.0 2016-06-12 14:29:48 +02:00
Andy Scherzinger
e2ec8498b8 replaced login icon, reworked login now using card views 2016-06-11 18:09:54 +02:00
Andy Scherzinger
d176d2753b Update Android gradle plugin to 2.1.2 2016-06-09 10:49:36 +02:00
tobiasKaminsky
1147778794 allow nextcloud to be parallel to owncloud 2016-06-07 21:58:37 +02:00
Andy Scherzinger
8b525f7f8b right lib dependency 2016-06-07 14:18:54 +02:00
Andy Scherzinger
250c917fde remove android-lib submodule and use jitpack and gradle dependencies instead 2016-06-07 14:02:36 +02:00
Andy Scherzinger
80ef28b288 fixed lib reference in gradle 2016-06-07 01:53:31 +02:00
jabarros
cb630e5709 Setup Espresso environment 2016-05-24 12:53:41 +02:00
David A. Velasco
2dfd98cbdd Turn on device screen before Espress tests start 2016-05-24 12:53:41 +02:00
David A. Velasco
7a6335430d Normalized environment variables for end2end tests 2016-05-24 12:53:41 +02:00
jabarros
014547fca3 Modify gradle to get env vars to be passed to android tests directly 2016-05-24 12:53:41 +02:00
jabarros
822a62c513 Pass test vars as instrumentation runner argumments 2016-05-24 12:53:41 +02:00
jrecio
dde82c75c6 fix changes rebase 2016-05-24 12:53:41 +02:00
jabarros
a76bb109bc Setup Espresso environment 2016-05-24 12:53:41 +02:00
David A. Velasco
950dbe2013 Increased verbosity of logs for local unit tests 2016-05-24 12:53:41 +02:00
David A. Velasco
2cfcb2318c Run sample instrumented unit test in Travis 2016-05-24 12:53:41 +02:00
jabarros
bfbf3704de Encrypt connection parameters in AndroidTest and launch tests from travis (WIP) 2016-05-24 12:53:41 +02:00
jabarros
db88f7f1dd Initial text to check authentication (WIP) 2016-05-24 12:53:41 +02:00
jabarros
1fcd724d43 Setup Espresso environment 2016-05-24 12:53:41 +02:00
David A. Velasco
964560da8f Added dependencies for local unit tests to app build.gradle file 2016-05-24 12:53:41 +02:00
David A. Velasco
c1f616ce54 Updated build.gradle to find local unit tests 2016-05-24 12:53:41 +02:00
David A. Velasco
6a1e87e125 Fixed replacement of library version in a variable, and updated reference to library project after updating to gradle plugin for Android 2.1.0 2016-04-28 11:11:41 +02:00
Andy Scherzinger
37dbbe2a4f Update gradle android plugin to 2.1.0, keep support lib version in a variable for consistent references 2016-04-28 10:33:29 +02:00
Andy Scherzinger
1c569a0586 Android Studio 2.0 Upgrade simply leasing to actual build tools 23.0.3 and gradle 2.10 2016-04-26 16:47:05 +02:00
Andy Scherzinger
413707272a rebased to master: resolved conflicts (edits from fab implementation) 2016-02-25 19:38:24 +01:00
David A. Velasco
53df867a3c Removed dependency on org.apache.http.legacy.jar 2016-02-12 13:32:57 +01:00
Andy Scherzinger
4410bd9c60 add snackbar and check for write permission via API 2016-02-12 12:15:46 +01:00
Andy Scherzinger
288b92c61a marshmallow changes redone 2016-02-12 12:15:46 +01:00
Bartosz Przybylski
35c0d318c2 Force ant and android studio to use Java7 2015-12-22 11:40:07 +01:00
David A. Velasco
0c48a4686d Revert "Force ant and android studio to use Java7" 2015-12-22 11:09:16 +01:00
Bartosz Przybylski
149289b5dc Force ant and android studio to use Java7 2015-12-02 21:18:58 +01:00
masensio
00a221ea8f Remove android.support.widget components from the sharewith view. Waiting for introducing Floating button in the project 2015-10-30 16:25:54 +01:00
masensio
905b68b4ec Show the 'search' layout in phone and tablet 2015-10-30 15:23:03 +01:00
David A. Velasco
e6be60679f Merge branch 'master' into copy
Conflicts FIXED:
	src/com/owncloud/android/ui/activity/FileDisplayActivity.java
	src/com/owncloud/android/ui/fragment/OCFileListFragment.java
	src/com/owncloud/android/ui/preview/FileDownloadFragment.java
	src/com/owncloud/android/ui/preview/PreviewImageFragment.java
	src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
2015-09-01 18:35:51 +02:00
Jorge Antonio Diaz-Benito Soriano
dcffd79b60 Tweaks for source 1.5 2015-08-18 15:55:00 +02:00
masensio
9d815b0187 Update buildTools version to 22.0.1 2015-08-04 11:14:51 +02:00
masensio
d77f1d7ec0 Update build.gradle to 1.2.3 2015-08-03 15:07:20 +02:00
AndyScherzinger
d474239b21 initial material design changes for the action bar 2015-07-26 01:49:27 +02:00
masensio
4f2f0ceb80 Add actionBar 2015-05-25 12:39:05 +02:00
masensio
5709757b11 Update gradle - remove actionSherlock 2015-05-21 16:43:34 +02:00
masensio
a496f08717 Remove actionbarsherlock , replace it with Android Support Library (v7) 2015-05-18 12:59:46 +02:00
masensio
d43fbbac6b [DEV] Remove actionbarsherlock , replace it with Android Support Library (v7) 2015-05-15 11:24:14 +02:00
David A. Velasco
e874789382 Updated Android Gradle plug-in for compatibility with Android Studio 1.0+ 2015-01-19 09:58:06 +01:00
Jorge Antonio Diaz-Benito Soriano
9316ce96ac Update Gradle plugin to 0.14 for compatibility with Android Studio 0.9.0 2014-11-01 16:08:15 +01:00
MMMarcy
2cad715525 Commit for the PR
The pull request targets:

	1) Introduces Gradle support
	2) Updates maven support (even thou the apk generated is not
stable)
	3) Updates the setup_env.* scripts to support different building
tools
	4) Removes non UTF-8 characters
	5) Removes switches on R.id entries (not supported anymore from
ADT >= 14)
	6) Introduced a binary dependency (.aar) that replace the actionbarsherlock
sub-module

Remainders:

	1) Change the sub-module back to the owncloud android library
once the PR will be merge
2014-10-28 16:09:34 +01:00