Commit graph

828 commits

Author SHA1 Message Date
Tobias Kaminsky
bd62476e1a daily dev 20190824
ed75cffa5 Merge pull request #4397 from nextcloud/npeInRemove
4d5b166fc Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
0dc71ee4a Merge pull request #4394 from nextcloud/390alpha
35a625234 parent file can be null
807bf462a 3.9.0 Alpha
cf536a4ef Merge pull request #4388 from nextcloud/gridTest
753b4591d Merge pull request #4384 from nextcloud/codacy
783e28365 codacy: Avoid using Literals in Conditional Statements
c0b76e33e codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
c51db8b1c codacy: Avoid unused imports
5a1b5ed5c codacy: Avoid really long methods.
d2c9e3273 codacy: These nested if statements could be combined
d445be1b5 codacy: Avoid using implementation types like 'ArrayList'; use the interface instead
331edcb69 fix possible NPE on stopping contact backup job (#4387)
88714c1c9 moved multiple account dialog to recyclerview (#4381)
0a95210d7 attempt to get gridview test more reliable
6ec0186bb moved multiple account dialog to recyclerview
f5ca834e0 fix possible NPE on stopping contact backup job
42d3aa928 [tx-robot] updated from transifex
b411f0223 daily dev 20190823
2019-08-24 03:35:57 +02:00
Andy Scherzinger
807bf462a8
3.9.0 Alpha
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 10:17:03 +02:00
Tobias Kaminsky
b411f02234 daily dev 20190823
eef663412 Merge pull request #4382 from nextcloud/dependabot/gradle/kotlin_version-1.3.50
911c3abeb Bump kotlin_version from 1.3.41 to 1.3.50
166002410 Merge pull request #4360 from nextcloud/as350
0fae1b7ba throttle avatar lookup (#4372)
fa0bd0413 throttle avatar lookup
6dfee6bd5 Npe in get sharees (#4370)
656628ce3 fix shared view (#4373)
22472918b Do not use NContentObserverJob in DI for now (#4374)
afae2a448 Do not use NContentObserverJob in DI for now
44698f6c9 Fix npe in sharees lookup
179b14cb6 fix shared view
4411f22cd update due to Android Studio 3.5.0
b94647a68 [tx-robot] updated from transifex
b3b99b8f4 daily dev 20190822
2019-08-23 03:39:00 +02:00
dependabot-preview[bot]
911c3abeb0
Bump kotlin_version from 1.3.41 to 1.3.50
Bumps `kotlin_version` from 1.3.41 to 1.3.50.

Updates `kotlin-gradle-plugin` from 1.3.41 to 1.3.50
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.3.41 to 1.3.50
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 17:09:04 +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
Tobias Kaminsky
b3b99b8f42 daily dev 20190822
903b38c18 [tx-robot] updated from transifex
7a29f488e Sharees will be in NC17 (#4284)
39cb5d917 sharees will be in NC17 later initialization of storageManager add support for groups catch potential wrong saved sharee date
66a889825 Connectivity check: no need to use owncloudClient (#4344)
6473e7ed7 fix unit tests
0d65c295f [tx-robot] updated from transifex
9da4251ee daily dev 20190821
2019-08-22 03:37:20 +02:00
Tobias Kaminsky
9da4251ee6 daily dev 20190821
b36067d45 Merge pull request #4294 from AlexNi245/#2216-activity-data-divers-design
962401940 activity header has now the same font size as a activity element
fa115658b fixed issue  Avoid reassigning parameters such as 'itemPosition'
5a3db5ef2 replace do while loop in getHeaderPositionForItem with while loop
1dd2a5a71 change naming of Canvas c to Canvas canvas
f4e964e46 change class name of ActivityListItemDecoration to StickyHeaderItemDecoration, which is more generic
52a7ffe01 add license text
6ffa9d08f remove duplicate entry of setContentView
cdd5d38d3 add getHeaderPositionForItem unit test
0ac5a8bce add static import for com.owncloud.android.lib.resources.activities.model.Activity;
4ea9667c0 unit test for isHeader(int pos)
b61f9e02a format ActivityListAdapter
9012f43e8 set visibility from ActivityViewHeaderHolder back to protected
7a30070be remove unnecessary TAG field and replace nested if statement with && to fix codeacy-bot issues
a26a89504 apply changes to java doc
c41dd38ef optimize imports
b4764f7f6 remove unnecessary files
792a6b95a finish implementation of sticky header implementation. This feature was created according to the this implementation : https://stackoverflow.com/questions/32949971/how-can-i-make-sticky-headers-in-recyclerview-without-external-lib
13e7aff0a increase height of header element and set backgroundcolor to white
a184345c1 first implementation of sticky header logic.
cd3d8dca1 start to implement sticky header behavior
259e10630 Merge pull request #4355 from nextcloud/drawer
caf1842f4 drawer: show only server address
cb7d4a38a revert to old image (#4356)
7e44feced revert to old image
f7c4eecf2 Merge pull request #4345 from nextcloud/push
a3fda5aa7 no need to use owncloudClient
9a023c649 Check if app is excluded from battery optimization (#3589)
527c5dbc9 Use conscrypt (#4314)
6014e90df use conscrypt
5373660f9 Provide a banal 'paste' postmessage implementation. (#4189)
68cebf83d revert DeviceModule back to Kotlin
969ce78e0 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
f26095f00 Merge pull request #4245 from fogninid/fixUploadListComparator
e72a789e6 show on special vendors "disable power check" in auto upload menu - tint button - change logic when to show battery warning
c8173c31c Use reloading on photo view (#2250)
c38dcf343 Delete temp file on receive external files (#4349)
c155edf6f Merge pull request #4347 from nextcloud/blacklistThumbnail
a03ff8479 daily dev 20190820
2019-08-21 03:36:51 +02:00
Tobias Kaminsky
527c5dbc9e
Use conscrypt (#4314)
Use conscrypt
2019-08-20 11:08:00 +02:00
tobiasKaminsky
6014e90df7
use conscrypt
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 10:09:40 +02:00
Tobias Kaminsky
a03ff84795 daily dev 20190820
79d5ffcd6 Merge pull request #4348 from nextcloud/uploadListItems
4718a7489 formatting
8b60ae8b9 Merge pull request #4346 from nextcloud/newAndroid
0ec3489a4 hide user account from upload items in case device only has a single account configured
c32ca050a Handle thread interruption when enqueueing log message (#4336)
c4d361387 use new Android docker image
df5a52a21 Merge pull request #4326 from nextcloud/tint
41bce353a [tx-robot] updated from transifex
6ca93f25b [tx-robot] updated from transifex
de726fedd Handle thread interruption when enqueueing log message
0f895e7ce [tx-robot] updated from transifex
9c9dcc96c daily dev 20190817
2019-08-20 03:35:12 +02:00
Tobias Kaminsky
9c9dcc96cd daily dev 20190817
14891d169 Merge pull request #4327 from nextcloud/phoneInfo
edc25788c Merge pull request #4334 from nextcloud/release372
d3990fa6e Release 3.7.2
56a4ac290 phone info on sent mail disable creation of old log file
de9475ed2 Show groupFolder correctly (#4300)
03dbd4922 Show groupFolder correctly
007adfae8 [tx-robot] updated from transifex
d647ccfdb daily dev 20190816
2019-08-17 03:36:17 +02:00
Tobias Kaminsky
d647ccfdba daily dev 20190816
b719e98e7 Merge pull request #4325 from nextcloud/dependabot/gradle/com.github.cotechde.hwsecurity-hwsecurity-fido-2.4.6
caba44f21 Bump hwsecurity-fido from 2.4.5 to 2.4.6
247a6f80b Merge pull request #4321 from nextcloud/transifex
a3cedcb94 [tx-robot] updated from transifex
3b76d520e daily dev 20190815
2019-08-16 03:35:29 +02:00
dependabot-preview[bot]
caba44f21c
Bump hwsecurity-fido from 2.4.5 to 2.4.6
Bumps hwsecurity-fido from 2.4.5 to 2.4.6.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-15 07:24:22 +00:00
Tobias Kaminsky
3b76d520eb daily dev 20190815
1d17b352b Merge pull request #4309 from nextcloud/ezaquarii/logs-search
725ffc4ca Drone: update Lint results to reflect reduced error/warning count [skip ci]
92e2234d6 Merge commit 'c35873f5dcb77bf9a33111c1fee2d25584f6a22d'
c35873f5d Log search functionality and log browser refactoring
496f101fa Merge pull request #4324 from nextcloud/translate
ceb399969 Extract strings to be translatable
e48a874d7 Merge pull request #4322 from nextcloud/contributingLicense
05dcedbfb add licene sample
c6abcd22d [tx-robot] updated from transifex
d6eb9de7e daily dev 20190813
2019-08-15 03:35:22 +02:00
drone
92e2234d65 Merge commit 'c35873f5dcb77bf9a33111c1fee2d25584f6a22d' 2019-08-14 20:38:22 +00:00
Chris Narkiewicz
c35873f5dc
Log search functionality and log browser refactoring
* added log search in logs browser
* added logs browser view model test
* added universal async filtering utility
* refactored async runner and added manual runner
* migrated logs browser to Android DataBinding and Kotlin
* disabled imports ordering Ktlint rule as IDE does not
  support ktlint ordering
* added some missing tests around logger

Closes #4311

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-14 20:21:24 +01:00
Tobias Kaminsky
d6eb9de7e8 daily dev 20190813
27d360eb1 Merge pull request #4313 from nextcloud/exceptionHandler
b7b51c1cf Use ExceptionHandler not on debug builds
468899522 [tx-robot] updated from transifex
5b83085aa [tx-robot] updated from transifex
3c331aa6c [tx-robot] updated from transifex
ac53d509a daily dev 20190810
2019-08-13 03:36:06 +02:00
Tobias Kaminsky
ac53d509ab daily dev 20190810
40bb913a1 Bump hwsecurity-fido from 2.4.1 to 2.4.5 (#4303)
ce8124ce1 [tx-robot] updated from transifex
516efa140 daily dev 20190809
2019-08-10 03:36:23 +02:00
Tobias Kaminsky
40bb913a12
Bump hwsecurity-fido from 2.4.1 to 2.4.5 (#4303)
Bump hwsecurity-fido from 2.4.1 to 2.4.5
2019-08-09 16:19:58 +02:00
Tobias Kaminsky
516efa1406 daily dev 20190809
013c00d44 Merge pull request #4286 from cotechde/fido
81ba9b333 add FIDO U2F support using WebViewFidoBridge
c68cb1fbb add hwsecurity-fido:2.4.1 dependency
2732e10e6 [tx-robot] updated from transifex
faddd355f daily dev 20190808
2019-08-09 03:35:08 +02:00
dependabot-preview[bot]
ff66046488
Bump hwsecurity-fido from 2.4.1 to 2.4.5
Bumps [hwsecurity-fido](https://github.com/cotechde/hwsecurity) from 2.4.1 to 2.4.5.
- [Release notes](https://github.com/cotechde/hwsecurity/releases)
- [Commits](https://github.com/cotechde/hwsecurity/compare/2.4.1...2.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 01:13:15 +00:00
Andy Scherzinger
013c00d446
Merge pull request #4286 from cotechde/fido
FIDO U2F Support
2019-08-08 21:01:55 +02:00
Dominik Schürmann
c68cb1fbbd
add hwsecurity-fido:2.4.1 dependency
Signed-off-by: Dominik Schürmann <dominik@schuermann.eu>
2019-08-08 12:39:27 +02:00
Tobias Kaminsky
faddd355f4 daily dev 20190808
3eecc0916 New logger implementation (#4275)
d79f8eeae use headless emulator (#4296)
705093325 revert library to master
612c2bdca Bump json from 20180813 to 20190722 (#4298)
7ef012ac2 [tx-robot] updated from transifex
7f87ba2fe Bump json from 20180813 to 20190722
9ff067f84 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
eaa24f158 Merge commit '79e8d59aa185d4c2fe728f4920df8e3511803d6d'
79e8d59aa New logger implementation
329abff11 [tx-robot] updated from transifex
41c9ff1f5 daily dev 20190806
2019-08-08 03:36:05 +02:00
Tobias Kaminsky
3eecc09166
New logger implementation (#4275)
New logger implementation
2019-08-07 15:32:02 +02:00
tobiasKaminsky
7050933259
revert library to master
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-07 13:55:37 +02:00
dependabot-preview[bot]
7f87ba2fe9
Bump json from 20180813 to 20190722
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20190722.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-07 01:12:37 +00:00
drone
eaa24f1585 Merge commit '79e8d59aa185d4c2fe728f4920df8e3511803d6d' 2019-08-06 20:49:18 +00:00
Chris Narkiewicz
79e8d59aa1
New logger implementation
Fixes #4228

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-06 21:48:37 +01:00
Tobias Kaminsky
41c9ff1f50 daily dev 20190806
e9dcfe476 Merge pull request #4295 from nextcloud/contributing
74a21c021 About resolving #2953 (#3857)
5a6e454c8 Enhanced doc - explain PR that also need changes in library - update TOC - update backport
bc46215c3 [tx-robot] updated from transifex
f4bb53b40 [tx-robot] updated from transifex
3ac2b3ac0 [tx-robot] updated from transifex
bf1a8754c daily dev 20190803
2019-08-06 03:34:48 +02:00
Tobias Kaminsky
bf1a8754c7 daily dev 20190803
0469db38c Fix local state if fragment is initialized before services (#4262)
bfb3bfd9e Fix upload and delete to actually delete (#4287)
0711815a7 [tx-robot] updated from transifex
017e85109 daily dev 20190802
2019-08-03 03:34:53 +02:00
Tobias Kaminsky
017e851092 daily dev 20190802
6773e1a51 Merge pull request #4056 from nextcloud/exceptionHandler
89b26e87a use correct constructor call
51fca2c80 use correct f-droid link to dev build
cb812f6ef ktlint: no consecutive blank lines
c80c6eb5b use BuildConfig.VERSION_CODE
1d79f899a Remove theming, use better title
ea44c595a Merge pull request #4180 from nextcloud/design/screenshots
a2cf6bc40 Improve app store screenshot designs Separate app store screenshot text into bold heading and regular subline
75005668d [tx-robot] updated from transifex
92e9fabf4 [tx-robot] updated from transifex
0e4dab8b5 daily dev 20190731
2019-08-02 03:34:50 +02:00
Tobias Kaminsky
0e4dab8b5f daily dev 20190731
e427e4e61 Merge pull request #4283 from nextcloud/v371
011539440 release 3.7.1
674bb277a [tx-robot] updated from transifex
84e36293e daily dev 20190730
2019-07-31 03:34:47 +02:00
Tobias Kaminsky
84e36293ea daily dev 20190730
129e9abcc Merge pull request #4276 from nextcloud/uploader
bc0b9e78f Engineering Test Mode (#4133)
a6371ee30 check status on transfer update
0938d81c7 mHostUrlInput can be null if used with direct login (#4270)
53a4844ab Merge pull request #4269 from nextcloud/daggerBump
4632dc659 [tx-robot] updated from transifex
2124364b4 daily dev 20190727
2019-07-30 03:34:52 +02:00
Tobias Kaminsky
bc0b9e78f1
Engineering Test Mode (#4133)
Engineering Test Mode
2019-07-29 14:52:19 +02:00
Tobias Kaminsky
53a4844ab2
Merge pull request #4269 from nextcloud/daggerBump
combined dagger bump
2019-07-29 09:17:07 +02:00
Tobias Kaminsky
2124364b46 daily dev 20190727
e4fb5b0a7 Merge pull request #4263 from nextcloud/removeDocument
e382365c0 [tx-robot] updated from transifex
c27a33ca1 daily dev 20190726
2019-07-27 03:34:31 +02:00
tobiasKaminsky
e21f40924f
combined dagger bump
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-26 09:27:09 +02:00
Tobias Kaminsky
c27a33ca18 daily dev 20190726
41c159ae4 Merge pull request #4261 from nextcloud/droneCheck
53633991d merge commit should always run drone
3949238de Merge pull request #4258 from nextcloud/enhanceDroneCheck
c78c79aaf check if drone should run: also when build.gradle changed
a7a46d823 [tx-robot] updated from transifex
4d1016ebf Merge pull request #4256 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.34.2
47f76f4f7 [tx-robot] updated from transifex
12050ed47 daily dev 20190724
2019-07-26 03:35:49 +02:00
Chris Narkiewicz
7d3d2c9f73
Engineering Test Mode
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-07-25 19:47:06 +01:00
Andy Scherzinger
4d1016ebfe
Merge pull request #4256 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.34.2
Bump ktlint from 0.34.1 to 0.34.2
2019-07-24 07:09:27 +02:00
Tobias Kaminsky
12050ed476 daily dev 20190724
537049379 Merge pull request #4254 from nextcloud/clearInputBeforeQR
011169dea reset host when using login via QR/link
a65d1dd21 Merge pull request #4253 from nextcloud/fixMaster
e9b06843e remove leftover
6a925b7f2 wip
fc01e9738 wip
ac3a6d542 reformat imports kotlin: do not use wildcard imports
4c5eca98e remove leftovers from bottom bar removing
040b46081 show "shared" again (#4249)
10644635c Bump ktlint from 0.34.0 to 0.34.1 (#4252)
eb68c3633 wip
a1477a1ea daily dev 20190723
2019-07-24 03:34:37 +02:00
dependabot-preview[bot]
687e2fc637
Bump ktlint from 0.34.1 to 0.34.2
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.34.1 to 0.34.2.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.34.1...0.34.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 01:12:49 +00:00
Tobias Kaminsky
10644635c5
Bump ktlint from 0.34.0 to 0.34.1 (#4252)
Bump ktlint from 0.34.0 to 0.34.1
2019-07-23 07:01:32 +02:00
Tobias Kaminsky
a1477a1ea6 daily dev 20190723
eb6ba3de1 fix check if source code was modified (#4250)
d5691e274 fix check if source code was modified
5a4783000 [tx-robot] updated from transifex
5b0a53dbe [tx-robot] updated from transifex
e455de56f daily dev 20190720
2019-07-23 03:34:31 +02:00
dependabot-preview[bot]
31a7f9ad81
Bump ktlint from 0.34.0 to 0.34.1
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.34.0...0.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 01:12:15 +00:00
Tobias Kaminsky
e455de56ff daily dev 20190720
b3269e696 Merge pull request #4242 from nextcloud/tintEdit
a22a52ab8 new approach for tinted cursors
813a448bc [tx-robot] updated from transifex
181fb374e daily dev 20190717
2019-07-20 03:34:32 +02:00
Tobias Kaminsky
181fb374e8 daily dev 20190717
4f1a72594 Merge pull request #4238 from nextcloud/removeBottomBar
e2d34d18c Merge pull request #4237 from nextcloud/removeSSO_SAML
d868fcc15 remove old and unmaintained bottom bar
49cca17fc Remove last usage of SSO/Saml
ee060bd57 Bump ktlint from 0.33.0 to 0.34.0 (#4236)
f71a605a4 [tx-robot] updated from transifex
e83f45a36 daily dev 20190716
2019-07-17 03:35:33 +02:00
Tobias Kaminsky
ee060bd576
Bump ktlint from 0.33.0 to 0.34.0 (#4236)
Bump ktlint from 0.33.0 to 0.34.0
2019-07-16 07:15:55 +02:00