Andy Scherzinger
1074bcf46a
Merge pull request #3879 from nextcloud/pmdRuleset
...
PMD ruleset
2019-04-12 07:52:31 +02:00
tobiasKaminsky
09da127d29
- rename ruleset
...
- add test_test to MainApp to test Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-12 07:44:25 +02:00
Tobias Kaminsky
8e1ebca9c5
daily dev 20190412
...
b52ce7e85c
Merge pull request #3873 from nextcloud/codacy
32b04cb07e
remove unused variable
35ff763950
codacy: combine statements
8353ef42bb
Merge pull request #3864 from nextcloud/connectivityutils-powermock-test
477bc797aa
removed placeholder test class
aa98015739
Merge branch 'connectivityutils-powermock-test' of github.com:nextcloud/android into connectivityutils-powermock-test
d760206654
Removed placeholder test class
3d9e379b43
Merge pull request #3841 from nextcloud/owncloudsession-unit-tests
a97eb3b45b
- use lombok - remove m prefix - correct assert output - add licence
7e38b60ca0
utils: Restricted access declarations for OwnCloudSession class.
8712c9e783
tests: added unit tests for the OwnCloudSession class
0013ee8309
Merge pull request #3878 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.27.0
a34761ba3a
code review changes
dac5897894
codacy: make newRemotePath a local variable
659775dc25
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
2ea4b352e3
combine statements
d19b7742d6
remove m/s-prefixes, make use of lombok
a05ba1a54f
reformatting var declarations
d41a8a9054
spotbugs: Exceptional return value ignored
38466e01d3
reformatting
47a74a13fd
remove unused HookActvity
c6498ae6b4
Use Butterknife for Log Activity
92219048da
remove unused method
b41cca2840
add log statement to parent class
a3c7e7b74a
use interface instead of implementation
88da903e59
daily dev 20190411
2019-04-12 03:34:47 +02:00
Andy Scherzinger
8353ef42bb
Merge pull request #3864 from nextcloud/connectivityutils-powermock-test
...
test: added PowerMocked unit tests for the ConnectivityUtils class.
2019-04-11 14:34:38 +02:00
Andy Scherzinger
0013ee8309
Merge pull request #3878 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.27.0
...
Bump mockito-core from 2.26.0 to 2.27.0
2019-04-11 07:46:20 +02:00
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