Skip to content

Commit 9da4251

Browse files
daily dev 20190821
b36067d Merge pull request #4294 from AlexNi245/#2216-activity-data-divers-design 9624019 activity header has now the same font size as a activity element fa11565 fixed issue Avoid reassigning parameters such as 'itemPosition' 5a3db5e replace do while loop in getHeaderPositionForItem with while loop 1dd2a5a change naming of Canvas c to Canvas canvas f4e964e change class name of ActivityListItemDecoration to StickyHeaderItemDecoration, which is more generic 52a7ffe add license text 6ffa9d0 remove duplicate entry of setContentView cdd5d38 add getHeaderPositionForItem unit test 0ac5a8b add static import for com.owncloud.android.lib.resources.activities.model.Activity; 4ea9667 unit test for isHeader(int pos) b61f9e0 format ActivityListAdapter 9012f43 set visibility from ActivityViewHeaderHolder back to protected 7a30070 remove unnecessary TAG field and replace nested if statement with && to fix codeacy-bot issues a26a895 apply changes to java doc c41dd38 optimize imports b4764f7 remove unnecessary files 792a6b9 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 13e7aff increase height of header element and set backgroundcolor to white a184345 first implementation of sticky header logic. cd3d8dc start to implement sticky header behavior 259e106 Merge pull request #4355 from nextcloud/drawer caf1842 drawer: show only server address cb7d4a3 revert to old image (#4356) 7e44fec revert to old image f7c4eec Merge pull request #4345 from nextcloud/push a3fda5a no need to use owncloudClient 9a023c6 Check if app is excluded from battery optimization (#3589) 527c5db Use conscrypt (#4314) 6014e90 use conscrypt 5373660 Provide a banal 'paste' postmessage implementation. (#4189) 68cebf8 revert DeviceModule back to Kotlin 969ce78 Drone: update FindBugs results to reflect reduced error/warning count [skip ci] f26095f Merge pull request #4245 from fogninid/fixUploadListComparator e72a789 show on special vendors "disable power check" in auto upload menu - tint button - change logic when to show battery warning c8173c3 Use reloading on photo view (#2250) c38dcf3 Delete temp file on receive external files (#4349) c155edf Merge pull request #4347 from nextcloud/blacklistThumbnail a03ff84 daily dev 20190820
1 parent b36067d commit 9da4251

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ android {
153153
versionDev {
154154
applicationId "com.nextcloud.android.beta"
155155
dimension "default"
156-
versionCode 20190820
157-
versionName "20190820"
156+
versionCode 20190821
157+
versionName "20190821"
158158
}
159159

160160
qa {
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
b36067d45 Merge pull request #4294 from AlexNi245/#2216-activity-data-divers-design
2+
962401940 activity header has now the same font size as a activity element
3+
fa115658b fixed issue Avoid reassigning parameters such as 'itemPosition'
4+
5a3db5ef2 replace do while loop in getHeaderPositionForItem with while loop
5+
1dd2a5a71 change naming of Canvas c to Canvas canvas
6+
f4e964e46 change class name of ActivityListItemDecoration to StickyHeaderItemDecoration, which is more generic
7+
52a7ffe01 add license text
8+
6ffa9d08f remove duplicate entry of setContentView
9+
cdd5d38d3 add getHeaderPositionForItem unit test
10+
0ac5a8bce add static import for com.owncloud.android.lib.resources.activities.model.Activity;
11+
4ea9667c0 unit test for isHeader(int pos)
12+
b61f9e02a format ActivityListAdapter
13+
9012f43e8 set visibility from ActivityViewHeaderHolder back to protected
14+
7a30070be remove unnecessary TAG field and replace nested if statement with && to fix codeacy-bot issues
15+
a26a89504 apply changes to java doc
16+
c41dd38ef optimize imports
17+
b4764f7f6 remove unnecessary files
18+
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
19+
13e7aff0a increase height of header element and set backgroundcolor to white
20+
a184345c1 first implementation of sticky header logic.
21+
cd3d8dca1 start to implement sticky header behavior
22+
259e10630 Merge pull request #4355 from nextcloud/drawer
23+
caf1842f4 drawer: show only server address
24+
cb7d4a38a revert to old image (#4356)
25+
7e44feced revert to old image
26+
f7c4eecf2 Merge pull request #4345 from nextcloud/push
27+
a3fda5aa7 no need to use owncloudClient
28+
9a023c649 Check if app is excluded from battery optimization (#3589)
29+
527c5dbc9 Use conscrypt (#4314)
30+
6014e90df use conscrypt
31+
5373660f9 Provide a banal 'paste' postmessage implementation. (#4189)
32+
68cebf83d revert DeviceModule back to Kotlin
33+
969ce78e0 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
34+
f26095f00 Merge pull request #4245 from fogninid/fixUploadListComparator
35+
e72a789e6 show on special vendors "disable power check" in auto upload menu - tint button - change logic when to show battery warning
36+
c8173c31c Use reloading on photo view (#2250)
37+
c38dcf343 Delete temp file on receive external files (#4349)
38+
c155edf6f Merge pull request #4347 from nextcloud/blacklistThumbnail
39+
a03ff8479 daily dev 20190820

0 commit comments

Comments
 (0)