07c8abb22 Merge pull request #4474 from nextcloud/dependabot/gradle/androidx.arch.core-core-testing-2.1.0
a69c8eb64 Bump core-testing from 2.0.1 to 2.1.0
c9357b4c1 Merge pull request #4482 from nextcloud/fixNavigation
6cbd7ede8 [tx-robot] updated from transifex
861cc46ee daily dev 20190910
863261b3a Merge pull request #4475 from nextcloud/photoSearchTask
e8e66ba1b Bump mockito-kotlin from 2.1.0 to 2.2.0 (#4479)
5a53ca3c7 check for nullable context stop task on pause
ba56be189 Bump mockito-kotlin from 2.1.0 to 2.2.0
572d63e42 Bump lifecycle-viewmodel-ktx from 2.0.0 to 2.1.0 (#4472)
0e95a073d Update findbugs-results.txt
7e40312de [tx-robot] updated from transifex
df7cb0c18 [tx-robot] updated from transifex
a212f1c09 daily dev 20190906
67f6f7d0d Merge pull request #4461 from nextcloud/literal
9d3e28d01 do not use literals in conditional statements
d53c17c0f [tx-robot] updated from transifex
e43fb87c3 daily dev 20190905
f836edc3e Merge pull request #4446 from rajput2122/master
7537c3a14 Add top padding to headlines
f5d9a3cce revert back unneeded changes
014e45c69 Feedback link is removed from setting ang participate is changed to community
c09b116fc [tx-robot] updated from transifex
f011f787d daily dev 20190903
8a5855301 Merge pull request #4421 from nextcloud/codacy
f7a33e5d9 activity: use lastGiven header (#4419)
5c06b83a7 activity: use lastGiven header
0f66801b8 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
5c091aca4 Bump hwsecurity-fido from 2.4.6 to 2.5.1 (#4420)
cf02e861b codacy: Classes implementing Serializable should set a serialVersionUID
56e74d2e8 codacy: Avoid really long methods.
dfc1a5e89 codacy: Avoid instantiating new objects inside loops
fc156a72b codacy: A class which only has private constructors should be final codacy: Avoid throwing raw exception types.
575be806e Add printing system to RichDocuments (#4365)
d423dd3b0 Add printing system to RichDocuments
f708d4c91 [tx-robot] updated from transifex
eb9cfb787 daily dev 20190827
f2afee900 Merge pull request #4416 from nextcloud/noStorageManager
70ea95998 storage manager can be null
56e0fd081 [tx-robot] updated from transifex
bd62476e1 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
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
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
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-lib13e7aff0a 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
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
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
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
* 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>
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
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
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
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
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
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
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
b3269e696 Merge pull request #4242 from nextcloud/tintEdit
a22a52ab8 new approach for tinted cursors
813a448bc [tx-robot] updated from transifex
181fb374e 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
2a13825fe Merge pull request #4226 from nextcloud/runDrone
d9d9ad51c Run drone only if source file changed
2c41e9289 [tx-robot] updated from transifex
7d224f744 daily dev 20190713
85c129c9a Merge pull request #4217 from nextcloud/fixGSS
2c2425812 fix GSS on android: we send custom user agent to have info about device, but we need some identifier
e3923b24c Merge pull request #4214 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.2
5362f4fdc daily dev 20190710
69aba84d3 Merge pull request #4211 from nextcloud/sameMajor
0e1e7b1a5 bump to 3.8.0-Alpha1
9c715c6ee revert back to master
48ef271b0 Bump mockito-core from 2.28.2 to 3.0.0 (#4209)
883dc6925 Use sameMajorVersion of OwnCloudVersion
3c3de1c14 [tx-robot] updated from transifex
d1bd52ade Bump mockito-core from 2.28.2 to 3.0.0
e48d3597b [tx-robot] updated from transifex
beaedfa1a [tx-robot] updated from transifex
bbe7a5268 daily dev 20190705
895570970 Merge pull request #4196 from nextcloud/codacy
c4deb2804 codacy: Avoid throwing raw exception types.
31da2fc46 codacy: Classes implementing Serializable should set a serialVersionUID
a5297a536 spotbugs: Unused public or protected field
4b10d34ad codacy: AppModule
4c61a9258 codacy: Avoid unused local variables such as 'userId'. codacy: Avoid unused imports
1cc72c8a3 Bump kotlin_version from 1.3.40 to 1.3.41 (#4200)
fbc091c85 [tx-robot] updated from transifex
cc2882d3e daily dev 20190704
337e80609 Merge pull request #4198 from nextcloud/wrongNameInEmail
0e26340a1 use correct file for message while sharing via link
d78900e07 [tx-robot] updated from transifex
7424520f0 daily dev 20190703
908ce747a Merge pull request #4171 from ezaquarii/fix-broken-di-on-older-devices
2e6f09d46 Merge pull request #4178 from nextcloud/kapt
6f2a994a5 fix parcelable with using kapt
f83b58491 [tx-robot] updated from transifex
752d55fc6 daily dev 20190625
c003f12c4 Merge pull request #4114 from nextcloud/richDocumentsRenameMessage
bf8e50c1f get rename message from RichDocuments
4221ae50d [tx-robot] updated from transifex
40c4347a0 [tx-robot] updated from transifex
20d52c56d [tx-robot] updated from transifex
3ace15868 daily dev 20190622
776a144ff [tx-robot] updated from transifex
209428489 [tx-robot] updated from transifex
f41885b62 [tx-robot] updated from transifex
94573ccf8 [tx-robot] updated from transifex
f704fa374 daily dev 20190615
49a9b5186 Merge pull request #4145 from nextcloud/saveAs
b56b615a9 Allow "save as" and "print" to be downloaded from Collabora
b53018a86 Merge pull request #4137 from nextcloud/renameRemote
d19ebb9fa [tx-robot] updated from transifex
df5346b34 switch back to master-lib
88effce10 use new convention "xyRemoteOperation"
f104e4cf9 hide outdated version warning if extended support is enabled (#4136)
b649ec38c hide outdated version warning if extended support is enabled
59239ec3f daily dev 20190613
2dd34a786 Merge pull request #4141 from nextcloud/sharePictureToNC
e9c99a41e fix crash on sharing file to NC with multiple accounts
508fa4c35 Merge pull request #4139 from nextcloud/fixDismissNotification
c397cac2a fix dismiss notification
42bfbd0be Merge pull request #4138 from nextcloud/showBuildNumber
667822647 show build number, if set
41aa54a3d Merge pull request #4134 from nextcloud/preventNpe
25f145dd3 Merge pull request #4128 from nextcloud/androidDocker
7059dfd11 [tx-robot] updated from transifex
9fa0894aa daily dev 20190612
6f70ebd3a [tx-robot] updated from transifex
b184f603e [tx-robot] updated from transifex
8536138c4 [tx-robot] updated from transifex
0913334f3 [tx-robot] updated from transifex
a82f9188a Merge pull request #4125 from nextcloud/noQR
2f770b2ad Do not show QR scan if Chromebook without camera
0f562ec02 Merge pull request #4122 from nextcloud/getAccounts
32fcf21f2 use own getAccounts() instead of AccountManager from AndroidSDK
21a54921b Merge pull request #4119 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.1.0
7ede5f40a [tx-robot] updated from transifex
c5d79ec60 Bump annotation from 1.0.2 to 1.1.0
a4a0a2820 Merge pull request #4086 from nextcloud/ezaquarii/remove-legacy-power-utils
69d0c15c6 Merge pull request #4085 from nextcloud/internalLink
bf6b3e959 Merge pull request #4115 from nextcloud/simplify
efb74e0b3 simplify
49d858ea9 Migrate PowerUtils calls to PowerManagementService
c9f11d4c2 Merge pull request #4042 from nextcloud/ezaquarii/move-whatsnew-and-firstrun-to-onboarding
6bc9484db Copy internal link
a69d2b7d3 [tx-robot] updated from transifex
39a93f2c3 daily dev 20190605
af0dc69a8 Merge pull request #4113 from nextcloud/detailNullable
4e12a88e1 Merge pull request #4106 from nextcloud/richDocumentsGrabFocus
df6f4cf9d grab focus on resume
7d51dfd52 second fragment might be null
09cca69c9 daily dev 20190604
81993eee1 Merge pull request #4111 from nextcloud/ezaquarii/fix-crash-in-text-preview-fragment
30af6a9ef Fix crash caused UserAccountManager dependency not being injected
4a2a6862a [tx-robot] updated from transifex
b002f1155 daily dev 20190601
9b3adc092 Merge pull request #4104 from nextcloud/dependabot/gradle/androidx.test-core-1.2.0
3bde11e6a Bump runner from 1.1.1 to 1.2.0
71d5d501e Bump rules from 1.1.1 to 1.2.0
b6311e5ad Bump core from 1.1.0 to 1.2.0
cac2e3dcd Merge pull request #4098 from nextcloud/dependabot/gradle/com.google.dagger-dagger-2.23.1
1cff252a2 Bump dagger-android-support from 2.22.1 to 2.23.1
ab5fc1477 Bump dagger-compiler from 2.22.1 to 2.23.1
5c7145948 Bump dagger-android-processor from 2.22.1 to 2.23.1
397614763 Bump dagger-android from 2.22.1 to 2.23.1
d59bd3e98 Bump dagger from 2.22.1 to 2.23.1
c3c1dce33 Merge pull request #4092 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.2.0
e88d93f77 Bump mockito-core from 2.28.1 to 2.28.2
660093f71 Bump espresso-contrib from 3.1.1 to 3.2.0
36fe8be80 Bump junit from 1.1.0 to 1.1.1
6b9f200f6 [tx-robot] updated from transifex
b64acfc64 daily dev 20190530
3b3184184 Merge pull request #3969 from nextcloud/receivePushDelete
6074c9320 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
f28007e6b OCFileListFragment: Only scroll to top if directory changed (#4058)
b061e4d38 Merge commit '51ee4d88fd0555a945a24b1ab3beba2ffdc79c06'
51ee4d88f handle silent delete/delete-all push notifications do not ignore talk messages (will only be sent if no talk app is installed) exclude generated Parcelable
fb6b11f20 Use product name on rich document, if available (#3971)
4197d3be9 use proper qa build lib dependency
8c0609759 Only compare directories if necessary
403a3e062 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
9b0a789d3 Merge pull request #4040 from nextcloud/ezaquarii/remove-findbugs
d6b4deea1 Remove legacy FindBugs tasks from build script
53c9c0573 daily dev 20190523
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>
2146d808b Merge pull request #4032 from nextcloud/emailOnError
762a80666 Merge pull request #4046 from nextcloud/fix-issues-sso-ocs-header
4d90477cc Merge pull request #4049 from nextcloud/followup4044
faaca8691 throw exception if sso users try to set the OCS-APIREQUEST header themselves
889d0669b email on failure
c635e2e49 Close WhatsNewActivity if open
5c686ef31 Merge pull request #4041 from nextcloud/ezaquarii/fix-weak-ref-dereference-npe-in-thumbnails-cache-manager
f88239b67 daily dev 20190521
bd4bc646c Merge pull request #4044 from nextcloud/fixToolbar
5d4a966b4 add fix for app protection
759558c46 Use account.hashCode instead of name as account switching value (#4031)
c16622dd9 Fix IllegalStateException on Toolbar while activity recreation
0bb4e72e9 Add test for IllegalStateException of FileDisplayActivity
28c7e7469 use account.hashCode instead of name as account switching value
d65ce6de5 [tx-robot] updated from transifex
740aff425 daily dev 20190520
65026e789 Changelog for fdroid now with line breaks (#4035)
c8f0f20be move to versionDev flavor
16f7b4e17 deploy artifact on success (#4018)
17765573a deploy gplay artifact on success as own QA flavor
c382b3dd8 changelog for fdroid now with line breaks
28159cf47 [tx-robot] updated from transifex
1b532f86a daily dev 20190517
e394748bd Merge pull request #4028 from nextcloud/externalIcon
b9698f949 Merge pull request #4034 from nextcloud/addChangelogToFdroid
0bc6e5362 add changelog to fdroid via fastlane
aa8fc2e5c use authenticated glide loader for svg
d16d2979d Merge pull request #4029 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.1
2dd4c3041 Bump gradle from 3.4.0 to 3.4.1
eba0a9852 daily dev 20190515
b4f36f4a41 Merge pull request #3989 from nextcloud/askForPassword
1edf2cd82c changes due to rebase
a0a841f7dd revert to master branch
d372a21bd4 combine if statement
9650a14e57 change capability name
788cea14b8 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
8f78e61c6f if ask for password is set, show an optional password dialog
3b24d0920f daily dev 20190514
deffbd8b00 Ensure that userId is always present (#3909)
504b3daa79 - testUserId() removes test state - removed commented code
b410e1bb09 [tx-robot] updated from transifex
2c30e5e9f7 spotbugs: remove redundant null checks
0a9e79988a codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
ed24c43f42 revert lib back to master
87dd10323a - migrate userId - always fetch userId on account creation
a6de22aa94 [tx-robot] updated from transifex
bc11455e79 Merge pull request #3993 from nextcloud/debugWebView
06a8a44494 Merge pull request #3997 from nextcloud/noFABonSearch
75c65b49c8 enable webview debug on debug builds; disabled on productive builds
1327b7e33a Spotbugs: disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE (#3998)
57e01e240a Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
1c76b9765e disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE: Method assigns a variable in a larger scope than is needed THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD
c513959edb show fab when navigating into a search
71f33705a1 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
0f500884cf Merge pull request #3916 from jmue/cleanup/string_compare
7bb07a0419 Update wording for store text (#3903)
4c72f3f9a7 Merge pull request #3923 from nextcloud/editOnShareLink
81ed32f470 allow edit on link share on a file
7d01ff75f0 - fix IT tests - re-organized build.gradle a bit
a9afff7763 Merge pull request #3929 from nextcloud/dependabot/gradle/org.powermock-powermock-core-2.0.2
71c6d99624 bump all other powermock parts to 2.0.2
0421d26f06 Bump powermock-core from 2.0.0 to 2.0.2
1d28d1b520 Update with new wording from frontpage
de3d3de1bf Merge pull request #3924 from nextcloud/warnOnStable
69dd243a39 warn for wrong library branch on stable
2379b49577 Merge pull request #3921 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.0
c2730e8e0a Bump gradle from 3.3.2 to 3.4.0
b69169f457 unify empty string compare
8bb654b5ef fix test & review comments
d8b9d109b1 unify empty string compare
2f23a30906 remove unused variable (#3920)
92df32e664 Merge pull request #3918 from nextcloud/codacyCleanup
091c003b5d Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
15ec4876d1 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
da3c497630 Merge commit '334155e707975e740a0a13b33d9b7bbedf40e9bc'
b22f517029 Merge pull request #3915 from jmue/cleanup/ocfile
c7c6a989b4 use constant
e6604c8101 use constant
caa2a91bfc Merge pull request #3912 from nextcloud/libraryUsage
334155e707 some cleanups
28f80cd3ff Merge pull request #3907 from nextcloud/ezaquarii/initialize-main-app-context-before-content-providers-start
2afb934b41 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
8be1157e79 Merge pull request #3899 from jmue/cleanup/uriutils
52020a9bf3 direct usage of library project
4062d40aa6 Merge pull request #3908 from nextcloud/missingInjectable
2a08cb47d9 Initialize global context before MainApp.onCreate()
f02f482fb5 Missing Injectable lead to half-stored account
02cbafe59e Merge pull request #3765 from nextcloud/showSharees
dc7a2c0e7e show sharees
03e04e516e Merge pull request #3889 from nextcloud/checkUserId
d65e94b4e2 Update wording for store text
585a3d0852 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
533debfca0 - removed useNextcloudUserAgent -> we now use this everytime - removed any oAuth and saml stuff, as we rely on weblogin flow
d544fa5801 Merge pull request #3897 from nextcloud/ezaquarii/move-current-account-getter-to-user-account-manager
5b4ffba287 Merge pull request #3900 from nextcloud/codacyOnMaster
27572446cd remove unused code
428a8bbcc9 show codacy count only on master
6b44074d1e Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
c62e89b807 Merge commit '442394f949ff2de86bcccae172d2e9d997ab2ef8'
442394f949 Migrate current account getter from AccountUtils to UserAccountManager
182b65ed34 daily dev 20190414
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
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
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>
- 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>