Commit graph

13299 commits

Author SHA1 Message Date
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
Andy Scherzinger
b36067d458
Merge pull request #4294 from AlexNi245/#2216-activity-data-divers-design
Activity data dividers
2019-08-20 17:05:56 +02:00
nextcloud-android-bot
8a30677577 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-20 14:59:49 +00:00
tobiasKaminsky
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
Andy Scherzinger
259e106308
Merge pull request #4355 from nextcloud/drawer
drawer: show only server address
2019-08-20 16:46:57 +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
cb7d4a38a2
revert to old image (#4356)
revert to old image
2019-08-20 15:18:42 +02:00
tobiasKaminsky
7e44feced2
revert to old image
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 14:50:26 +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
nextcloud-android-bot
969ce78e03 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-20 06:45:21 +00:00
Tobias Kaminsky
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
Andy Scherzinger
79d5ffcd65
Merge pull request #4348 from nextcloud/uploadListItems
hide user account from upload view items for single account setups
2019-08-19 20:40:51 +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
8b60ae8b91
Merge pull request #4346 from nextcloud/newAndroid
use new Android docker image
2019-08-19 14:23:21 +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