Commit graph

7946 commits

Author SHA1 Message Date
Tobias Kaminsky
b002f11550 daily dev 20190601
9418ab647 Merge pull request #4078 from nextcloud/ezaquarii/add-battery-status-to-power-manager-service
b165abebf Merge pull request #4076 from nextcloud/chromebook
2b36d693e [tx-robot] updated from transifex
3e7efbe7c daily dev 20190531
2019-06-01 03:34:10 +02:00
Andy Scherzinger
9418ab6476
Merge pull request #4078 from nextcloud/ezaquarii/add-battery-status-to-power-manager-service
Battery charging status API
2019-05-31 19:57:21 +02:00
Andy Scherzinger
b165abebf3
Merge pull request #4076 from nextcloud/chromebook
Support for Chromebook
2019-05-31 19:53:53 +02:00
Nextcloud bot
2b36d693ee
[tx-robot] updated from transifex 2019-05-31 02:48:36 +00:00
Tobias Kaminsky
3e7efbe7c6 daily dev 20190531
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
2019-05-31 03:35:18 +02:00
Nextcloud bot
6b9f200f69
[tx-robot] updated from transifex 2019-05-30 02:48:04 +00:00
Tobias Kaminsky
b64acfc646 daily dev 20190530
7a2ab86a8 Codacy (#4072)
fa044f61a Migrate UserAccount helpers to UserAccountManager (#4043)
f0dfc4200 Bump androidsvg from 1.3 to 1.4 (#4081)
01c281c9c Bump mockito-core from 2.27.0 to 2.28.1 (#4080)
11df6db4b Bump ktlint from 0.32.0 to 0.33.0 (#4079)
55c8d5d01 [tx-robot] updated from transifex
ba55545bd daily dev 20190529
2019-05-30 03:35:13 +02:00
Chris Narkiewicz
5923737b29
Battery charging status API
Battery charing checks are currently performed using evernote jobs API.
This ties our power management to rather unrelated 3rd party library.

This change provides battery check API via app power management
abstraction. It will also allow to access native battery API on
Android Lollipop and newer in the future.

This change does not migrate any current code to new API.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-29 16:28:27 +01:00
tobiasKaminsky
e58ce5e568
support for Chromebook
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-29 12:19:48 +02:00
Tobias Kaminsky
7a2ab86a88
Codacy (#4072)
Codacy
2019-05-29 10:50:44 +02:00
Tobias Kaminsky
fa044f61af
Migrate UserAccount helpers to UserAccountManager (#4043)
Migrate UserAccount helpers to UserAccountManager
2019-05-29 09:46:04 +02:00
Nextcloud bot
55c8d5d019
[tx-robot] updated from transifex 2019-05-29 02:58:11 +00:00
Tobias Kaminsky
ba55545bd1 daily dev 20190529
1b3cc0f78 Add funding support (#4077)
3c16d8bb4 add funding support
df3ac186b Move PowerUtils to dedicated power management service (#4073)
9cdc9269a ktlint
3d7b14386 added gpl license header
8116bfd79 Merge pull request #4063 from nextcloud/ktLint
90d960041 add ktlint
537b30494 daily dev 20190528
2019-05-29 03:34:02 +02:00
Tobias Kaminsky
df3ac186b4
Move PowerUtils to dedicated power management service (#4073)
Move PowerUtils to dedicated power management service
2019-05-28 11:30:35 +02:00
tobiasKaminsky
9cdc9269a6
ktlint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-28 11:12:41 +02:00
tobiasKaminsky
3d7b14386a
added gpl license header
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-28 11:01:55 +02:00
Andy Scherzinger
8116bfd79f
Merge pull request #4063 from nextcloud/ktLint
Add ktlint
2019-05-28 10:17:07 +02:00
tobiasKaminsky
90d9600418
add ktlint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-28 10:02:36 +02:00
Tobias Kaminsky
537b304942 daily dev 20190528
035342895 Stabilize coverage (#4070)
71e73134b Enable coverage only in CI (#4068)
6ca1c8858 Stabilize coverage
a891c848d add changelog for 3.6.1 and 3.6.2 (#4069)
e5f24ebef remove empty lines after headline
471761452 add changelog for 3.6.1 and 3.6.2
fcb5738a8 [tx-robot] updated from transifex
eef4fb5fa [tx-robot] updated from transifex
33587bd2c Enable coverage only in CI
a42fd3b47 [tx-robot] updated from transifex
245ea82c4 daily dev 20190524
2019-05-28 03:33:52 +02:00
Chris Narkiewicz
d34d3f5f27
Move PowerUtils to dedicated power management service
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-28 00:51:57 +01:00
Chris Narkiewicz
6643b6c839
Migrate UserAccount helpers to UserAccountManager
This change migrate remaining AccountUtils static helpers
to UserAccountManager.

It contains no functional changes - static helpers code
is just moved into manager class and all clients are
supplied with manager as a dependency.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-27 17:20:51 +01:00
Andy Scherzinger
6d11fbde8b
codacy: Avoid unused imports
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:48:03 +02:00
Andy Scherzinger
781c9edb93
codacy: Use one line for each declaration, it enhances code readability.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:46:30 +02:00
Andy Scherzinger
5a551d26a0
codacy: Avoid unused private methods such as 'setUnlockTimestamp(Activity)'.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:45:07 +02:00
Andy Scherzinger
2ca4d5963e
Avoid unused local variables such as 'mAccountMgr'.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:43:19 +02:00
Andy Scherzinger
fa9bd1c03c
codacy: Avoid unused private fields such as 'userId'.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:42:06 +02:00
Andy Scherzinger
81bec0fdc6
codacy: Unnecessary use of fully qualified name
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-27 16:40:41 +02:00
Unpublished
6ca1c88585 Stabilize coverage
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-27 11:14:45 +02:00
Nextcloud bot
fcb5738a85
[tx-robot] updated from transifex 2019-05-26 02:58:36 +00:00
Nextcloud bot
eef4fb5fa0
[tx-robot] updated from transifex 2019-05-25 02:57:44 +00:00
Nextcloud bot
a42fd3b471
[tx-robot] updated from transifex 2019-05-24 02:58:46 +00:00
Tobias Kaminsky
245ea82c46 daily dev 20190524
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
2019-05-24 03:33:51 +02:00
Andy Scherzinger
3b31841848
Merge pull request #3969 from nextcloud/receivePushDelete
Handle silent delete/delete-all push notifications
2019-05-23 14:37:33 +02:00
Tobias Kaminsky
f28007e6b3
OCFileListFragment: Only scroll to top if directory changed (#4058)
OCFileListFragment: Only scroll to top if directory changed
2019-05-23 11:00:08 +02:00
drone
b061e4d384 Merge commit '51ee4d88fd0555a945a24b1ab3beba2ffdc79c06' 2019-05-23 08:42:23 +00:00
tobiasKaminsky
51ee4d88fd
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

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-23 10:41:19 +02:00
Unpublished
8c06097596 Only compare directories if necessary
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-23 09:45:27 +02:00
tobiasKaminsky
403a3e062c
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

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-23 08:58:52 +02:00
Tobias Kaminsky
53c9c0573b daily dev 20190523
a8829c6c6 Refactor ConnectivityUtils (#4008)
9cbb677ba Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
c988459eb Merge commit '1f290419662c8058cd4bd90a161222f4150f6f25'
1f2904196 revert commentig
fabe3b233 open file from notification (#4019)
b3312aa97 linewrap
415deca15 [tx-robot] updated from transifex
6a79f10a4 daily dev 20190522
2019-05-23 03:33:51 +02:00
Unpublished
e517451d94 OCFileListFragment: Only scroll to top if directory changed
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-22 18:42:03 +02:00
drone
c988459eb8 Merge commit '1f290419662c8058cd4bd90a161222f4150f6f25' 2019-05-22 11:39:17 +00:00
tobiasKaminsky
1f29041966
revert commentig
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-22 13:18:22 +02:00
Tobias Kaminsky
fabe3b2332
open file from notification (#4019)
open file from notification
2019-05-22 10:59:37 +02:00
tobiasKaminsky
b3312aa975
linewrap
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-22 10:56:59 +02:00
Nextcloud bot
415deca15f
[tx-robot] updated from transifex 2019-05-22 02:58:21 +00:00
Tobias Kaminsky
6a79f10a41 daily dev 20190522
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
2019-05-22 03:33:46 +02:00
Andy Scherzinger
762a80666f
Merge pull request #4046 from nextcloud/fix-issues-sso-ocs-header
throw exception if sso users try to set the OCS-APIREQUEST header the…
2019-05-21 15:23:02 +02:00
Andy Scherzinger
4d90477cce
Merge pull request #4049 from nextcloud/followup4044
Close WhatsNewActivity if open
2019-05-21 15:21:56 +02:00
David Luhmer
faaca86914
throw exception if sso users try to set the OCS-APIREQUEST header themselves
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-21 12:04:47 +02:00
Unpublished
c635e2e49a Close WhatsNewActivity if open
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-21 11:11:40 +02:00