Andy Scherzinger
7d35e91a9c
remove unneeded annotation
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-19 13:59:01 +02:00
Marcel Hibbe
a41c0f8b69
add confirm dialog before clearing chat history
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-19 13:51:38 +02:00
Marcel Hibbe
1558c8ed33
add ability to clear chat history
...
- moderators can clear the chat in the conversations settings
- chat is cleared by system message CLEARED_CHAT
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-19 13:51:37 +02:00
Nextcloud bot
50a89ba2ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-19 06:40:29 +00:00
Nextcloud Android Bot
d9afdbdbdf
Weekly 12.2.0 Alpha 05
2021-07-19 03:13:21 +00:00
Andy Scherzinger
a5838dc44e
Improve RTL text flow for untranslated strings in rtl languages/views
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:00:50 +02:00
Andy Scherzinger
07af2e081b
Merge pull request #1485 from nextcloud/updateChangelogFor12.1.2
...
update changelog for v12.1.2
2021-07-16 18:20:20 +02:00
Marcel Hibbe
7fb8c62d11
update changelog for v12.1.2
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-16 15:53:29 +02:00
Andy Scherzinger
e0ecf049b3
Merge pull request #1482 from nextcloud/removeHardcodedApiForLocationSharing
...
remove hardcoded api version for location sharing
2021-07-15 20:30:02 +02:00
Marcel Hibbe
f813688a12
remove hardcoded api version for location sharing
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-15 19:16:50 +02:00
Tim Krueger
0799945016
Merge pull request #1472 from nextcloud/remove-obsolete-setting-link-preview
...
Remove obsolete setting link preview
2021-07-15 16:14:50 +02:00
Andy Scherzinger
96a4268645
Merge pull request #1477 from nextcloud/feature/1474/screenshotsUpdate
...
replace screenshots for store listings
2021-07-15 14:43:35 +02:00
Andy Scherzinger
c9ade93aab
replace screenshots for store listings
...
Resolves #1474
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-15 14:32:29 +02:00
Tim Krüger
19337b8e57
Remove preference 'link_previews' from storage
...
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-15 14:20:16 +02:00
Nextcloud bot
d0de0edc9e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-15 09:38:12 +00:00
drone
dc22e7970c
Drone: update Lint results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <noreply@drone>
2021-07-15 10:07:43 +02:00
Tim Krüger
eac46d9456
Remove obsolete setting link preview
...
The setting is obsolete since the functionality for media detection in
text messages was removed.
See: commit 8468535a
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-15 10:07:43 +02:00
dependabot[bot]
bd6ac2fa7e
Bump kotlin-gradle-plugin from 1.5.10 to 1.5.21
...
Bumps kotlin-gradle-plugin from 1.5.10 to 1.5.21.
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-15 10:07:43 +02:00
drone
cbc4c62003
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <noreply@drone>
2021-07-15 10:07:42 +02:00
Tim Krüger
62f73aee05
Remove unused method and dependency
...
See: commit 4c4c5839
, #1167
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-15 10:07:42 +02:00
Tim Krüger
75d82185c1
Remove media in text message detection
...
The method 'TextMatchers#getMessageTypeFromString' suggested MIME types
for linked files in text message. Also for links like this not working
example:
- http://example.local/image.png
- image.png
In those cases no image can be loaded and that results in empty previews
like shown in the issue #1167 .
So for alignment reasons to spreed and Talk iOS app this media detection
is removed and only links will be shown.
Resolves : #1167
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-15 10:07:42 +02:00
Tim Krueger
ad17ef2729
Merge pull request #1475 from nextcloud/feature/248/no-missed-call-message
...
Add new system message types
2021-07-15 08:46:37 +02:00
Nextcloud bot
e32d12faaa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-15 04:00:17 +00:00
Tim Krüger
11805e5c7a
Add new system message types
...
The new system message types 'call_missed' and 'call_tried' should be
shown as system messages and not regular text messages.
Resolves : #248
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-14 16:50:16 +02:00
Andy Scherzinger
99f6e0c901
Merge pull request #1469 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.5.21
...
Bump kotlin-gradle-plugin from 1.5.10 to 1.5.21
2021-07-14 13:21:24 +02:00
Andy Scherzinger
f0d3ab7162
Merge pull request #1470 from nextcloud/bugfix/1167/posting-a-local-link-hides-the-information
...
Bugfix/1167/posting a local link hides the information
2021-07-14 11:46:37 +02:00
drone
9aebf05142
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <noreply@drone>
2021-07-14 08:50:56 +00:00
drone
42acec86a1
Merge commit '8468535a1e3e8bcaf1641f0f1e6a991109295575'
2021-07-14 08:41:25 +00:00
Tim Krüger
8468535a1e
Remove unused method and dependency
...
See: commit 4c4c5839
, #1167
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-14 10:17:05 +02:00
Tim Krüger
4c4c583923
Remove media in text message detection
...
The method 'TextMatchers#getMessageTypeFromString' suggested MIME types
for linked files in text message. Also for links like this not working
example:
- http://example.local/image.png
- image.png
In those cases no image can be loaded and that results in empty previews
like shown in the issue #1167 .
So for alignment reasons to spreed and Talk iOS app this media detection
is removed and only links will be shown.
Resolves : #1167
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-14 09:26:17 +02:00
Nextcloud bot
1390f4bad2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-14 03:59:06 +00:00
dependabot[bot]
0fbdae43bd
Bump kotlin-gradle-plugin from 1.5.10 to 1.5.21
...
Bumps kotlin-gradle-plugin from 1.5.10 to 1.5.21.
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 01:05:42 +00:00
Tim Krueger
130e82c3dd
Merge pull request #1466 from nextcloud/feature/1243/make-links-clickable-in-conversation-description
...
Make links clickable in conversation description
2021-07-13 17:53:15 +02:00
Tim Krüger
93d037dc26
Make links clickable in conversation description
...
Set attribute 'andorid:autoLink' to 'web' for converting all web links
to clickable links.
Resolves : #1243
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-13 17:14:55 +02:00
Andy Scherzinger
b5cc62277d
Merge pull request #1462 from nextcloud/bugfix/1273/popupMenuItemBgnd
...
Add item background for popup menu items
2021-07-13 11:39:24 +02:00
Andy Scherzinger
62cedac056
add item background for popup menu items
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-13 07:32:54 +00:00
Nextcloud bot
313c63254b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-13 03:59:01 +00:00
Andy Scherzinger
f74ce75d0a
Merge pull request #1459 from nextcloud/bugfix/1458/basUrlNPE
...
Base url can be null
2021-07-12 14:01:19 +02:00
Andy Scherzinger
0ec4ecfa95
base url can be null
...
Fixes #1458
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-12 11:20:53 +00:00
Andy Scherzinger
ef1bd4a4e9
Merge pull request #1432 from nextcloud/bugfix/1426/chatControllerTextChangedNPE
...
Handle async call back to already destroyed UI
2021-07-12 13:12:28 +02:00
Andy Scherzinger
73e96198de
Handle async call back to already destroyed UI
...
Fixes #1426
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-12 10:55:03 +00:00
Andy Scherzinger
c4ca802408
Merge pull request #1457 from nextcloud/bugfix/ServerSelectionLogoRatio
...
remove logo dimensions for sever selection screen
2021-07-12 12:01:44 +02:00
Marcel Hibbe
b57f091c36
allow square logos for server selection screen
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-12 11:31:16 +02:00
Andy Scherzinger
e6e53e021c
Merge pull request #1453 from nextcloud/dependabot/gradle/coilKtVersion-1.3.0
...
Bump coilKtVersion from 1.2.2 to 1.3.0
2021-07-12 11:25:48 +02:00
Marcel Hibbe
6869e8a6df
remove logo dimensions for sever selection screen
...
(to allow other ratios and sizes for customer logos. adapt to files app which allows all sizes)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-07-12 10:52:58 +02:00
Andy Scherzinger
725c7a1f20
Merge pull request #1451 from nextcloud/bugfix/1415/share_from_browser
...
Share from a browser should share the page URL
2021-07-12 10:46:24 +02:00
dependabot[bot]
d7fc57e2bd
Bump coilKtVersion from 1.2.2 to 1.3.0
...
Bumps `coilKtVersion` from 1.2.2 to 1.3.0.
Updates `coil` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/coil-kt/coil/releases )
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md )
- [Commits](https://github.com/coil-kt/coil/compare/1.2.2...1.3.0 )
Updates `coil-gif` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/coil-kt/coil/releases )
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md )
- [Commits](https://github.com/coil-kt/coil/compare/1.2.2...1.3.0 )
Updates `coil-svg` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/coil-kt/coil/releases )
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md )
- [Commits](https://github.com/coil-kt/coil/compare/1.2.2...1.3.0 )
---
updated-dependencies:
- dependency-name: io.coil-kt:coil
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.coil-kt:coil-gif
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.coil-kt:coil-svg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 10:34:23 +02:00
Andy Scherzinger
84a0e7d9bc
Merge pull request #1452 from nextcloud/dependabot/gradle/gradle.plugin.com.github.spotbugs.snom-spotbugs-gradle-plugin-4.7.2
...
Bump spotbugs-gradle-plugin from 4.7.1 to 4.7.2
2021-07-12 10:33:29 +02:00
Andy Scherzinger
079286246a
bump score due to new category
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-12 09:51:22 +02:00
Nextcloud Android Bot
b96d06fc0d
Weekly 12.2.0 Alpha 04
2021-07-12 03:12:59 +00:00