Marcel Hibbe
01925dae71
Merge pull request #3378 from nextcloud/bugfix/3377/fixEmojiSizeInMarkdownHeaders
...
fix emoji size in markdown headlines
2023-10-12 13:55:17 +02:00
Marcel Hibbe
cbef8f7cdf
fix emoji size in markdown headlines
...
androidx.emoji2:emoji2:1.4.0 seems to fix the bug that emojis in markdown headlines are rendered too large.
To use v1.4.0 of emoji2 it was necessary to bump compileSdk to v34, which in turn required the minor changes to the overwritten
onDraw of View class.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-10-12 13:31:39 +02:00
Andy Scherzinger
6c01439e6d
Merge pull request #3375 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-10-12 09:16:07 +02:00
nextcloud-android-bot
90b3dcbd16
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-10-12 06:40:00 +00:00
Nextcloud bot
edad2754b0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 02:46:58 +00:00
Nextcloud bot
31b5cf7acc
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 02:46:38 +00:00
Marcel Hibbe
3b4a9451f2
Merge pull request #3373 from nextcloud/technicalDebt/#3372
...
Remove use of setSystemUiVisibility in previews #3372
2023-10-11 14:54:49 +02:00
parneet-guraya
0ab1afd405
override style in values-v27
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-10-11 16:31:53 +05:30
parneet-guraya
665711afa5
fix warnings
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-10-11 16:13:28 +05:30
parneet-guraya
bb81da23a1
remove deprecated way of going in/out immersive
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2023-10-11 16:13:27 +05:30
Nextcloud bot
cf1116b6f4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 02:55:54 +00:00
Nextcloud bot
d535a6edc7
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 02:55:33 +00:00
Andy Scherzinger
94278051a0
Merge pull request #3369 from nextcloud/dependabot/gradle/org.mockito-mockito-android-5.6.0
...
Build(deps): Bump org.mockito:mockito-android from 5.5.0 to 5.6.0
2023-10-10 21:07:49 +02:00
Andy Scherzinger
b60b08154d
Merge pull request #3374 from nextcloud/dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-11.6.1
...
Build(deps): Bump org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 11.6.1
2023-10-10 21:07:28 +02:00
dependabot[bot]
4a894c574a
Build(deps): Bump org.jlleitschuh.gradle:ktlint-gradle
...
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 11.6.1.
---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 17:29:52 +00:00
dependabot[bot]
0724620ec9
Build(deps): Bump org.mockito:mockito-android from 5.5.0 to 5.6.0
...
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito ) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 17:28:20 +00:00
Andy Scherzinger
f35f582737
Merge pull request #3370 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.6.0
...
Build(deps): Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
2023-10-10 19:26:29 +02:00
Andy Scherzinger
0387d2b5ef
Merge pull request #3368 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.1.4
...
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.3 to 5.1.4
2023-10-10 19:25:27 +02:00
Andy Scherzinger
eb5c6d1c2d
Merge pull request #3313 from nextcloud/refactor/noid/replaceEntryMenuController
...
Remove EntryMenuController and OperationMenuController
2023-10-10 19:24:42 +02:00
github-actions
bc9dc0b6e3
Analysis: update lint results to reflect reduced error/warning count
...
Signed-off-by: github-actions <github-actions@github.com>
2023-10-10 17:00:44 +00:00
Marcel Hibbe
2975f6d1bf
theme dialogs (rename and create conversation)
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-10-10 18:25:20 +02:00
Marcel Hibbe
aec9844fca
change headings of conversation dialogs and add hints to TextInputLayout
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-10-10 18:25:20 +02:00
Marcel Hibbe
32dbe70399
Remove EntryMenuController and OperationMenuController
...
The "operation view" at the bottom is replaced by snackbars.
I have removed the join via public link feature for now. This was buggy, complex and incomplete. This feature must be reimplemented in a more useful place (login screen, so you can use it as a guest without using an existing instance).
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-10-10 18:25:20 +02:00
Andy Scherzinger
da541d3fc3
Merge pull request #3371 from nextcloud/dependabot/github_actions/github/codeql-action-2.22.1
...
Build(deps): Bump github/codeql-action from 2.22.0 to 2.22.1
2023-10-10 17:46:18 +02:00
Nextcloud bot
8b07bd886d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-10 03:24:27 +00:00
Nextcloud bot
69a1d77cf9
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-10 03:24:06 +00:00
dependabot[bot]
644455b8be
Build(deps): Bump github/codeql-action from 2.22.0 to 2.22.1
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2cb752a87e...fdcae64e14
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 23:43:14 +00:00
Nextcloud Android Bot
76bc5ae4ae
Weekly 17.20.0 Alpha 08
2023-10-09 03:09:58 +00:00
Nextcloud bot
4e714c3697
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-09 02:50:00 +00:00
Nextcloud bot
a31b15502c
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-09 02:49:40 +00:00
dependabot[bot]
1adfb9a93f
Build(deps): Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:33:49 +00:00
dependabot[bot]
6f6839adcc
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
...
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.1.3...5.1.4 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:32:21 +00:00
Nextcloud bot
f4cbf4ae59
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-08 02:53:15 +00:00
Nextcloud bot
e182df9367
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-08 02:52:55 +00:00
Andy Scherzinger
faa2fc5525
Merge pull request #3367 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-10-07 11:00:50 +02:00
nextcloud-android-bot
9aa9b271d4
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-10-07 08:32:06 +00:00
Nextcloud bot
9be9bfd93f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-07 04:12:18 +00:00
Nextcloud bot
ec1c5fb53b
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-07 04:11:58 +00:00
Nextcloud bot
aadcce2ede
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-06 02:50:08 +00:00
Nextcloud bot
819ff11da0
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-06 02:49:48 +00:00
Andy Scherzinger
691a66ef1d
Merge pull request #3364 from nextcloud/bug_fix_privacy_button_in_settings
...
Small Bug fix - Privacy button in settings not working
2023-10-05 19:53:47 +02:00
Julius Linus
22cba480f4
Small bug fix + cleaned up SettingsActivity a bit because it was annoying me
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-10-05 09:50:09 -05:00
Nextcloud bot
0c2e0aac3e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-05 03:04:02 +00:00
Nextcloud bot
8cde33b5d6
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-05 03:03:42 +00:00
Andy Scherzinger
17851c68d0
Merge pull request #3356 from nextcloud/issue-3335-new-lines-removed
...
Fixes newline characters not creating new lines
2023-10-04 19:36:13 +02:00
Julius Linus
98c6ac34ae
Quick bug fix
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-10-04 13:17:39 +02:00
Andy Scherzinger
7cc0a83467
Merge pull request #3359 from nextcloud/dependabot/gradle/daggerVersion-2.48.1
...
Build(deps): Bump daggerVersion from 2.48 to 2.48.1
2023-10-04 13:08:06 +02:00
dependabot[bot]
e087c19b98
Build(deps): Bump daggerVersion from 2.48 to 2.48.1
...
Bumps `daggerVersion` from 2.48 to 2.48.1.
Updates `com.google.dagger:dagger` from 2.48 to 2.48.1
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.48...dagger-2.48.1 )
Updates `com.google.dagger:dagger-compiler` from 2.48 to 2.48.1
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.48...dagger-2.48.1 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 12:21:26 +02:00
Andy Scherzinger
86e4d316e5
Merge pull request #3357 from nextcloud/bug_fix_accept_call_button_reformating
...
Bug fix for accept call message
2023-10-04 12:21:03 +02:00
Andy Scherzinger
eea7c70557
raise contrast for call buttons, optimize paddings/margins
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-10-04 11:27:30 +02:00