Andy Scherzinger
a2c07bce3c
Merge pull request #3004 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-05-06 09:07:01 +02:00
Nextcloud bot
7f9f3b09cc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-06 04:38:02 +00:00
Nextcloud bot
37cf99852a
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-06 04:37:42 +00:00
nextcloud-android-bot
80bc3d0031
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-05-06 03:11:04 +00:00
Andy Scherzinger
922aad3f99
Merge pull request #3001 from nextcloud/bumpMasterTo17.1.0
...
bump version to 17.1.0 Alpha 01
2023-05-05 17:31:52 +02:00
Marcel Hibbe
705ff9a189
Merge pull request #3002 from nextcloud/bugfi/noid/fixAvatarsForNc26
...
fix conversation avatars for NC26
2023-05-05 15:10:20 +02:00
Marcel Hibbe
998f6c11d9
fix conversation avatars for NC26
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-05 15:08:31 +02:00
Nextcloud bot
d4af35bbcd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 09:29:34 +00:00
Nextcloud bot
fcff1c23fc
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 09:29:13 +00:00
Marcel Hibbe
5e7b6a1182
bump version to 17.1.0 Alpha 01
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-05 11:22:56 +02:00
Nextcloud bot
8b23ed3b4f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 04:34:37 +00:00
Nextcloud bot
29fccc37ba
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 04:34:18 +00:00
dependabot[bot]
c7dcd30ce5
Build(deps): Bump com.google.android.material:material
...
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.0 )
---
updated-dependencies:
- dependency-name: com.google.android.material:material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 01:57:47 +00:00
Marcel Hibbe
8056c25470
Merge pull request #2984 from nextcloud/feature/2929/callReactions
...
Reactions in calls
2023-05-04 19:04:52 +02:00
Marcel Hibbe
cafb8b649a
send call reactions
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-04 16:49:47 +02:00
Marcel Hibbe
6d735dd537
show call reactions from other participants
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-04 16:49:46 +02:00
Marcel Hibbe
c379630610
add animated emoji reactions to calls (no signaling yet)
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-04 16:49:46 +02:00
Andy Scherzinger
2ce57f4956
Merge pull request #2997 from nextcloud/feature/noid/emojiAvatars
...
hide delete button if no custom avatar is set
2023-05-04 16:39:11 +02:00
Marcel Hibbe
51bedbba9c
Merge pull request #2995 from nextcloud/handle-received-signaling-messages-for-call-reactions
...
Handle received signaling messages for call reactions
2023-05-04 15:17:44 +02:00
Daniel Calviño Sánchez
efab4cb664
Handle raised hands from the call participants rather than the signaling
...
Although listening from the signaling was working fine and this
unfortunately adds a lot of extra code it is conceptually "more
correct", as the UI should not directly deal with the signaling if there
is a higher abstraction available. Nevertheless, this should ease adding
other similar changes, like reactions.
Note that although there were already listeners for
CallParticipantModel.Observer in the CallActivity they were not reused,
as they handle totally unrelated things.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-05-04 15:15:36 +02:00
Daniel Calviño Sánchez
92d655080d
Add "reaction" event to CallParticipantModel observer
...
The CallParticipantModel observer now also emits one-time events that
are not reflected in the model state.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-05-04 15:15:36 +02:00
Daniel Calviño Sánchez
0a54fd6127
Add listener for "reaction" signaling message
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-05-04 15:15:35 +02:00
Marcel Hibbe
579b3b5ab4
handle emoji avatars
...
hide delete option from conversation info edit view if no custom avatar is set
remove themed avatars (This is the price of being able to have emoji avatars)
fix dark mode url
remove avatarVersion from url if it's null
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-04 14:43:29 +02:00
Marcel Hibbe
21ba5d87f0
Merge pull request #2996 from nextcloud/bugfix/2958/fixLockedScreen
...
fix screen locking feature
2023-05-04 11:13:27 +02:00
Marcel Hibbe
7518fdbcd9
fix screen locking feature
...
Since most controllers were replaced by activities, the screen locking was temporarily broken. This commit fixes the screen locking to also work with the activities.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-04 10:33:11 +02:00
Nextcloud bot
a08ed8205d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-04 04:34:17 +00:00
Nextcloud bot
fb61e081fd
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-04 04:33:58 +00:00
Nextcloud Android Bot
ef633e8d9b
Weekly 17.0.0 Alpha 02
2023-05-03 09:54:39 +00:00
Nextcloud bot
6ac5d467ca
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-03 04:33:50 +00:00
Nextcloud bot
7baa984e95
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-03 04:33:30 +00:00
Andy Scherzinger
94655a662e
Merge pull request #2990 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-8.0.1
...
Build(deps): Bump com.android.tools.build:gradle from 8.0.0 to 8.0.1
2023-05-02 09:01:39 +02:00
Andy Scherzinger
37eb8eac90
Merge pull request #2992 from nextcloud/dependabot/github_actions/github/codeql-action-2.3.2
...
Build(deps): Bump github/codeql-action from 2.3.1 to 2.3.2
2023-05-02 09:01:12 +02:00
Nextcloud bot
bf8b66f326
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-02 04:35:24 +00:00
Nextcloud bot
e21ab91eff
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-02 04:35:06 +00:00
dependabot[bot]
a6edbbf205
Build(deps): Bump github/codeql-action from 2.3.1 to 2.3.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8662eabe0e...f3feb00acb
)
---
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-05-02 00:09:14 +00:00
Andy Scherzinger
b409f05ca7
Merge pull request #2991 from nextcloud/bugfix/2987/fixShareTo
...
Bugfix/2987/fix share to
2023-05-01 23:32:31 +02:00
Marcel Hibbe
5d2c306e15
remove call of deleted method from MainActivityTest
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 19:17:33 +02:00
Marcel Hibbe
b2e75a070c
remove userManager!!.users.subscribe for "share to"
...
i don't know why this was necessary in the past (inside the MainActivity). It works without as well.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 19:17:32 +02:00
Marcel Hibbe
6c2c15cd89
fix shareTo feature
...
it was broken since ConversationsList was migrated to Activity
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 19:17:32 +02:00
dependabot[bot]
edd6960743
Build(deps): Bump com.android.tools.build:gradle from 8.0.0 to 8.0.1
...
Bumps com.android.tools.build:gradle from 8.0.0 to 8.0.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 16:41:05 +00:00
Andy Scherzinger
fe86e57f82
Merge pull request #2988 from nextcloud/chore/noid/1700Alpha
...
Bump main to 17.0.0 Alpha
2023-05-01 18:39:51 +02:00
Andy Scherzinger
fb15828a6e
Bump main to 17.0.0 Alpha
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-01 17:27:53 +02:00
Marcel Hibbe
be216c4289
Merge pull request #2712 from nextcloud/feature/2555/conversation-avatars
...
Conversation avatars
2023-05-01 17:21:15 +02:00
Andy Scherzinger
248aa69be7
Reformat java code
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-01 17:04:31 +02:00
Marcel Hibbe
1301d627dd
remove conversation avatar from chatActivity.
...
only show users avatars.
conversation avatars were removed again for now, because this would need more work to add custom view to the supportActionBar in order to show themed drawables.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:28 +02:00
Marcel Hibbe
28046c2492
WIP. add themed placeholders for conversationAvatars
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:28 +02:00
Marcel Hibbe
050f0f4422
fix to show placeholder avatar when none is set by user
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:27 +02:00
Marcel Hibbe
898728cef9
use cache for user avatars again (ignore flickering)
...
in the future, avatarVersion might be available for user avatars as well..
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:27 +02:00
Marcel Hibbe
d560a4a2a9
use avatar version of conversations to avoid unnecessary reloading/flickering
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:27 +02:00
Marcel Hibbe
0b5f38f232
use icons for profile edit appbar
...
to use same design as for conversation info editing
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-01 12:25:26 +02:00