Commit graph

7304 commits

Author SHA1 Message Date
Julius Linus
1af04d2bd3 Follow up fixes
- Larger Bar gap
- Centered time below play/pause button
- Time is the same color as the play/pause button

Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2023-08-02 14:14:59 -05:00
Nextcloud bot
a3650d9888
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-02 17:25:55 +00:00
Nextcloud bot
9958d9708a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-02 17:25:30 +00:00
Andy Scherzinger
36c7825233
Merge pull request #3233 from nextcloud/chore/3175/updateString
Update the call 1h notification string
2023-08-02 19:23:15 +02:00
Andy Scherzinger
a55d151edd
Update the call 1h notification
Closes #3175

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-02 19:21:10 +02:00
Andy Scherzinger
3ab4d99c4a
Merge pull request #3202 from nextcloud/seekbar-waveform-for-audio-messages
Waveform SeekBar for Voice Messages
2023-08-02 15:29:24 +02:00
Andy Scherzinger
be78c35c87
Merge pull request #3229 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.23.1
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.1
2023-08-02 10:55:49 +02:00
Andy Scherzinger
cf49706e79
remove unused resource
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-02 10:51:28 +02:00
Andy Scherzinger
4745fb9fe8
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.0 to 1.23.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-02 10:51:27 +02:00
dependabot[bot]
718f0df41c
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 10:51:27 +02:00
Andy Scherzinger
d9e425e7b6
Merge pull request #3231 from nextcloud/dependabot/gradle/org.apache.commons-commons-lang3-3.13.0
Build(deps): Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
2023-08-02 10:43:55 +02:00
Andy Scherzinger
8db0a986dc
Merge pull request #3230 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.1.0
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.14 to 5.1.0
2023-08-02 10:28:15 +02:00
Nextcloud bot
df7e41f029
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-02 03:11:25 +00:00
Nextcloud bot
78b511d966
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-02 03:11:06 +00:00
dependabot[bot]
f570126063
Build(deps): Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 01:48:49 +00:00
dependabot[bot]
9f0d1446e0
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.0.14 to 5.1.0.
- [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...5.1.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 01:43:46 +00:00
Julius Linus
347d489b8d linter errors
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2023-08-01 12:45:45 -05:00
Julius Linus
2430f725d6 AudioUtils and Waveform Seekbar
- Created AudioUtils for processing audio messages
- Created Waveform Seekbar, for visualizing a FloatArray
- Time limit of about 5 seconds, else shows regular seekbar
- Also made mediaPlayer smoother
- Fixed time discontinuity bug when playing voice messages, but only on API 28 or higher
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2023-08-01 12:35:15 -05:00
Andy Scherzinger
1f6ced7c65
Merge pull request #3224 from nextcloud/issue-1918-chat-message-draft
Message drafts are now saved
2023-08-01 18:24:58 +02:00
Julius Linus
e5afa96e26 In this PR
- Drafts are now saved in between rooms.

Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2023-08-01 10:34:49 -05:00
Andy Scherzinger
d0d170f0bc
Merge pull request #3227 from nextcloud/chore/noid/gradleVariableName
Migrate to newer gradle sdk setting
2023-08-01 15:16:15 +02:00
Andy Scherzinger
d0c5bb8bb5
MIgrate to newer gradle sdk setting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-01 14:43:29 +02:00
Andy Scherzinger
2a90773664
Merge pull request #3226 from nextcloud/chore/noid/firebase-firebase-messaging-23.2.0
Build(deps): Bump com.google.firebase:firebase-messaging to 23.2.0
2023-08-01 10:57:56 +02:00
Andy Scherzinger
0f876dd746
Build(deps): Bump com.google.firebase:firebase-messaging from 23.1.2 to 23.2.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-08-01 10:56:20 +02:00
Andy Scherzinger
44d54cc9e6
Merge pull request #3225 from nextcloud/enhancement/noid/AndroidAuto
Enable Android Auto
2023-08-01 10:38:44 +02:00
tobiasKaminsky
4d4805a610
Enable Android Auto
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-08-01 09:43:46 +02:00
Nextcloud bot
3f9dfae124
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-01 02:45:26 +00:00
Nextcloud bot
7f05fe26d3
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-01 02:45:06 +00:00
Nextcloud Android Bot
ba0b17b806 Weekly 17.10.0 Alpha 14 2023-07-31 03:11:17 +00:00
Nextcloud bot
95a60f11e9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-31 02:44:16 +00:00
Nextcloud bot
be5e73e22a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-31 02:43:58 +00:00
Nextcloud bot
c26ccf1572
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-30 02:39:57 +00:00
Nextcloud bot
3b4546c442
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-30 02:39:38 +00:00
Andy Scherzinger
95b31ef565
Merge pull request #3223 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2023-07-29 11:39:48 +02:00
nextcloud-android-bot
b1de35fced 🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-07-29 09:39:24 +00:00
Nextcloud bot
7e8d2d675f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-29 02:46:41 +00:00
Nextcloud bot
0be110b427
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-29 02:46:22 +00:00
Andy Scherzinger
b1c5b17680
Merge pull request #3222 from nextcloud/chore/noid/headlineSize
Resize chat headline to 18sp
2023-07-28 19:03:22 +02:00
Andy Scherzinger
1028666e31
Resize chat headline to 18sp
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-07-28 19:02:18 +02:00
Marcel Hibbe
8dd8f745cb show 1h call duration info when screen is reopenend
+ make call duration bold for >= 1hour

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-07-28 18:02:37 +02:00
Marcel Hibbe
8e93a1936b show call time and hint for one-hour call
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-07-28 18:02:37 +02:00
Andy Scherzinger
a8e5438002
Merge pull request #3220 from nextcloud/masterfeature/noid/mainFabIcon
Replace plus icon with pencil for main fab action
2023-07-28 15:37:41 +02:00
Andy Scherzinger
e649f2c22e
Replace plus icon with pencil for main fab action
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-07-28 15:22:44 +02:00
Andy Scherzinger
3d59041c50
Merge pull request #3219 from nextcloud/bugfix/noid/fetchSignalingOnlyOnce
Avoid to fetchSignalingSettings in onMicrophoneClick
2023-07-28 15:09:34 +02:00
Marcel Hibbe
75c154acf3
Avoid to fetchSignalingSettings in onMicrophoneClick
this led to duplicated call of fetchSignalingSettings.
because it's already called from checkDevicePermissions().
From my pov it shouldn't be triggered in onMicrophoneClick() again, at least i can not think of any scenario and while testing everything worked as expected.

The duplicated call was there since ever(?), but after implementing #3216 this also caused the call duration timer to be run twice.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-07-28 13:46:28 +02:00
Andy Scherzinger
87cff6fc80
Merge pull request #3218 from nextcloud/feature/3176/markdownFlag
Implement respecting the markdown rendering flag
2023-07-28 11:25:19 +02:00
Andy Scherzinger
c4290f11ca
Implement respecting the markdown rendering flag
...and fixing the reply ellipsizing for any reply messages

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-07-28 10:31:46 +02:00
Andy Scherzinger
da0ef59ca3
Merge pull request #3217 from nextcloud/feature/noid/chatUserStatus
Implement status infos on chat view for 1on1 conversations
2023-07-28 10:31:09 +02:00
Andy Scherzinger
4b89ceeb54
Implement status infos on chat view
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-07-28 10:04:29 +02:00
Nextcloud bot
5d5b476001
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-28 02:52:53 +00:00