Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fork develop branch with initial repository latest changes #3

Open
wants to merge 3,018 commits into
base: develop
Choose a base branch
from

Conversation

zenocode-org
Copy link

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : Sync parolla android app with initial fork repository.

Motivation and context

Integrate latest modifications done by the community on element-x-android project.

Tests

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

bmarty and others added 28 commits January 13, 2025 00:30
…roid-sdk-11.x

Update dependency org.maplibre.gl:android-sdk to v11.8.0
Update dependency io.mockk:mockk to v1.13.16
- Remove the `workflow_run` configuration for the Maestro job.
- Make the 'build apk' job always run again too.
- Make sure the test results are uploaded when the Maestro job fails too (this broke somehow).
…xt_style

change(design) : use ElementTheme.typography.fontBodyLgMedium
* Remove/replace `BackHandler` calls:

- For `UserProfileView`, remove the redundant `BackHandler` -> `navigateUp()` call.
- For `SetupBiometricView`, remove the `enabled = true` parameter, as this is the default value.
…ycheck-12.x

Update plugin dependencycheck to v12
…droid-7.x

Update dependency io.sentry:sentry-android to v7.20.0
…announcement

change(design) : New component Announcement
…dk_method

fix(coroutine) : make sure to switch coroutine context
bmarty and others added 30 commits February 5, 2025 18:05
…e there is no validation in release mode.

This is fixing the test in release mode.
* Create `SyncOrchestrator` to centralise the sync start/stop flow through the whole app: the decision is based on several inputs: sync state, network available, app in foreground, app in call, app needing to sync an event for a notification.

* Make network monitor return network connectivity status, not internet connectivity

* Don't stop the `SyncService` when network connection is lost, let it fail instead. This prevents an issue when using the offline mode of the SDK, which made the wrong UI states to be shown when the `SyncState` is `Idle` (that is, after the service being manually stopped).

* Rename `NetworkStatus.Online/Offline` to `Connected/Disconnected` so they're not easily mistaken with internet connectivity instead
…onents-sdk-android-0.x

Update dependency org.matrix.rustcomponents:sdk-android to v0.2.78
> Rule 'Check code coverage of states' violated:
    instructions covered percentage for class 'io.element.android.libraries.mediaviewer.impl.local.player.MediaPlayerControllerState' is 0.000000, but expected minimum is 90
    instructions covered percentage for class 'io.element.android.libraries.textcomposer.components.FormattingOptionState' is 0.000000, but expected minimum is 90
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…eview screen for banned rooms.

Some internal refactoring was done too:
- Remove RoomInfo.isPublic to only use JoinRule.
- Also take into account restricted access rooms for previews.
…nt user and the sender of its `m.room.member` state event in the room.
…o v0.6.2 (#4258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants