-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Add vcard #2984
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
Draft
Elouan1411
wants to merge
23
commits into
main
Choose a base branch
from
old
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: Add vcard #2984
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3453014
feat: Add the contact card entry point in the account list
Elouan1411 adb884e
feat: Depend on the reusable contact card module
Elouan1411 8985a25
feat: Add UI to QR code icon
Elouan1411 480dabc
feat: Pass userId to core
Elouan1411 63187e4
feat: Keep local value for card
Elouan1411 4fc4217
chore: Update Core ref
Elouan1411 ccc88f0
refactor: Create a fragment in the app that integrates Core Compose a…
Elouan1411 b0a22a9
feat: Add new design for switch account bottom sheet
Elouan1411 bc2c472
feat: Add animation
Elouan1411 50c0dfb
fix: Correct crash for no_valid_mailbox
Elouan1411 067f54c
refactor: Rename icon
Elouan1411 65c6a83
feat: Inject descriptionAlertDialog for core
Elouan1411 5d60413
feat: Add mail top bar
Elouan1411 50c0e28
fix: Correct string
Elouan1411 5684b0d
fix: Display background only when multiple accounts
Elouan1411 cea6881
fix: Use MailTheme instead of MaterialThemeFromXml
Elouan1411 9a64dbe
feat: Add mail theme
Elouan1411 8500769
feat: Update TopAppBar
Elouan1411 7e2c462
fix: Correct Copilot review
Elouan1411 238c623
fix: Correct navigation
Elouan1411 4a1ddc1
feat: Add preview for topBar
Elouan1411 3af8072
refactor: Clean code
Elouan1411 c58578a
feat: use DescriptionAlertDialog for validation errors
Elouan1411 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule Core
updated
64 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,42 @@ | ||
| # Open Source Licenses | ||
|
|
||
| Infomaniak Mail for Android includes the following notable open source libraries (runtime dependencies; test-only dependencies are excluded). This list may not be exhaustive. | ||
| Infomaniak Mail for Android includes the following notable open source libraries (runtime dependencies; test-only dependencies are | ||
| excluded). This list may not be exhaustive. | ||
|
|
||
| | Library | License | | ||
| |---------|---------| | ||
| | [AndroidX Activity Compose](https://developer.android.com/jetpack/androidx/releases/activity) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX AppCompat](https://developer.android.com/jetpack/androidx/releases/appcompat) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Concurrent Futures](https://developer.android.com/jetpack/androidx/releases/concurrent) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Core KTX](https://developer.android.com/jetpack/androidx/releases/core) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX DataStore Preferences](https://developer.android.com/jetpack/androidx/releases/datastore) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Emoji2](https://developer.android.com/jetpack/androidx/releases/emoji2) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Navigation](https://developer.android.com/jetpack/androidx/releases/navigation) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX RecyclerView](https://developer.android.com/jetpack/androidx/releases/recyclerview) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Room](https://developer.android.com/jetpack/androidx/releases/room) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX WebKit](https://developer.android.com/jetpack/androidx/releases/webkit) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Work Runtime](https://developer.android.com/jetpack/androidx/releases/work) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Coil](https://github.com/coil-kt/coil) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Dagger Hilt](https://dagger.dev/hilt/) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [DragDropSwipe RecyclerView](https://github.com/ernestoyaquello/DragDropSwipeRecyclerview) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) _(standard flavor only)_ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [FlexboxLayout](https://github.com/google/flexbox-layout) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Material Components for Android](https://github.com/material-components/material-components-android) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play App Update](https://developer.android.com/guide/playcore/in-app-updates) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play Review](https://developer.android.com/guide/playcore/in-app-review) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play Services](https://developers.google.com/android/guides/overview) _(standard flavor only)_ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Infomaniak Rich HTML Editor](https://github.com/Infomaniak/android-rich-html-editor) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Jetpack Compose](https://developer.android.com/jetpack/compose) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlin Standard Library](https://kotlinlang.org/) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlinx Coroutines](https://github.com/Kotlin/kotlinx.coroutines) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Lottie](https://github.com/airbnb/lottie-android) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Matomo SDK for Android](https://github.com/matomo-org/matomo-sdk-android) | [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) | | ||
| | [OkHttp](https://github.com/square/okhttp) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Okio](https://github.com/square/okio) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Realm Kotlin](https://github.com/realm/realm-kotlin) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Sentry Android SDK](https://github.com/getsentry/sentry-java) | [MIT License](https://opensource.org/licenses/MIT) | | ||
| | [Splitties](https://github.com/LouisCAD/Splitties) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [ViewPager Dots Indicator](https://github.com/tommybuonomo/dotsindicator) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | Library | License | | ||
| |--------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| | ||
| | [AndroidX Activity Compose](https://developer.android.com/jetpack/androidx/releases/activity) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX AppCompat](https://developer.android.com/jetpack/androidx/releases/appcompat) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Concurrent Futures](https://developer.android.com/jetpack/androidx/releases/concurrent) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Core KTX](https://developer.android.com/jetpack/androidx/releases/core) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX DataStore Preferences](https://developer.android.com/jetpack/androidx/releases/datastore) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Emoji2](https://developer.android.com/jetpack/androidx/releases/emoji2) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Navigation](https://developer.android.com/jetpack/androidx/releases/navigation) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX RecyclerView](https://developer.android.com/jetpack/androidx/releases/recyclerview) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Room](https://developer.android.com/jetpack/androidx/releases/room) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX WebKit](https://developer.android.com/jetpack/androidx/releases/webkit) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [AndroidX Work Runtime](https://developer.android.com/jetpack/androidx/releases/work) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Coil](https://github.com/coil-kt/coil) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Dagger Hilt](https://dagger.dev/hilt/) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [DragDropSwipe RecyclerView](https://github.com/ernestoyaquello/DragDropSwipeRecyclerview) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) _(standard flavor only)_ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [FlexboxLayout](https://github.com/google/flexbox-layout) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Material Components for Android](https://github.com/material-components/material-components-android) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play App Update](https://developer.android.com/guide/playcore/in-app-updates) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play Review](https://developer.android.com/guide/playcore/in-app-review) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Google Play Services](https://developers.google.com/android/guides/overview) _(standard flavor only)_ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Infomaniak Rich HTML Editor](https://github.com/Infomaniak/android-rich-html-editor) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Jetpack Compose](https://developer.android.com/jetpack/compose) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlin Standard Library](https://kotlinlang.org/) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlinx Coroutines](https://github.com/Kotlin/kotlinx.coroutines) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Lottie](https://github.com/airbnb/lottie-android) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Matomo SDK for Android](https://github.com/matomo-org/matomo-sdk-android) | [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) | | ||
| | [OkHttp](https://github.com/square/okhttp) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Okio](https://github.com/square/okio) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [QRose](https://github.com/alexzhirkevich/qrose) | [MIT License](https://opensource.org/licenses/MIT) | | ||
| | [Realm Kotlin](https://github.com/realm/realm-kotlin) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [Sentry Android SDK](https://github.com/getsentry/sentry-java) | [MIT License](https://opensource.org/licenses/MIT) | | ||
| | [Splitties](https://github.com/LouisCAD/Splitties) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | | ||
| | [ViewPager Dots Indicator](https://github.com/tommybuonomo/dotsindicator) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.