Commit graph

8412 commits

Author SHA1 Message Date
tobiasKaminsky
39cb5d9179
sharees will be in NC17
later initialization of storageManager
add support for groups
catch potential wrong saved sharee date

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-21 13:05:52 +02:00
Tobias Kaminsky
66a889825e
Connectivity check: no need to use owncloudClient (#4344)
Connectivity check: no need to use owncloudClient
2019-08-21 07:57:00 +02:00
tobiasKaminsky
6473e7ed76
fix unit tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-21 07:45:20 +02:00
Nextcloud bot
0d65c295f3
[tx-robot] updated from transifex 2019-08-21 03:07:21 +00: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
tobiasKaminsky
251bb3ae19
no need to use owncloudClient
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 16:54:10 +02:00
alex
9624019404
activity header has now the same font size as a activity element
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:33 +02:00
alex
fa115658b3
fixed issue Avoid reassigning parameters such as 'itemPosition'
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:32 +02:00
alex
5a3db5ef2b
replace do while loop in getHeaderPositionForItem with while loop
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:31 +02:00
alex
1dd2a5a71c
change naming of Canvas c to Canvas canvas
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:30 +02:00
alex
f4e964e46e
change class name of ActivityListItemDecoration to StickyHeaderItemDecoration, which is more generic
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:29 +02:00
alex
52a7ffe01a
add license text
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:27 +02:00
alex
6ffa9d08fa
remove duplicate entry of setContentView
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:26 +02:00
alex
cdd5d38d3d
add getHeaderPositionForItem unit test
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:25 +02:00
alex
0ac5a8bcec
add static import for com.owncloud.android.lib.resources.activities.model.Activity;
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:24 +02:00
alex
4ea9667c06
unit test for isHeader(int pos)
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:23 +02:00
alex
b61f9e02a2
format ActivityListAdapter
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:22 +02:00
alex
9012f43e86
set visibility from ActivityViewHeaderHolder back to protected
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:21 +02:00
alex
7a30070be9
remove unnecessary TAG field and replace nested if statement with && to fix codeacy-bot issues
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:19 +02:00
alex
a26a895047
apply changes to java doc
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:18 +02:00
alex
c41dd38ef2
optimize imports
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:17 +02:00
alex
b4764f7f64
remove unnecessary files
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:16 +02:00
alex
792a6b95a6
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
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:15 +02:00
alexp
13e7aff0a5
increase height of header element and set backgroundcolor to white
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:14 +02:00
alexp
a184345c1a
first implementation of sticky header logic.
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:12 +02:00
alex
cd3d8dca12
start to implement sticky header behavior
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:06 +02:00
tobiasKaminsky
caf1842f4f
drawer: show only server address
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 15:19:21 +02:00
Tobias Kaminsky
f7c4eecf27
Merge pull request #4345 from nextcloud/push
Push: no need to use ocClient
2019-08-20 13:57:57 +02:00
tobiasKaminsky
a3fda5aa72
no need to use owncloudClient
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 12:13:07 +02:00
Tobias Kaminsky
9a023c6496
Check if app is excluded from battery optimization (#3589)
Check if app is excluded from battery optimization
2019-08-20 12:10:34 +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
5373660f90
Provide a banal 'paste' postmessage implementation. (#4189)
Provide a banal 'paste' postmessage implementation.
2019-08-20 09:54:40 +02:00
tobiasKaminsky
68cebf83de
revert DeviceModule back to Kotlin
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 09:48:00 +02:00
Tobias Kaminsky
f26095f00f
Merge pull request #4245 from fogninid/fixUploadListComparator
Fix upload list comparator to make it respect the comparator contract
2019-08-20 08:45:15 +02:00
tobiasKaminsky
e72a789e69
show on special vendors "disable power check" in auto upload menu
- tint button
- change logic when to show battery warning

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 08:37:41 +02:00
Tobias Kaminsky
c8173c31c2
Use reloading on photo view (#2250)
Use reloading on photo view
2019-08-20 08:19:23 +02:00
Tobias Kaminsky
c38dcf3436
Delete temp file on receive external files (#4349)
Delete temp file on receive external files
2019-08-20 07:38:16 +02:00
Andy Scherzinger
c155edf6fc
Merge pull request #4347 from nextcloud/blacklistThumbnail
hardcode ignore ".thumbnail"
2019-08-20 06:47:53 +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
tobiasKaminsky
4718a7489f
formatting
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-19 16:46:31 +02:00
tobiasKaminsky
26672ff00d
delete temp file on receive external files
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-19 16:22:39 +02:00
Andy Scherzinger
0ec3489a48
hide user account from upload items in case device only has a single account configured
Resolves #1943

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-19 14:11:38 +02:00
tobiasKaminsky
f22fb58a01
hardcode ignore ".thumbnail"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-19 13:46:16 +02:00
Tobias Kaminsky
c32ca050a3
Handle thread interruption when enqueueing log message (#4336)
Handle thread interruption when enqueueing log message
2019-08-19 11:27:13 +02:00
Andy Scherzinger
df5a52a210
Merge pull request #4326 from nextcloud/tint
Centralize theming of search bar
2019-08-19 10:59:40 +02:00
Nextcloud bot
41bce353ac
[tx-robot] updated from transifex 2019-08-19 03:06:48 +00:00
Nextcloud bot
6ca93f25b4
[tx-robot] updated from transifex 2019-08-18 03:10:56 +00:00
Chris Narkiewicz
de726fedd1
Handle thread interruption when enqueueing log message
Fixes #4333

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-17 11:39:04 +01:00
Nextcloud bot
0f895e7ce6
[tx-robot] updated from transifex 2019-08-17 03:08:27 +00: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
tobiasKaminsky
33b337398b
do not use primary color on edit fields
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 10:27:58 +02:00
tobiasKaminsky
56a4ac290b
phone info on sent mail
disable creation of old log file

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 09:34:11 +02:00
Tobias Kaminsky
de9475ed2c
Show groupFolder correctly (#4300)
Show groupFolder correctly
2019-08-16 08:46:07 +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
tobiasKaminsky
03dbd49227
Show groupFolder correctly
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 08:31:21 +02:00
Nextcloud bot
007adfae87
[tx-robot] updated from transifex 2019-08-16 03:04:22 +00: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
tobiasKaminsky
e884625240
Centralize theming of search bar
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-15 12:58:36 +02:00
Nextcloud bot
a3cedcb94f
[tx-robot] updated from transifex 2019-08-15 03:05:01 +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
tobiasKaminsky
ceb3999697
Extract strings to be translatable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-14 16:08:35 +02:00
Nextcloud bot
c6abcd22d1
[tx-robot] updated from transifex 2019-08-14 03:08:16 +00: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
tobiasKaminsky
b7b51c1cf3
Use ExceptionHandler not on debug builds
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-12 12:03:35 +02:00
Nextcloud bot
468899522e
[tx-robot] updated from transifex 2019-08-12 03:06:09 +00:00
Nextcloud bot
5b83085aad
[tx-robot] updated from transifex 2019-08-11 03:08:37 +00:00
Nextcloud bot
3c331aa6c0
[tx-robot] updated from transifex 2019-08-10 03:08:12 +00: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
Nextcloud bot
ce8124ce17
[tx-robot] updated from transifex 2019-08-09 03:06:49 +00: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
Andy Scherzinger
013c00d446
Merge pull request #4286 from cotechde/fido
FIDO U2F Support
2019-08-08 21:01:55 +02:00
Dominik Schürmann
81ba9b3330
add FIDO U2F support using WebViewFidoBridge
Signed-off-by: Dominik Schürmann <dominik@schuermann.eu>
2019-08-08 12:39:27 +02:00
Nextcloud bot
2732e10e60
[tx-robot] updated from transifex 2019-08-08 03:07:20 +00: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
Nextcloud bot
7ef012ac2b
[tx-robot] updated from transifex 2019-08-07 03:06:16 +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
Nextcloud bot
329abff110
[tx-robot] updated from transifex 2019-08-06 03:06:15 +00: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
74a21c0217
About resolving #2953 (#3857)
About resolving #2953
2019-08-05 12:07:59 +02:00
Nextcloud bot
bc46215c3a
[tx-robot] updated from transifex 2019-08-05 03:03:41 +00:00
Nextcloud bot
f4bb53b408
[tx-robot] updated from transifex 2019-08-04 03:08:49 +00:00
Nextcloud bot
3ac2b3ac0b
[tx-robot] updated from transifex 2019-08-03 03:06:28 +00: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
Andy Scherzinger
ccd7fd85d7
cleanup account manager UI code, theme add-action
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:48 +02:00
Andy Scherzinger
670dfa75eb
proper view type switch
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:47 +02:00
Andy Scherzinger
7bf354928a
rebase changes
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:46 +02:00
Nick Antoniou
13b7219d2a
Add test class for the AccountListAdapter
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:45 +02:00
Nick Antoniou
e44389047f
Fix onClickListener and minor improvements
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:44 +02:00
Nick Antoniou
93b9b96d6f
Add first attemp at resolving #2953
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:43 +02:00
Tobias Kaminsky
0469db38ca
Fix local state if fragment is initialized before services (#4262)
Fix local state if fragment is initialized before services
2019-08-02 15:13:32 +02:00
Tobias Kaminsky
bfb3bfd9e1
Fix upload and delete to actually delete (#4287)
Fix upload and delete to actually delete
2019-08-02 15:04:37 +02:00
Nextcloud bot
0711815a77
[tx-robot] updated from transifex 2019-08-02 03:07:32 +00: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
Andy Scherzinger
6773e1a510
Merge pull request #4056 from nextcloud/exceptionHandler
Re-enable exception handler
2019-08-01 14:52:20 +02:00
Daniele Fognini
51ff5c30f9 fix upload list comparator to make it respect the comparator contract
Signed-off-by: Daniele Fognini <dfogni@gmail.com>
2019-08-01 13:35:47 +02:00
Unpublished
1cb125a464 Fix upload and delete to actually delete
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-08-01 13:27:01 +02:00
Andy Scherzinger
89b26e87a5
use correct constructor call
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-01 12:25:43 +02:00
Andy Scherzinger
cb812f6efe
ktlint: no consecutive blank lines
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-01 11:54:46 +02:00
Andy Scherzinger
c80c6eb5bc
use BuildConfig.VERSION_CODE
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-01 11:48:09 +02:00
Andy Scherzinger
1d79f899af
Remove theming, use better title
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-01 11:31:49 +02:00
Tobias Kaminsky
ea44c595a8
Merge pull request #4180 from nextcloud/design/screenshots
Improve app store screenshot designs
2019-08-01 09:44:57 +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 bot
75005668dd
[tx-robot] updated from transifex 2019-08-01 03:10:45 +00:00
Nextcloud bot
92e9fabf4b
[tx-robot] updated from transifex 2019-07-31 03:11:03 +00: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
Chris Narkiewicz
9d5566f384
Move exception handler to MainApp
* move exception handler to MainApp
* avoid recursive call to exception handler
* launch exception handler in separate process

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-07-30 22:34:59 +01:00
tobiasKaminsky
61685e2ee9
Add App version info
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-30 09:24:27 +02:00
Nextcloud bot
674bb277a6
[tx-robot] updated from transifex 2019-07-30 03:08:25 +00: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
Andy Scherzinger
ece63e300c
ktlint: Imports must be ordered in lexicographic order without any empty lines in-between
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 22:43:17 +02:00
Andy Scherzinger
dbc92cd326
Move to proper folder structure
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 22:36:12 +02:00
Andy Scherzinger
d48c7e27d3
also move Handler to Kotlin
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 22:21:12 +02:00
Andy Scherzinger
585778e6c0
codacyc: organize imports
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 21:58:21 +02:00
Andy Scherzinger
d30b70f5bf
theme error toolbar
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 21:51:11 +02:00
Andy Scherzinger
f9196927c4
reafactor error handler (renamings), improve issue report url
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 21:18:00 +02:00
Andy Scherzinger
c2e7458f4c
codacy: SpacingAroundCurly
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:25 +02:00
Andy Scherzinger
9bc8d66592
codacy: organize imports
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:25 +02:00
Andy Scherzinger
e502fbd9cf
codacy: lint warnings
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:24 +02:00
Andy Scherzinger
44c896093f
rewrite error activity in kotlin, harmonize share string
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:23 +02:00
Andy Scherzinger
88bdf4cbf7
Add proper toolbar and title
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:23 +02:00
Andy Scherzinger
051821c419
add default, material padding, cleanup code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-29 17:40:21 +02:00
tobiasKaminsky
b5f38f000d
Re-enable exception handler
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-29 17:40:20 +02:00
Andy Scherzinger
129e9abcc0
Merge pull request #4276 from nextcloud/uploader
Check status on transfer update
2019-07-29 15:35:27 +02:00
Tobias Kaminsky
bc0b9e78f1
Engineering Test Mode (#4133)
Engineering Test Mode
2019-07-29 14:52:19 +02:00
tobiasKaminsky
a6371ee306
check status on transfer update
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-29 13:49:37 +02:00
Tobias Kaminsky
0938d81c73
mHostUrlInput can be null if used with direct login (#4270)
mHostUrlInput can be null if used with direct login
2019-07-29 11:28:49 +02:00
Unpublished
bdbeb5bc27 Fix local state if fragment is initialized before services
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-07-29 11:11:50 +02:00
Tobias Kaminsky
53a4844ab2
Merge pull request #4269 from nextcloud/daggerBump
combined dagger bump
2019-07-29 09:17:07 +02:00
Nextcloud bot
4632dc659e
[tx-robot] updated from transifex 2019-07-28 03:08:27 +00: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
Chris Narkiewicz
976e38e7de
Migrate main app to new Dagger injector API
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-07-26 19:54:10 +01:00
Tobias Kaminsky
e4fb5b0a78
Merge pull request #4263 from nextcloud/removeDocument
remove document (with relation to parent)
2019-07-26 14:44:51 +02:00
tobiasKaminsky
ad5160dadb
mHostUrlInput can be null if used with direct login
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-26 14:31:50 +02:00
Nextcloud bot
e382365c0e
[tx-robot] updated from transifex 2019-07-26 03:05:30 +00: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
tobiasKaminsky
b52f81a7c2
remove document (with relation to parent)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-25 15:03:37 +02:00
tobiasKaminsky
c0588a0d1f
Paste only for >=N
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-25 14:13:17 +02:00
Michael Meeks
b84dfa6202
Provide a banal 'paste' postmessage implementation.
Browsers will allow apps to populate the clipboard, but not read
from it without user input. This patch makes it possible for
context menus with 'Paste' in them to trigger a real OS paste
when hosted inside the webview.

Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
2019-07-25 14:13:17 +02:00
Nextcloud bot
a7a46d8234
[tx-robot] updated from transifex 2019-07-25 03:05:55 +00:00
Nextcloud bot
47f76f4f7c
[tx-robot] updated from transifex 2019-07-24 03:08:40 +00: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
Andy Scherzinger
5370493798
Merge pull request #4254 from nextcloud/clearInputBeforeQR
Reset host when using login via QR/link
2019-07-23 15:12:07 +02:00
tobiasKaminsky
011169dea4
reset host when using login via QR/link
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 13:13:06 +02:00
Andy Scherzinger
a65d1dd210
Merge pull request #4253 from nextcloud/fixMaster
Master: get lint/warnings down
2019-07-23 11:42:15 +02:00
tobiasKaminsky
e9b06843e8
remove leftover
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 08:19:26 +02:00
tobiasKaminsky
fc01e9738e
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:32:11 +02:00
tobiasKaminsky
ac3a6d5421
reformat imports
kotlin: do not use wildcard imports

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:26:35 +02:00
tobiasKaminsky
4c5eca98ec
remove leftovers from bottom bar removing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:23:07 +02:00
Tobias Kaminsky
040b460811
show "shared" again (#4249)
show "shared" again
2019-07-23 07:01:54 +02:00
tobiasKaminsky
eb68c36335
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:00:19 +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
tobiasKaminsky
94e4de20f8
show "shares" again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-22 13:40:05 +02:00
Nextcloud bot
5a4783000d
[tx-robot] updated from transifex 2019-07-21 03:10:08 +00:00
Nextcloud bot
5b0a53dbe0
[tx-robot] updated from transifex 2019-07-20 03:06:13 +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
tobiasKaminsky
a22a52ab81
new approach for tinted cursors
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-19 12:04:28 +02:00
Nextcloud bot
813a448bc0
[tx-robot] updated from transifex 2019-07-19 03:18:28 +00: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
Andy Scherzinger
4f1a725942
Merge pull request #4238 from nextcloud/removeBottomBar
Remove old and unmaintained bottom bar
2019-07-16 20:20:40 +02:00
tobiasKaminsky
d868fcc154
remove old and unmaintained bottom bar
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-16 14:51:32 +02:00
tobiasKaminsky
49cca17fcc
Remove last usage of SSO/Saml
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-16 10:29:30 +02:00
Nextcloud bot
f71a605a4d
[tx-robot] updated from transifex 2019-07-16 03:04:23 +00:00
Tobias Kaminsky
e83f45a36e 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
2019-07-16 03:34:36 +02:00
Nextcloud bot
2c41e9289d
[tx-robot] updated from transifex 2019-07-15 06:05:12 +00:00
Tobias Kaminsky
7d224f7444 daily dev 20190713
84d4d16c1 Merge pull request #4225 from nextcloud/changelog370
453584613 Update changelog to 3.7.0
9fa458e55 daily dev 20190711
2019-07-13 03:34:34 +02:00
Tobias Kaminsky
9fa458e55b daily dev 20190711
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
2019-07-11 03:37:21 +02:00
Andy Scherzinger
85c129c9a9
Merge pull request #4217 from nextcloud/fixGSS
fix GSS on android
2019-07-10 19:15:10 +02:00
tobiasKaminsky
2c2425812f
fix GSS on android: we send custom user agent to have info about device, but we need some identifier
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-10 16:46:20 +02:00
Tobias Kaminsky
5362f4fdc9 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
2019-07-10 03:35:37 +02:00
Andy Scherzinger
69aba84d34
Merge pull request #4211 from nextcloud/sameMajor
Use sameMajorVersion of OwnCloudVersion
2019-07-10 00:07:23 +02:00
tobiasKaminsky
883dc6925d
Use sameMajorVersion of OwnCloudVersion
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-09 08:24:19 +02:00
Nextcloud bot
3c3de1c149
[tx-robot] updated from transifex 2019-07-09 02:56:43 +00:00
Nextcloud bot
e48d3597bf
[tx-robot] updated from transifex 2019-07-06 02:56:51 +00:00
Nextcloud bot
beaedfa1a9
[tx-robot] updated from transifex 2019-07-05 02:59:17 +00:00
Tobias Kaminsky
bbe7a52683 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
2019-07-05 03:36:33 +02:00
Andy Scherzinger
c4deb28044
codacy: Avoid throwing raw exception types.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-04 12:20:55 +02:00
Andy Scherzinger
31da2fc46d
codacy: Classes implementing Serializable should set a serialVersionUID
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-04 11:46:16 +02:00
Andy Scherzinger
a5297a5365
spotbugs: Unused public or protected field
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-04 09:05:53 +02:00
Andy Scherzinger
4b10d34ade
codacy: AppModule
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-04 08:44:23 +02:00
Andy Scherzinger
4c61a92582
codacy: Avoid unused local variables such as 'userId'.
codacy: Avoid unused imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-04 08:34:10 +02:00
Nextcloud bot
fbc091c85d
[tx-robot] updated from transifex 2019-07-04 02:58:08 +00:00
Tobias Kaminsky
cc2882d3e7 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
2019-07-04 03:34:34 +02:00
tobiasKaminsky
0e26340a19
use correct file for message while sharing via link
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-03 10:39:29 +02:00
Nextcloud bot
d78900e07c
[tx-robot] updated from transifex 2019-07-03 02:57:40 +00:00
Tobias Kaminsky
7424520f0c daily dev 20190703
43ac61409 Remove legacy AccountUtils (#4117)
23f7c2f46 Remove legacy AccountUtils
0a10bc06d daily dev 20190702
2019-07-03 03:34:35 +02:00
Chris Narkiewicz
23f7c2f46b
Remove legacy AccountUtils
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-07-02 18:14:30 +01:00
Tobias Kaminsky
0a10bc06de daily dev 20190702
0fc092a77 Better way to colorize text (#4193)
49d038d85 npe in file owner after upgrade (#4191)
c8d9a791f better way to colorize text
b5e69db76 npe in file owner after upgrade
3a7755e44 daily dev 20190701
2019-07-02 03:34:33 +02:00
Tobias Kaminsky
0fc092a77b
Better way to colorize text (#4193)
Better way to colorize text
2019-07-01 16:34:24 +02:00
tobiasKaminsky
c8d9a791f2
better way to colorize text
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-01 13:49:14 +02:00
tobiasKaminsky
b5e69db76a
npe in file owner after upgrade
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-01 12:19:47 +02:00
Tobias Kaminsky
3a7755e447 daily dev 20190701
712f860e9 Merge pull request #4179 from nextcloud/buttonColor
89dff76cd [tx-robot] updated from transifex
a6b27cc92 daily dev 20190629
2019-07-01 03:34:36 +02:00
Andy Scherzinger
712f860e97
Merge pull request #4179 from nextcloud/buttonColor
fix wrong tinted button on upload file within collabora
2019-06-30 13:57:31 +02:00
Nextcloud bot
89dff76cdf
[tx-robot] updated from transifex 2019-06-30 02:57:57 +00:00
Tobias Kaminsky
a6b27cc924 daily dev 20190629
af9a7feeb Merge pull request #4185 from nextcloud/fixCreateAsset
29254bb0b use index.php to create asset in Collabora
ff4848127 daily dev 20190627
2019-06-29 03:34:50 +02:00
Tobias Kaminsky
af9a7feeb5
Merge pull request #4185 from nextcloud/fixCreateAsset
use index.php to create asset in Collabora
2019-06-28 09:51:55 +02: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
tobiasKaminsky
29254bb0b5
use index.php to create asset in Collabora
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-27 13:33:36 +02:00
Tobias Kaminsky
ff48481275 daily dev 20190627
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
2019-06-27 03:34:34 +02:00
Andy Scherzinger
908ce747a0
Merge pull request #4171 from ezaquarii/fix-broken-di-on-older-devices
Remove DI from NContentObserverJob
2019-06-27 00:05:26 +02:00
tobiasKaminsky
f21167bb13
fix wrong tinted button on upload file within collabora
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-26 10:26:12 +02:00
Nextcloud bot
f83b584917
[tx-robot] updated from transifex 2019-06-25 02:59:25 +00:00
Tobias Kaminsky
752d55fc63 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
2019-06-25 03:34:31 +02:00
tobiasKaminsky
e3fed8ddac
remove also from DI
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-24 21:33:13 +02:00
tobiasKaminsky
bf8e50c1fc
get rename message from RichDocuments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-24 11:05:12 +02:00
Nextcloud bot
4221ae50d9
[tx-robot] updated from transifex 2019-06-24 02:58:09 +00:00
Chris Narkiewicz
c02f79e05a
Remove DI from NContentObserverJob
Removing DI from the service fixes DI crash on older
devices when JobService is not provided by the system,
prevending ClassNotFoundException.

A proper fix for this issue must follow.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-06-23 22:52:09 +01:00
Nextcloud bot
40c4347a05
[tx-robot] updated from transifex 2019-06-23 02:58:54 +00:00
Nextcloud bot
20d52c56db
[tx-robot] updated from transifex 2019-06-22 02:57:49 +00:00
Tobias Kaminsky
3ace158680 daily dev 20190622
6cf5eafe9 [tx-robot] updated from transifex
d9a24cb34 daily dev 20190621
2019-06-22 03:35:31 +02:00
Nextcloud bot
6cf5eafe97
[tx-robot] updated from transifex 2019-06-21 02:56:31 +00:00
Tobias Kaminsky
d9a24cb348 daily dev 20190621
b5458818c Merge pull request #4156 from nextcloud/ezaquarii/fix-crash-when-playing-video
f49fcf0b4 Merge pull request #4164 from nextcloud/dependabot/gradle/kotlin_version-1.3.40
71962028b Bump kotlin_version from 1.3.31 to 1.3.40
abead1dfa Merge pull request #4166 from nextcloud/dependabot/gradle/com.google.dagger-dagger-2.23.2
8169f3123 Bump dagger
65d132110 Bump dagger from 2.23.1 to 2.23.2
e28f4d4c2 Merge pull request #4158 from nextcloud/dependabot/gradle/com.mebigfatguy.fb-contrib-fb-contrib-7.4.6
a4c4932b9 [tx-robot] updated from transifex
34d0c952c [tx-robot] updated from transifex
1f76a79d8 daily dev 20190619
2019-06-21 03:35:31 +02:00
Andy Scherzinger
b5458818c7
Merge pull request #4156 from nextcloud/ezaquarii/fix-crash-when-playing-video
Fix crash when displaying video files
2019-06-20 16:28:57 +02:00
Nextcloud bot
a4c4932b94
[tx-robot] updated from transifex 2019-06-20 02:58:13 +00:00
Nextcloud bot
34d0c952c4
[tx-robot] updated from transifex 2019-06-19 02:57:56 +00:00
Tobias Kaminsky
1f76a79d89 daily dev 20190619
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
2019-06-19 03:35:36 +02:00
Nextcloud bot
776a144ffe
[tx-robot] updated from transifex 2019-06-18 02:57:41 +00:00
Nextcloud bot
2094284896
[tx-robot] updated from transifex 2019-06-17 02:56:43 +00:00
Chris Narkiewicz
38c7605ef5 Fix crash when displaying video files
1) Bitmap decoder does not work with vector drawables directly
2) Dependency injection in PreviewMediaFragment

Fixes #4121
Fixes #4129
Fixes #4150

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-06-16 16:01:27 +01:00
Nextcloud bot
f41885b62a
[tx-robot] updated from transifex 2019-06-16 02:58:21 +00:00
Nextcloud bot
94573ccf87
[tx-robot] updated from transifex 2019-06-15 02:56:41 +00:00
Tobias Kaminsky
f704fa3749 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
2019-06-15 03:34:33 +02:00
tobiasKaminsky
b56b615a96
Allow "save as" and "print" to be downloaded from Collabora
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-14 11:19:16 +02:00
Andy Scherzinger
b53018a86e
Merge pull request #4137 from nextcloud/renameRemote
Use new convention "xyRemoteOperation"
2019-06-14 06:42:21 +02:00
Nextcloud bot
d19ebb9fae
[tx-robot] updated from transifex 2019-06-14 02:59:25 +00:00
tobiasKaminsky
88effce104
use new convention "xyRemoteOperation"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-13 22:45:05 +02:00
Tobias Kaminsky
f104e4cf97
hide outdated version warning if extended support is enabled (#4136)
hide outdated version warning if extended support is enabled
2019-06-13 14:30:07 +02:00
tobiasKaminsky
b649ec38c4
hide outdated version warning if extended support is enabled
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-13 13:32:48 +02:00
Tobias Kaminsky
59239ec3fb 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
2019-06-13 03:34:31 +02:00
Andy Scherzinger
2dd34a786f
Merge pull request #4141 from nextcloud/sharePictureToNC
Fix crash on sharing file to NC with multiple accounts
2019-06-13 00:44:22 +02:00
tobiasKaminsky
e9c99a41ef
fix crash on sharing file to NC with multiple accounts
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-12 14:59:24 +02:00
Andy Scherzinger
508fa4c355
Merge pull request #4139 from nextcloud/fixDismissNotification
Fix dismiss notification
2019-06-12 14:56:03 +02:00
tobiasKaminsky
c397cac2a3
fix dismiss notification
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-12 13:54:31 +02:00
Tobias Kaminsky
42bfbd0bed
Merge pull request #4138 from nextcloud/showBuildNumber
show build number, if set
2019-06-12 10:10:05 +02:00
tobiasKaminsky
6678226472
show build number, if set
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-12 09:41:27 +02:00
Andy Scherzinger
41aa54a3db
Merge pull request #4134 from nextcloud/preventNpe
Prevent NPE if extras is null
2019-06-12 08:26:01 +02:00
Nextcloud bot
7059dfd119
[tx-robot] updated from transifex 2019-06-12 02:49:20 +00:00
Tobias Kaminsky
9fa0894aa8 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
2019-06-12 03:34:32 +02:00
tobiasKaminsky
f192bf5813
prevent NPE if extras is null
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-11 09:19:43 +02:00
Nextcloud bot
6f70ebd3a1
[tx-robot] updated from transifex 2019-06-10 02:50:02 +00:00
Nextcloud bot
b184f603e2
[tx-robot] updated from transifex 2019-06-09 02:49:45 +00:00
Nextcloud bot
8536138c43
[tx-robot] updated from transifex 2019-06-08 02:49:04 +00:00
Nextcloud bot
0913334f39
[tx-robot] updated from transifex 2019-06-07 02:47:07 +00:00
tobiasKaminsky
2f770b2ada
Do not show QR scan if Chromebook without camera
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-06 16:28:25 +02:00
tobiasKaminsky
32fcf21f26
use own getAccounts() instead of AccountManager from AndroidSDK
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-06 14:54:29 +02:00