Nextcloud bot
71d96721e4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-01 03:52:02 +00:00
Nextcloud Android Bot
b86b90056f
Weekly 12.3.0 Alpha 13
2021-11-01 03:09:56 +00:00
Nextcloud bot
a8e0ba761e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-30 03:54:20 +00:00
Nextcloud bot
eefc3b69be
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-28 03:54:52 +00:00
Andy Scherzinger
888a7f2b78
Merge pull request #1650 from nextcloud/bugfix/noid/housekeepingVibrateAway
...
Cleanup code after custom vibrate code removal
2021-10-27 12:23:54 +02:00
Nextcloud bot
ea9ca306d6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-27 03:59:08 +00:00
Andy Scherzinger
e8930530de
rename method since vibrator implementation has been removed
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-26 12:15:30 +02:00
Andy Scherzinger
67df1fb341
cleanup code after custom vibrate code removal
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-26 12:15:30 +02:00
Nextcloud bot
d0d3c9672d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-26 03:54:18 +00:00
Andy Scherzinger
963e3c50dc
Merge pull request #1632 from nextcloud/vibrateAway
...
Remove vibrate setting
2021-10-25 18:43:37 +02:00
Andy Scherzinger
a5b1c1a34d
improve lint score
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-25 15:18:44 +02:00
drone
749252a195
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <drone@nextcloud.com>
2021-10-25 12:44:23 +00:00
Andy Scherzinger
4c7cf29bd9
removing the vibrate setting from controller_settings.xml
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-25 14:34:03 +02:00
Andy Scherzinger
8c87c5b45d
remove unused vibrate code
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-25 14:31:48 +02:00
Andy Scherzinger
eb3c742f65
remove vibrate setting
...
Resolves #1630
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-25 14:31:44 +02:00
Tim Krueger
8fd4f3e5d8
Merge pull request #1648 from nextcloud/call-notifcation-setting
...
Replace 'mute calls' by 'call notifications'
2021-10-25 14:01:45 +02:00
Tim Krüger
7f54dcd9f9
Replace 'mute calls' by 'call notifications'
...
The 'mute calls' setting was only stored locally on the device. The new
'call notifications' setting is stored on the Nextcloud server and
shared over all devices.
See:
- https://github.com/nextcloud/spreed/pull/6338
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-25 11:43:32 +02:00
Tobias Kaminsky
8bf1b5ecb8
Merge pull request #1646 from nextcloud/bugfix/noid/drone-commit-signoff
...
scripts: Have Drone properly signoff commits so that it doesn't break DCO
2021-10-25 07:39:32 +02:00
Nextcloud Android Bot
7c8a1cea86
Weekly 12.3.0 Alpha 12
2021-10-25 03:09:59 +00:00
Andy Scherzinger
792ea45bab
scripts: Have Drone properly signoff commits so that it doesn't break DCO
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Co-Authered-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-22 17:35:38 +02:00
Tim Krueger
b329692868
Merge pull request #1622 from nextcloud/feature/noid/use-build-flavor-for-implementation-declaration
...
Use build flavor for implementation declaration
2021-10-21 09:18:42 +02:00
Nextcloud bot
0389987822
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-21 03:56:19 +00:00
Joas Schilling
a723854292
Update dependabot.yml
2021-10-20 13:54:35 +02:00
Tim Krüger
90dd63d1f3
Use build flavor for implementation declaration
...
Instead of loading dependencies with an own snippet of code now the
provided functionality of configure flavor based implementation
declaration is used.
This change results in some more warning which will no be fixied in this
commit.
See: https://developer.android.com/studio/build/build-variants#dependencies
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-20 13:29:36 +02:00
Tim Krueger
b1be1b0061
Merge pull request #1636 from nextcloud/feature/noid/remove-overdraw-error
...
Remove overdraw
2021-10-20 08:34:21 +02:00
Nextcloud bot
2fea881873
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-20 04:13:47 +00:00
Tim Krüger
7101fbc4c9
Merge branch 'master' into feature/noid/remove-overdraw-error
...
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-19 17:30:37 +02:00
drone
8f351bc8f0
Drone: update Lint results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <noreply@drone>
2021-10-19 17:29:01 +02:00
Tim Krüger
398a1b74ce
Remove overdraw
...
The background is already defined by the root element.
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-19 17:28:57 +02:00
Tim Krueger
aa462c0ec3
Merge pull request #1635 from nextcloud/feature/noid/remove-restricted-api-access-warning
...
Remove restricted API access
2021-10-19 16:24:19 +02:00
drone
721abd124c
Drone: update Lint results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <noreply@drone>
2021-10-19 14:05:42 +02:00
Tim Krüger
1e5ba5a94b
Remove restricted API access
...
The access to function 'MaterialDialog#getItemSelector' is restricted.
Because of that the linting reported some errors.
I could not find any visible benefit in this call. That is why I have
removed it.
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-19 14:05:32 +02:00
Nextcloud Android Bot
f02e187dd0
Weekly 12.3.0 Alpha 11
2021-10-18 03:10:26 +00:00
Nextcloud bot
3ce0e6ce83
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-17 03:54:14 +00:00
Andy Scherzinger
bf0cb93909
Merge pull request #1637 from nextcloud/feature/noid/remove-unnecessary-type-cast-warnings
...
Remove unnecessary type casts
2021-10-15 13:43:47 +02:00
Tim Krüger
249e1a2a9a
Remove unnecessary type casts
...
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-15 11:51:30 +02:00
Andy Scherzinger
edf5260d35
Merge pull request #1627 from nextcloud/screenshots
...
Add screenshots
2021-10-14 18:08:30 +02:00
Andy Scherzinger
5996dd6572
Add screenshots
...
Resolves #239
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-14 15:09:28 +02:00
Nextcloud bot
5bb2150317
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-14 03:54:15 +00:00
Nextcloud bot
a611cab5b9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-13 03:53:23 +00:00
Nextcloud bot
05028596a6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-12 03:56:24 +00:00
Marcel Hibbe
3d787b659d
Merge pull request #1623 from nextcloud/feature/noid/renameString
...
rename "More mentions" to "Unread mentions"
2021-10-11 13:03:41 +02:00
Marcel Hibbe
8ccd479aa8
rename "More mentions" to "Unread mentions"
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-10-11 12:27:31 +02:00
Andy Scherzinger
5cd1b7fa7c
Merge pull request #1621 from nextcloud/feature/noid/roundSearch
...
Make search bar fully circular rounded
2021-10-11 12:07:17 +02:00
Andy Scherzinger
561a0bf809
align search box text with avatars
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-11 10:49:32 +02:00
Andy Scherzinger
d3ec5f3d6e
Make search bar fully circular rounded
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-10-11 08:44:21 +02:00
Nextcloud Android Bot
b7b5688504
Weekly 12.3.0 Alpha 10
2021-10-11 03:11:00 +00:00
Andy Scherzinger
f3c036871b
Merge pull request #1620 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.0.0
...
Bump mockito-core from 3.12.4 to 4.0.0
2021-10-08 12:58:13 +02:00
dependabot[bot]
85acc7a989
Bump mockito-core from 3.12.4 to 4.0.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 3.12.4 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 01:06:47 +00:00
Andy Scherzinger
16f6a7e776
Merge pull request #1618 from nextcloud/dependabot/gradle/coilKtVersion-1.4.0
...
Bump coilKtVersion from 1.3.2 to 1.4.0
2021-10-07 14:10:11 +02:00