Commit graph

740 commits

Author SHA1 Message Date
Andy Scherzinger
e5e4973c60
Update to AS 3.6.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-03-03 09:39:14 +01:00
tobiasKaminsky
b9ea5d44ba
switch back to light mode after test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 08:52:32 +01:00
tobiasKaminsky
d8ada799f3
fix dev lib replacement
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 07:22:49 +01:00
tobiasKaminsky
391a9fe8e3
dev: change library before building
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-02 16:15:42 +01:00
Tobias Kaminsky
6d6d8898cd
Merge pull request #5530 from nextcloud/better-dev-changelogs
Improve dev edition changelog generation
2020-03-02 16:13:21 +01:00
nextcloud-android-bot
059eb9176c Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-03-02 08:32:04 +00:00
AJ Jordan
a6c95934cf
Improve dev edition changelog generation
We:

* No longer include commit ids
* Exclude merges, individual Dependabot commits, commits including only
  non-user-facing changes, or version bump commits
* Collapse all Dependabot commits into a single "Update dependencies"
  changelog entry
* Do the same for Transifex updates, which get turned into a single
  "Update translations" changelog entry
* Say if the Android Nextcloud library has changed instead of including
  its commit id

The list of paths to ignore is probably incomplete, but it's easier to
just revisit this script over time and add to it as new contenders pop
up, rather than trying to find everything now.

Fixes #5525

Signed-off-by: AJ Jordan <alex@strugee.net>
2020-02-27 10:04:34 -05:00
tobiasKaminsky
ecd5379646
Add screenshot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-21 19:40:43 +01:00
nextcloud-android-bot
ac6a64b672 Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-02-20 02:25:48 +00:00
Alice Gaudon
49f3a67251
ConflictsResolveActivity: code style and readability improvements
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-18 07:39:13 +01:00
Chris Narkiewicz
0977c37916
Fix crash during text file creation
Fixes #5330

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-17 09:30:37 +01:00
tobiasKaminsky
5cc0360855
upload preliminary step
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-13 15:34:53 +01:00
tobiasKaminsky
26d7b9c692
Fix after rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-11 08:58:31 +01:00
tobiasKaminsky
c2750aabda
Add ui test for list shares
add test user to drone
switch back to master
use "waitForIdleSync" instead of sleep

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-11 08:57:09 +01:00
tobiasKaminsky
1bb04aa29e
also increase annotationProcessor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-10 08:48:52 +01:00
tobiasKaminsky
8ce35e3f59
manually bump lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-07 08:44:18 +01:00
nextcloud-android-bot
dc1a3f1f06 Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-02-06 07:28:36 +00:00
tobiasKaminsky
4a1e1b1ca8
Bump to "Obsolete custom lint check"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-06 08:14:07 +01:00
Tobias Kaminsky
c5be0ad7e4
Merge pull request #5399 from nextcloud/extractArbitraryDataSet
extract ArbitraryDataSet class
2020-02-05 12:30:37 +01:00
tobiasKaminsky
7e4711a23c
github comment if preliminary step failed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-05 11:35:02 +01:00
tobiasKaminsky
c7ea6458bf
extract ArbitraryDataSet class
cleanup

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-05 10:58:05 +01:00
nextcloud-android-bot
0d0a4a3198 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-02-05 09:34:45 +00:00
Tobias Kaminsky
0c272ad1d7
Merge pull request #5231 from nextcloud/roundedCorners
images: slightly rounded corners
2020-02-03 13:47:15 +01:00
tobiasKaminsky
b787284ab6
bump spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-03 11:53:37 +01:00
tobiasKaminsky
b8d042e171
Basic documentation of how to test
add checklist as PR template

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-31 09:50:00 +01:00
tobiasKaminsky
cfb8306681
dev: do not modify master, but push everything to dev branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-29 08:38:03 +01:00
tobiasKaminsky
c14725fdbc
reproducable dev version: use commit instead of master snapshot for dev version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-23 13:43:50 +01:00
nextcloud-android-bot
19f2a5024d Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-01-11 21:40:56 +00:00
tobiasKaminsky
91252852c7
manually increasing lint due to "autoMirrored" warning
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-10 09:32:43 +01:00
tobiasKaminsky
1ec8b067f0
- fix not clickable rich workspace area
- fix crash on first loading

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-08 08:42:29 +01:00
tobiasKaminsky
74f8a723b8
fixes from CI
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-07 08:23:48 +01:00
nextcloud-android-bot
2310c9c453 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-12-22 14:28:02 +00:00
tobiasKaminsky
0d84a2dd34
warning about used feature in newer SDK
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
tobiasKaminsky
f2627a29a8
enable caching
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-19 08:57:39 +01:00
Tobias Kaminsky
9fbedb4d8c
Merge pull request #4992 from nextcloud/uiComparison
Ui comparison
2019-12-19 07:42:11 +01:00
tobiasKaminsky
0ad5785998
add library commit hash for reproducable builds
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-16 08:34:00 +01:00
tobiasKaminsky
d6249163a7
new tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-13 10:59:29 +01:00
tobiasKaminsky
e5a02d5637
typo
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-13 08:34:49 +01:00
tobiasKaminsky
76bbc110a9
test ui diff
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 14:05:31 +01:00
tobiasKaminsky
4b328cbe3e
manually increase spotbugs and lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-09 11:59:54 +01:00
nextcloud-android-bot
1f4e857681 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-11-27 20:55:41 +00:00
nextcloud-android-bot
4e0b40517c
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-11-27 21:35:18 +01:00
nextcloud-android-bot
11687c65cb Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-11-25 12:22:26 +00:00
nextcloud-android-bot
8879179cff Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-11-19 12:28:44 +00:00
tobiasKaminsky
8e3931edf6
SSO: return response headers
new headers in parallel

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-28 14:48:24 +01:00
nextcloud-android-bot
272f6203b9 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-10-24 17:29:43 +00:00
tobiasKaminsky
d5ff4f9a4f
Fix spotbugs filter
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-24 14:34:34 +02:00
tobiasKaminsky
0e90952b5b
increase spotbugs due to unfixable warning
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-24 13:28:11 +02:00
dependabot-preview[bot]
adc74c1e41 Bump fb-contrib from 7.4.6 to 7.4.7 (#4711)
* Bump fb-contrib from 7.4.6 to 7.4.7

Bumps [fb-contrib](https://github.com/mebigfatguy/fb-contrib) from 7.4.6 to 7.4.7.
- [Release notes](https://github.com/mebigfatguy/fb-contrib/releases)
- [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.4.6...v7.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

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

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-10-22 00:30:55 +02:00
dependabot-preview[bot]
8fa348f801 Bump findsecbugs-plugin from 1.9.0 to 1.10.0 (#4703)
* Bump findsecbugs-plugin from 1.9.0 to 1.10.0

Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.9.0 to 1.10.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/compare/version-1.9.0...version-1.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

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

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-10-18 08:45:20 +02:00
nextcloud-android-bot
e5880a05c8 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-10-15 17:47:04 +00:00
nextcloud-android-bot
31b62a8634 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-10-14 13:08:30 +00:00
nextcloud-android-bot
ff452c835e Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-09-27 19:20:18 +00:00
Tobias Kaminsky
0e95a073d1
Update findbugs-results.txt 2019-09-09 12:04:49 +02:00
tobiasKaminsky
5c06b83a70
activity: use lastGiven header
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-27 19:40:56 +02:00
nextcloud-android-bot
0f66801b8f Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-27 15:11:23 +00:00
tobiasKaminsky
d423dd3b00
Add printing system to RichDocuments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-27 08:26:53 +02:00
nextcloud-android-bot
4d5b166fc0 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-23 09:31:45 +00:00
Andy Scherzinger
1660024105
Merge pull request #4360 from nextcloud/as350
Update due to Android Studio 3.5.0
2019-08-22 19:05:22 +02:00
tobiasKaminsky
4411f22cd5
update due to Android Studio 3.5.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 08:10:56 +02:00
nextcloud-android-bot
8a30677577 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-20 14:59:49 +00:00
tobiasKaminsky
caf1842f4f
drawer: show only server address
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 15:19:21 +02:00
nextcloud-android-bot
969ce78e03 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-20 06:45:21 +00:00
Tobias Kaminsky
c8173c31c2
Use reloading on photo view (#2250)
Use reloading on photo view
2019-08-20 08:19:23 +02:00
tobiasKaminsky
3d9126a604
Use reloading on photo view
- cache query for 30s
- show progressbar if loading more

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 08:45:29 +02:00
nextcloud-android-bot
725ffc4caa Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-14 20:44:55 +00:00
nextcloud-android-bot
9ff067f846 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-06 20:54:38 +00:00
Andy Scherzinger
6773e1a510
Merge pull request #4056 from nextcloud/exceptionHandler
Re-enable exception handler
2019-08-01 14:52:20 +02:00
Jan-Christoph Borchardt
a2cf6bc408
Improve app store screenshot designs
Separate app store screenshot text into bold heading and regular subline

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-01 08:17:35 +02:00
nextcloud-android-bot
eca49155c5 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-07-29 20:54:37 +00:00
nextcloud-android-bot
28dac70420
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-07-29 17:40:22 +02:00
nextcloud-android-bot
fc27b1a2ca
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-07-29 17:40:21 +02:00
tobiasKaminsky
53633991d2
merge commit should always run drone
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-25 11:54:12 +02:00
tobiasKaminsky
c78c79aaf1
check if drone should run: also when build.gradle changed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-25 08:38:03 +02:00
tobiasKaminsky
6a925b7f27
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:52:50 +02:00
tobiasKaminsky
d5691e274c
fix check if source code was modified
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-22 14:55:49 +02:00
tobiasKaminsky
d9d9ad51ce
Run drone only if source file changed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-15 08:25:49 +02:00
Chris Narkiewicz
23f7c2f46b
Remove legacy AccountUtils
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-07-02 18:14:30 +01:00
tobiasKaminsky
9352dbb045
- fix wrong tinted button on upload file within collabora
- do not show FAB in this file picker dialog

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-28 09:51:20 +02:00
nextcloud-android-bot
bd2be891f8 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-31 15:17:28 +00:00
Chris Narkiewicz
b6fc62fb87
Move first run and whats new to onboarding package
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-31 15:45:14 +01:00
Tobias Kaminsky
7a2ab86a88
Codacy (#4072)
Codacy
2019-05-29 10:50:44 +02:00
tobiasKaminsky
90d9600418
add ktlint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-28 10:02:36 +02:00
nextcloud-android-bot
369d4cd9d1 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-27 15:01:10 +00:00
nextcloud-android-bot
6074c93205 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-23 09:00:17 +00:00
tobiasKaminsky
403a3e062c
Use product name on rich document, if available
use placeholder for string
reset to master-snapshot
fix analysis warning
use new translatable string
use var vor qa flavor too

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-23 08:58:52 +02:00
nextcloud-android-bot
9cbb677bab Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-22 11:52:00 +00:00
drone
c988459eb8 Merge commit '1f290419662c8058cd4bd90a161222f4150f6f25' 2019-05-22 11:39:17 +00:00
Andy Scherzinger
de3508c4e4
Merge pull request #4036 from nextcloud/wordingForAPK
Updated wording for APK text
2019-05-19 08:59:42 +02:00
nextcloud-android-bot
7546b21a5b Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-18 13:05:40 +00:00
Tobias Kaminsky
65026e789c
Changelog for fdroid now with line breaks (#4035)
Changelog for fdroid now with line breaks
2019-05-17 08:51:04 +02:00
tobiasKaminsky
83e16cb536
updated wording
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 08:05:32 +02:00
tobiasKaminsky
c8f0f20bed
move to versionDev flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 07:52:20 +02:00
Tobias Kaminsky
16f7b4e17c
deploy artifact on success (#4018)
deploy artifact on success
2019-05-17 07:46:48 +02:00
tobiasKaminsky
17765573ac
deploy gplay artifact on success as own QA flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 07:36:28 +02:00
tobiasKaminsky
c382b3dd8c
changelog for fdroid now with line breaks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 06:51:53 +02:00
tobiasKaminsky
0bc6e53629
add changelog to fdroid via fastlane
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-16 15:09:33 +02:00
nextcloud-android-bot
788cea14b8
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-14 13:23:27 +02:00
nextcloud-android-bot
57e01e240a Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-10 08:01:09 +00:00
nextcloud-android-bot
137e43e41a
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-09 14:43:40 +02:00
nextcloud-android-bot
15d66a7dfb Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-07 09:37:53 +00:00
Andy Scherzinger
7b398be05a
Merge pull request #3955 from nextcloud/increasedSpotbugs
increased findbugs due to new rules on fb-contrib
2019-05-06 17:12:00 +02:00
tobiasKaminsky
5e1e740260
increased findbugs due to new rules on fb-contrib
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-06 09:42:07 +02:00
tobiasKaminsky
2c0ee6ace3
Retrieve & show file via intent
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-06 09:32:39 +02:00
nextcloud-android-bot
71f33705a1 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-30 16:19:40 +00:00
Andy Scherzinger
de3d3de1bf
Merge pull request #3924 from nextcloud/warnOnStable
Warn for wrong library branch on master (for upcoming stable)
2019-04-18 16:45:44 +02:00
tobiasKaminsky
69dd243a39
warn for wrong library branch on stable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-18 13:57:24 +02:00
Tobias Kaminsky
2379b49577
Merge pull request #3921 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.0
Bump gradle from 3.3.2 to 3.4.0
2019-04-18 09:57:11 +02:00
dependabot[bot]
c2730e8e0a
Bump gradle from 3.3.2 to 3.4.0
Bumps gradle from 3.3.2 to 3.4.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-18 09:47:48 +02:00
nextcloud-android-bot
15ec4876d1 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-18 05:59:03 +00:00
nextcloud-android-bot
2afb934b41 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-17 09:10:13 +00:00
nextcloud-android-bot
585a3d0852 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-15 13:11:48 +00:00
tobiasKaminsky
533debfca0
- removed useNextcloudUserAgent -> we now use this everytime
- removed any oAuth and saml stuff, as we rely on weblogin flow

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-15 15:07:59 +02:00
Tobias Kaminsky
d544fa5801
Merge pull request #3897 from nextcloud/ezaquarii/move-current-account-getter-to-user-account-manager
Migrate current account getter from AccountUtils to UserAccountManager
2019-04-15 15:01:23 +02:00
tobiasKaminsky
428a8bbcc9
show codacy count only on master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-15 09:33:53 +02:00
nextcloud-android-bot
6b44074d1e Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-14 20:06:30 +00:00
nextcloud-android-bot
a79c0a7785 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-12 23:09:49 +00:00
Andy Scherzinger
75775ac34f
Merge pull request #3871 from nextcloud/showCodacy
Show current codacy issue count
2019-04-12 22:08:58 +02:00
nextcloud-android-bot
659775dc25
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-04-11 07:35:41 +02:00
tobiasKaminsky
71844294c7
show current codacy issue count
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-10 11:37:41 +02:00
tobiasKaminsky
0bf2f8c479
show changelog in dev
Signed-off-by: tobiasKaminsky tobias@kaminsky.me
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-04-10 10:52:26 +02:00
tobiasKaminsky
79659e04a5
fix findbugs/spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-09 10:21:02 +02:00
nextcloud-android-bot
d9c33be55a Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-04-01 15:03:59 +00:00
tobiasKaminsky
20802780c7
use spotbugs for analytics
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-01 10:30:49 +02:00
nextcloud-android-bot
f26eecacec Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-03-31 20:01:06 +00: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
ardevd
c59b41d761
operations: properly close FileOutputStream.
Classes that implement the Closeable interface or its super-interface, AutoCloseable, needs to be closed after use. try-with-resources does this for you automatically.

Signed-off-by: ardevd <edvard.holst@gmail.com>
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-03-27 09:34:19 +01:00
nextcloud-android-bot
719012ff81
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-03-22 07:50:15 +01:00
tobiasKaminsky
3de3904ea0
check for 500 char limit
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-03-21 07:44:22 +01:00
nextcloud-android-bot
1f97a53caa Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-03-04 19:47:02 +00:00
nextcloud-android-bot
9dd7b5fef9 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-03-04 14:17:24 +00:00
nextcloud-android-bot
a7130d2515 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-28 08:16:56 +00:00
nextcloud-android-bot
bc80cac6b8 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-28 07:32:04 +00:00
tobiasKaminsky
bf86cf6a41
Show shared user
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-27 11:10:14 +01:00
nextcloud-android-bot
023bd57f8a
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-26 17:58:50 +01:00
nextcloud-android-bot
4fb4ff4280
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-14 08:25:57 +01:00
nextcloud-android-bot
4b81e6a1b3 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-07 18:27:18 +00:00
nextcloud-android-bot
3bf5eaf35f Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-07 18:26:28 +00:00
tobiasKaminsky
93f52c463d
Show failing test url as comment in github
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-07 08:10:56 +01:00
nextcloud-android-bot
d0e9a86ca0 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-05 16:29:20 +00:00
nextcloud-android-bot
6e91162494 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-02-04 15:55:45 +00:00
tobiasKaminsky
84392c8b04
increase lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-31 14:53:51 +01:00
nextcloud-android-bot
ad43cf6e31 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-01-29 17:43:09 +00:00
tobiasKaminsky
bb272a71d0
somehow findbugs got out of sync
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-29 17:58:29 +01:00
tobiasKaminsky
82ee8b8627
fail if findbugs increased
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-29 17:58:28 +01:00
nextcloud-android-bot
aaaeac533a Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-01-21 18:33:46 +00:00
nextcloud-android-bot
51bdf578eb
Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-01-21 17:27:23 +01:00
tobiasKaminsky
0a7f5cf063
bots signoff
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-21 13:04:54 +01:00
nextcloud-android-bot
7004c02614 Drone: update FindBugs results to reflect reduced error/warning count [skip ci] 2019-01-18 06:35:06 +00:00
nextcloud-android-bot
3439981292
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2019-01-18 07:08:35 +01:00
tobiasKaminsky
3e8836ab1a
fail on findbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-17 07:51:14 +01:00
nextcloud-android-bot
ea87c1899e
Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-15 14:13:30 +01:00
nextcloud-android-bot
b85dc4412c Drone: update Lint results to reflect reduced error/warning count [skip ci] 2019-01-11 15:21:22 +00:00
tobiasKaminsky
5f315ef682
base for updated documents provider
common place to create client

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-11 16:17:05 +01:00
nextcloud-android-bot
7d02c0b045 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-12-13 07:05:41 +00:00
tobiasKaminsky
4d24261e84
match complete branch name
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-11 13:28:07 +01:00
tobiasKaminsky
59cf6b9ba4
switch to AndroidX
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-10 13:11:03 +01:00
tobiasKaminsky
0f34902fb4
show 0 instead of ""
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-07 14:12:40 +01:00
nextcloud-android-bot
0aceb0d001 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-12-06 14:05:47 +00:00
tobiasKaminsky
9264eb8ecc
show old lint warning from stable branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-06 11:24:16 +01:00
nextcloud-android-bot
76b8681061
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-28 14:37:29 +01:00
nextcloud-android-bot
dbf8f9e68a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-10 09:42:20 +00:00
nextcloud-android-bot
8a19ee7d84 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-09 13:03:26 +00:00
nextcloud-android-bot
9780b3ef08 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-07 22:31:46 +00:00
nextcloud-android-bot
77211f2cf0 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-07 21:01:24 +00:00
nextcloud-android-bot
f6709fcf6d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-11-07 14:16:17 +00:00
tobiasKaminsky
e37e11cc3e
variable was not replaced
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-11-05 12:55:43 +01:00
tobiasKaminsky
8ac77c731e
lint changes
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-11-01 10:59:08 +01:00
Andy Scherzinger
59a4e24ade
bump lint warnings due to font use 2018-10-31 13:49:07 +01:00
Andy Scherzinger
dac6bac8df
bump lint score due to lib downgrade 2018-10-24 15:00:03 +02:00
nextcloud-android-bot
ea58ad6340 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-10-24 08:35:18 +00:00
nextcloud-android-bot
4eb62c7655 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-10-22 07:18:47 +00:00
nextcloud-android-bot
976abb854b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-10-10 13:32:34 +00:00
nextcloud-android-bot
3b1c6ae68f
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-09-25 14:12:29 +02:00
tobiasKaminsky
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
Andy Scherzinger
3a015657cb
bump lint result due to new version 2018-09-24 19:38:02 +02:00
Andy Scherzinger
051345a647
Merge pull request #2960 from nextcloud/addLinksToSummary
Add links to summary
2018-09-04 15:40:58 +02:00
Tobias Kaminsky
2a64998555
Merge branch 'master' into sso 2018-09-04 15:01:32 +02:00
tobiasKaminsky
79fdf11512
manually increase lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-04 15:00:40 +02:00
tobiasKaminsky
b9998c74f0
add links to summary
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-04 14:19:18 +02:00
nextcloud-android-bot
348610ee02 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-09-02 12:13:36 +00:00
tobiasKaminsky
53b52297d5
Check library check only when base branch is master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-30 13:07:12 +02:00
Andy Scherzinger
cf12ce6d79
Merge pull request #2881 from nextcloud/simpleSignup
Simple signup
2018-08-28 18:27:55 +02:00
tobiasKaminsky
3017869438
check library
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-28 14:55:34 +02:00
tobiasKaminsky
614c5dc6d9
+1 because of nested weights
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-14 11:02:36 +02:00
Andy Scherzinger
f1467c3389
Merge pull request #2800 from nextcloud/improveAnalysisOutput
improve lint output
2018-08-08 21:49:28 +02:00
tobiasKaminsky
c43157f282
manually increase lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-20 09:40:16 +02:00
nextcloud-android-bot
ae8f1ade0b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-07-16 12:38:33 +00:00
nextcloud-android-bot
23b4c311a7 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-07-12 17:37:43 +00:00
tobiasKaminsky
a859845b13
improve lint output
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-04 15:59:10 +02:00
nextcloud-android-bot
1caac7fa2a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-07-03 11:59:43 +00:00
tobiasKaminsky
570fed7b12
show old and new lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-03 09:05:21 +02:00
tobiasKaminsky
aeb4e9babd
escape summary correctly
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-29 11:34:00 +02:00
tobiasKaminsky
7e6b12e195
modify summary to work with curl
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:36:40 +02:00
tobiasKaminsky
006e41bcf9
use newest docker-image only for analysis
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-22 13:15:34 +02:00
nextcloud-android-bot
4633c69c92 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-06-21 13:47:28 +00:00
tobiasKaminsky
1198154f0b
delete old comments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 15:39:48 +02:00
tobiasKaminsky
e9ad5d6905
add comparison from new to master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 15:39:48 +02:00
tobiasKaminsky
63a351f840
fix wrong upload
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 15:39:48 +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
nextcloud-android-bot
0a087b7328 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-06-12 00:56:06 +00:00
Andy Scherzinger
46ac2c58ea
raise score
will be decreased automatically as soon as transifex bot is done
2018-06-11 17:15:31 +02:00
tobiasKaminsky
b4b1790ef6
Use context instead of static getAppContext 2018-06-05 13:19:17 +02:00
nextcloud-android-bot
6720bed292 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-06-04 11:22:50 +00:00
nextcloud-android-bot
a54cc9c683
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-06-02 22:23:21 +02:00
nextcloud-android-bot
1f58926ad0
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-05-29 07:58:40 +02:00
nextcloud-android-bot
c47c07bc39 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-05-24 13:28:03 +00:00
nextcloud-android-bot
1c8daeb0f7
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-05-23 08:51:36 +02:00
AndyScherzinger
a733f515ed
ownCloud->Nextcloud + new line 2018-05-23 08:51:36 +02:00
tobiasKaminsky
76d3747748
Add support for integration tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:51:35 +02:00
nextcloud-android-bot
5dd55e8a62 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-05-19 16:43:48 +00:00
nextcloud-android-bot
1049a8a91b
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-05-09 11:34:03 +02:00
nextcloud-android-bot
de8a12400b
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-26 18:01:41 +02:00
Tobias Kaminsky
f150929566
Update lint-results.txt
add 4 warnings due to firebase warnings
2018-04-26 09:56:42 +02:00
Tobias Kaminsky
3aad742e0c
Merge pull request #2500 from nextcloud/updateDevBuildScript
Adapt build dev script to new version schema
2018-04-23 09:51:54 +02:00
tobiasKaminsky
dca584a6e2
adapt build dev script to new version schema
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-23 09:50:50 +02:00
nextcloud-android-bot
3b6931bc42 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-22 17:32:01 +00:00
nextcloud-android-bot
631173de6d
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-19 09:46:41 +02:00
Tobias Kaminsky
254f72fbdc
Update lint-results.txt
Manually increase lint-result due to updated gradle dependencies.
2018-04-13 09:13:09 +02:00
nextcloud-android-bot
3137e122a5
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-11 09:23:20 +02:00
nextcloud-android-bot
e2452ba0b4
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-10 11:37:09 +02:00
nextcloud-android-bot
ec10573bc4 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-10 00:46:09 +00:00
Andy Scherzinger
70bb5d8ac8
manually increase lint result due to updated gradle dependencies 2018-04-09 10:35:34 +02:00
tobiasKaminsky
2bf3cbbb4f
manually increase lint result due to updated gradle dependencies
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-28 12:31:19 +02:00
Tobias Kaminsky
17203b1ab0
Update lint-results.txt 2018-03-23 12:15:17 +01:00
nextcloud-android-bot
316a9d9efc
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-03-23 11:49:26 +01:00
Andy Scherzinger
8a1d6acfad
Update lint-results.txt 2018-03-15 17:54:24 +01:00
Andy Scherzinger
6e044f0b62
Update lint-results.txt 2018-03-13 22:18:10 +01:00
nextcloud-android-bot
910df75120 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-03-13 20:41:27 +00:00
Andy Scherzinger
62bb3ed55e
Update lint-results.txt 2018-03-13 21:30:10 +01:00
nextcloud-android-bot
9ec2679211 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-03-13 16:24:15 +00:00
Andy Scherzinger
382c391817
Update lint-results.txt 2018-03-13 17:19:54 +01:00
nextcloud-android-bot
c25a7a8afa Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-03-12 17:40:21 +00:00
Andy Scherzinger
eb483929b0
Update lint-results.txt 2018-03-12 18:30:56 +01:00
Andy Scherzinger
f428c8140c
Update lint-results.txt 2018-03-12 17:47:19 +01:00
Tobias Kaminsky
b8376f3aee
Update lint-results.txt
manually increase value
2018-02-28 07:10:55 +01:00
nextcloud-android-bot
f2b31b5cc8 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-02-20 17:05:30 +00:00
tobiasKaminsky
9f2ef53e11
update tablet to fit long text
slightly larger export

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-02-12 11:47:27 +01:00
tobiasKaminsky
d5d8a64fb5
- change grey area for davdroid
- minor fix
- export to 512px height to reduce size
- 3 text lines for phone
- more languages

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-02-12 10:14:28 +01:00
nextcloud-android-bot
110831ca65
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-22 17:33:31 +01:00
tobiasKaminsky
49b095db9d
increasing lint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-15 08:32:05 +01:00
nextcloud-android-bot
886fca94d7
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-12 08:31:03 +01:00
nextcloud-android-bot
0fd254aec7
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-11 12:16:55 +01:00
nextcloud-android-bot
d724df86f8
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-09 10:51:31 +01:00
nextcloud-android-bot
7905a555d7
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-09 10:30:20 +01:00
nextcloud-android-bot
f60e9d9cd0
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-01-08 09:22:09 +01:00
Tobias Kaminsky
b41962da42
Merge branch 'master' into screenshots 2018-01-05 09:15:10 +01:00
tobiaskaminsky
8ab4a346e2
special language handling 2018-01-04 12:05:04 +01:00
tobiaskaminsky
f9b288e990
handling support if language does not exists 2018-01-04 11:58:24 +01:00
tobiasKaminsky
f6c7ccfedc
add mocked devices for phone and tablet 2018-01-02 09:37:37 +01:00
tobiasKaminsky
40c30357b5
replace "\n" from transifex/strings.xml with real linespace for fastlane/fdroid 2017-12-29 08:57:07 +01:00
tobiaskaminsky
2b793f3bb2
use new metadata locations for fdroid 2017-12-29 08:56:40 +01:00
nextcloud-android-bot
510724deed Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-29 01:33:24 +00:00
nextcloud-android-bot
c927072d88 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-29 00:18:03 +00:00
nextcloud-android-bot
e9002be800 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-15 12:39:24 +00:00
Tobias Kaminsky
15d888e870
Update lint-results.txt
Warning increased due to use "-SNAPSHOT" on library dep for versionDev
2017-12-12 12:06:01 +01:00
Tobias Kaminsky
74786b8429
Merge branch 'master' into signApk 2017-12-12 08:00:51 +01:00
tobiasKaminsky
33d84308e9
use absolute paths due to cronjob 2017-12-12 07:58:25 +01:00
tobiasKaminsky
f9628a5f26
only rewrite error code 2 -> 0 2017-12-11 16:08:45 +01:00
nextcloud-android-bot
c6e0b0e7b2 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-11 15:01:05 +00:00
tobiasKaminsky
4c3b2e65a2
always push lint results, either as new master or for PR/master commit 2017-12-11 15:14:35 +01:00
Tobias Kaminsky
f967d08298
Update lint-up-wrapper.sh
lint is currently not updating master.html, so adding this to debug.
2017-12-11 14:59:17 +01:00
nextcloud-android-bot
39edf01d3a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-11 06:46:22 +00:00
Tobias Kaminsky
7602761673
Update buildDev
forgot push after commit
2017-12-08 11:39:48 +01:00
nextcloud-android-bot
573c11d7bb Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-12-04 18:13:46 +00:00
Tobias Kaminsky
6cdf0e1ba4
Update buildDev
do not push twice
2017-12-04 08:54:12 +01:00
Tobias Kaminsky
b755ad518b
Update buildDev
only push build.gradle with updated devVersion number/code
2017-12-04 08:26:20 +01:00
nextcloud-android-bot
b7d9f2de09
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-28 10:34:35 +01:00
nextcloud-android-bot
38fd3688c3
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-28 09:01:38 +01:00
Tobias Kaminsky
fa217303e7
Update buildDev
do not push anything to master except tags.
2017-11-27 17:11:58 +01:00
nextcloud-android-bot
80b8ba9a40 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-27 12:09:55 +00:00
nextcloud-android-bot
a6f07346c8 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-27 11:32:02 +00:00
tobiasKaminsky
86340913a8
versionDev as flavor 2017-11-27 12:15:38 +01:00
nextcloud-android-bot
b2118da75c Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-22 14:27:04 +00:00
Tobias Kaminsky
c82dc89239
Update lint-results.txt
manually increasing lint as there is some hickup and all PRs are failing, but I cannot see which warnings is new.
2017-11-22 14:55:21 +01:00
Tobias Kaminsky
9b687019f2
Update lint-up-wrapper.sh
fixed wrong lint-up
2017-11-22 14:41:57 +01:00
tobiasKaminsky
bc82c24c31
if lint fails on master branch, name lint file: master-$date 2017-11-22 13:12:19 +01:00
tobiaskaminsky
1ecb3185b8
check if master branch, then always update master.html 2017-11-22 13:12:19 +01:00
nextcloud-android-bot
6ee6a8366a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-09 07:09:34 +00:00
nextcloud-android-bot
8d767efe57
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-11-08 16:32:26 +01:00
tobiasKaminsky
1bd344d158
manually increase lint results 2017-11-08 08:23:49 +01:00
tobiaskaminsky
00c1fecf93
satisfy codacy 2017-11-07 14:29:46 +01:00
tobiaskaminsky
98876c6b05
transifex -> fastlane converter 2017-11-07 14:29:45 +01:00
nextcloud-android-bot
c65033377a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-26 09:02:18 +00:00
nextcloud-android-bot
1c478d6f7e
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-26 10:39:30 +02:00
nextcloud-android-bot
52171bf508 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-25 09:20:59 +00:00
nextcloud-android-bot
43286439f6 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-25 08:34:51 +00:00
nextcloud-android-bot
c336d3ab2d
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-25 09:34:21 +02:00
nextcloud-android-bot
2559bbef2d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-24 22:12:49 +00:00
nextcloud-android-bot
62e425dd8d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-24 14:37:30 +00:00
nextcloud-android-bot
4e8fe8effa Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-24 12:46:15 +00:00
nextcloud-android-bot
dfebdadd35
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-19 22:11:01 +02:00
nextcloud-android-bot
5c8a1524ae Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-19 16:49:17 +00:00
nextcloud-android-bot
456f58f548 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-18 13:43:09 +00:00
Andy Scherzinger
20c87564c2 Update lint-results.txt 2017-10-18 13:49:45 +02:00
Andy Scherzinger
9c538e9c56 Update lint-results.txt 2017-10-18 11:29:35 +02:00
nextcloud-android-bot
73e93f1cfb
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-09 07:18:23 +02:00
Andy Scherzinger
afb19c17e7 bump warnings on master to 511 2017-10-04 11:26:21 +02:00
nextcloud-android-bot
041f1dca79 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-01 08:32:30 +00:00
AndyScherzinger
bedaba60e6
add plurals warning 2017-09-29 15:18:00 +02:00
tobiasKaminsky
69faf69b63
satisfy codacy: correct indentation 2017-09-23 09:20:54 +02:00
tobiasKaminsky
1da39384d8
revert test 2017-09-23 09:11:19 +02:00
tobiasKaminsky
1a9c64c046
fix lint-up when 0 errors 🎉 2017-09-23 09:10:08 +02:00
nextcloud-android-bot
7aba61068b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-23 06:37:28 +00:00
nextcloud-android-bot
77453b6c32 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-19 09:32:52 +00:00
nextcloud-android-bot
1ea9e265f9 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-19 08:07:25 +00:00
Andy Scherzinger
e6ffa96a5a correct lint result to actual value 2017-09-16 17:10:50 +02:00
nextcloud-android-bot
5e35d2e104 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-14 10:17:04 +00:00
nextcloud-android-bot
9cd7b0d6b2
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-14 12:00:16 +02:00
nextcloud-android-bot
3cbcd28406 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-11 07:00:52 +00:00
Tobias Kaminsky
d3543c585d
Update lint-results.txt
Increased warnings, as from master
- Ellipsis string can be replaced with ellipsis character in values-fa/strings.xml:279
- obsolete gradle:  A newer version of com.android.tools.build:gradle than 3.0.0-beta4 is available: 3.0.0-beta5
2017-09-11 08:26:15 +02:00
nextcloud-android-bot
48d4983c2f
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-11 08:26:14 +02:00
nextcloud-android-bot
d5333ebaa8
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-06 09:19:20 +02:00
nextcloud-android-bot
1ceb054ea0
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-09-06 09:19:13 +02:00
tobiaskaminsky
6c7e240f44
only upload new master on decrease of warning/error 2017-08-31 14:10:07 +02:00
Tobias Kaminsky
43747c8e76 Update lint-results.txt
Manually changed lint as google released new support lib and thus 3 new warnings occur.
2017-08-31 09:08:04 +02:00
nextcloud-android-bot
4d0388e50a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-25 11:06:39 +00:00
nextcloud-android-bot
b29c55260b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-23 13:00:47 +00:00
nextcloud-android-bot
9cf7a40ef7 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-21 07:08:03 +00:00
nextcloud-android-bot
bda4d84fa2
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-21 08:56:21 +02:00
nextcloud-android-bot
553ae4d96b Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-18 14:17:41 +00:00
Tobias Kaminsky
33af68536a Merge branch 'master' into removeGCMagain 2017-08-18 09:46:03 +02:00
nextcloud-android-bot
22ddf91154
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-18 09:26:12 +02:00
Tobias Kaminsky
371a09c572 Merge branch 'master' into mediaFolderNPE 2017-08-18 09:04:14 +02:00
Tobias Kaminsky
c670bc13bb Merge branch 'master' into removeGCMagain 2017-08-18 08:52:45 +02:00
Tobias Kaminsky
14fcf2f133 Update lint-results.txt 2017-08-18 08:06:41 +02:00
nextcloud-android-bot
4f2184d93a
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-17 15:00:12 +02:00
nextcloud-android-bot
c03e955c11 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-17 07:52:34 +00:00
nextcloud-android-bot
3b76cb55cb Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-17 06:58:57 +00:00
Tobias Kaminsky
e77962d1bb Update lint-results.txt
manually change lint results as somehow warnings increased
2017-08-16 07:33:34 +02:00
nextcloud-android-bot
42d14c863d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-11 07:18:38 +00:00
nextcloud-android-bot
289d2ea00d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-10 20:37:39 +00:00
nextcloud-android-bot
498705433f Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-10 16:38:30 +00:00
Mario Đanić
ed71cdac9c Merge branch 'master' into lintWarnings 2017-08-10 18:23:02 +02:00
tobiaskaminsky
f9c1d2df55
fix lint-up 2017-08-10 18:02:33 +02:00
nextcloud-android-bot
f75bc443bd Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-10 14:53:36 +00:00
nextcloud-android-bot
60783c5615 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-10 14:50:12 +00:00
tobiaskaminsky
1011e63eb1
codacy 2017-08-10 16:31:47 +02:00
tobiaskaminsky
f7c8e7984f
proper regex for no errors 2017-08-10 16:31:26 +02:00
tobiaskaminsky
328962b8c4
regex for errors and error, same for warning/warnings 2017-08-10 16:31:25 +02:00
tobiaskaminsky
c025fe69f6
add encoding 2017-08-10 16:31:25 +02:00
nextcloud-android-bot
f63efd0c3d Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-09 12:30:08 +00:00
nextcloud-android-bot
7a9335ae6f Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-08 11:34:07 +00:00
nextcloud-android-bot
6082cc97e2
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-08 13:00:04 +02:00
Tobias Kaminsky
796fba0354 Merge branch 'master' into clearSuccessfulUploads 2017-08-07 08:14:15 +02:00
nextcloud-android-bot
3a73f95b1e Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-04 12:50:16 +00:00
nextcloud-android-bot
4752cb4a03 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-04 12:04:17 +00:00
nextcloud-android-bot
b33947a78f Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-04 05:58:23 +00:00
nextcloud-android-bot
28b86fea57 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-01 13:04:35 +00:00
nextcloud-android-bot
8f80f7ce57 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-01 10:13:11 +00:00
nextcloud-android-bot
abf952c919 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-01 10:11:21 +00:00
nextcloud-android-bot
5e09d16563 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-28 10:33:46 +00:00
nextcloud-android-bot
ebf3d1ca87 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-28 07:44:43 +00:00
nextcloud-android-bot
94e157c5ed Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-27 13:59:19 +00:00
nextcloud-android-bot
442a3daaab Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-25 09:04:02 +00:00
nextcloud-android-bot
d0aee2642a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-19 17:16:03 +00:00
nextcloud-android-bot
7bf472bf2a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-18 11:06:19 +00:00
nextcloud-android-bot
629b07bedb Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-17 21:43:26 +00:00
nextcloud-android-bot
e9980a4c4e
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-16 16:42:57 +02:00
nextcloud-android-bot
856a180dff Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-07-14 10:25:43 +00:00
nextcloud-android-bot
467c703663 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-06-30 14:57:33 +00:00
nextcloud-android-bot
ec1222b1c9 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-06-30 14:13:26 +00:00
nextcloud-android-bot
18c6f06ffc Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-06-13 07:00:14 +00:00
Tobias Kaminsky
d20375800a Merge 26505cf7a8 into dada6c6803 2017-06-13 06:47:29 +00:00
Tobias Kaminsky
dada6c6803 Create lint-results.txt
Manually changed warning count
2017-06-13 08:47:24 +02:00
tobiasKaminsky
26505cf7a8
use correct exit code 2017-06-13 08:02:35 +02:00
tobiaskaminsky
306d0db533 fixed relative paths 2017-05-24 00:52:41 +02:00
tobiaskaminsky
6bc48fdb34 store lint output in nextcloud 2017-05-24 00:52:41 +02:00
Tobias Kaminsky
332d48abac Merge branch 'master' into crashDueToEmptyString 2017-05-18 16:16:45 +02:00
nextcloud-android-bot
17beb10fdd Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-18 11:15:26 +00:00
nextcloud-android-bot
849e23872a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-17 11:47:16 +00:00
Tobias Kaminsky
cea61893a0 Merge branch 'master' into enhanceParticipate 2017-05-15 14:04:15 +02:00
tobiasKaminsky
d57150587e
manually override lint results 2017-05-15 13:59:20 +02:00
nextcloud-android-bot
2faa609c79 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-15 07:27:44 +00:00
nextcloud-android-bot
c93e5ebd62 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-13 20:43:07 +00:00
nextcloud-android-bot
7608e00528 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-13 14:57:35 +00:00
nextcloud-android-bot
4e81fc9190 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-13 13:08:58 +00:00
Mario Danic
6906eab645 Few fixes
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-05-12 15:20:42 +02:00
nextcloud-android-bot
11212017fe Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-11 18:10:07 +00:00
tobiaskaminsky
4b2c5af73a
restart drone.io, again 2017-05-11 20:05:49 +02:00
tobiaskaminsky
2a78dad8bc
restart drone.io 2017-05-11 20:02:33 +02:00
tobiaskaminsky
bacb77257e
[skip ci] dummy change 4 2017-05-11 16:05:04 +02:00
tobiaskaminsky
cd32f58a2c
[skip ci] dummy change 3 2017-05-11 16:02:56 +02:00
tobiaskaminsky
579c7c6a3d
[skip ci] dummy change 2 2017-05-11 16:00:23 +02:00
tobiaskaminsky
a32f65371e
[skip ci] dummy change 2017-05-11 15:49:09 +02:00
nextcloud-android-bot
e78dfdb00a Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-05-11 13:25:12 +00:00
tobiaskaminsky
c9498d66b8
push to right branch 2017-05-11 14:58:34 +02:00
tobiaskaminsky
8d1621bc44
travis -> drone 2017-05-11 14:47:06 +02:00
tobiaskaminsky
82784a8a54
use branch, user, pass 2017-05-11 14:42:29 +02:00
tobiaskaminsky
5e1e5a88e6
use lint checker 2017-05-11 13:59:54 +02:00