- Oct 11, 2024
-
-
Pierre Nicolas authored
Show `delete contact` option for one to one conversation. Connect the button to logic. GitLab: #1723 Change-Id: Id38f77d086116ec405690d53e3ca418ebb2e63e2
-
Pierre Nicolas authored
`Leave conversation` instead of `Delete conversation`. Change-Id: Ifb13f96faee1f6e52c9536b80318462c13f29c46
-
Pierre Nicolas authored
Copy registered name/identifier to clipboard at click. GitLab: #1723 Change-Id: Iade10219aa3117d20980c77694dc57a0fbd22327
-
Pierre Nicolas authored
This commit refactors the 'Copy to Clipboard' feature. It shows a toast notification only for Android versions that do not natively display it. Change-Id: I6e2c9c983e211f916f23b557ad8ba6952f103628
-
Pierre Nicolas authored
Use the new QrCodeFragment. GitLab: #1723 Change-Id: Ie6c2bd4210a135719f6e21c5c257614ad88ac067
-
Pierre Nicolas authored
This commit adds the ability to customize QrCodeFragment with a mode parameter: MODE_SCAN: Scan a peer QR code and navigate to the conversation. MODE_SHARE: Share a contact's QR code. Both `MODE_SCAN` and `MODE_SHARE` can be used simultaneously. ShareFragment has also been reworked. Previously, it could only share the current account; now, it accepts a more general contact parameter. Additionally, all ViewModel components involved in this rework have been replaced with Presenter implementations for a more streamlined architecture. Change-Id: Ifa7a9fc4423bd8be5c8ce5e22d25560816cb44e0
-
Pierre Nicolas authored
ViewPager2 is receiving active development support and ViewPager is not. Reworking user interface is a great opportunity to migrate. Change-Id: Ie3d5e0b56ed5c31000e2b37ac5524b41b0bc589e
-
GitLab: #1778 Change-Id: I7040c65498f2828fc486fc0edea89c7e59f34945
-
Just clean re-write - Add code comments - Use correct log levels - Modify Uri(string) parameters to Uri(Uri) - Readability (line limit, variables name, ...) Change-Id: I9e75cf9b18ff0e1f2728564a4d135bd5de72c9db
-
Show contact registered name and identifier. If registered name is empty, hide field. GitLab: #1723 Change-Id: I2088302fb590265560b0a70df775645b72710d94
-
Rework ConversationActionsFragment user interface. GitLab: #1723 Change-Id: Id82f66b4b97d1926cf4097dc79016ffc886bab8a
-
Rework DetailsActivity user interface. GitLab: #1723 Change-Id: I58d53edbd09a098f2e919388cc4ef1393c9af3d8
-
Will helps user experience for landscape layout (especially on phone). GitLab: #1723 Change-Id: Ic401e06c9da0eddec381642f50709ef3f035336d
-
Pierre Nicolas authored
Don't know why but unable to wait for dialogs with waitUntil. GitLab: #1739 Change-Id: Ie13cfdde6afd0d31a6cd7c291f732de2b99d6af1
-
Pierre Nicolas authored
Change-Id: I971e8cf6af55abd88fa7f340a953f665abc9f4a5
-
Pierre Nicolas authored
Will be used to set avatar profile and send pictures. GitLab: #1739 Change-Id: Ied3121104ead5f15e5f4de638d6e694212b0f984
-
Rename `ContactDetailsActivity` to `ConversationDetailsActivity` since it will display depending on the context: - Conversation file(s) - Conversation member(s) - Conversation settings (such as the color, the symbol) - Conversation details (group type, swarmId, certificates, ...) - Contact details (name, identifier, ...) - Conversation or contact options (delete contact, leave group, ...) GitLab: #1723 Change-Id: I6d2d35b35d3a597a67c51d4b4f6d19e1dbb89f24
-
New design don't include the conversation color in the appbar anymore. GitLab: #1723 Change-Id: I06dbd75e9bef5063ed5f14cfcbd3321a2c2cad85
-
`onActivityResult` and `startActivityForResult` methods are deprecated. Needed for intent catching on ui tests. Change-Id: If00b4854c5cc908dd034192b1f5b61a4d0dc059b
-
- Oct 10, 2024
-
-
Implementation basis by @vnikitchyn. GitLab: #1723 Change-Id: I12759c9f75cab0c7bead2c705467e274d88a8eb9
-
Change-Id: I6d7233037b3da3bb8ebe053a53e8e22caf795cae
-
- Oct 01, 2024
-
-
Pierre Nicolas authored
Those locales are absent on transifex. - tr_tr: Turkish (turkey) - nl_be: Dutch (belgium) - nl_nl: Dutch (netherlands) - et_ee: Estonian (estionia) Change-Id: Id8922122e16240bf2c48a352b5c933a5594f2a2a
-
Change-Id: I33878f5559513997294021d86a2cccd364990557
-
Adrien Béraud authored
Change-Id: I0170b1a0937f2553a44c139926080b1ddb58bc3d
-
- Sep 30, 2024
-
-
Adrien Béraud authored
Change-Id: I60d4d00367698bf6cb7ea76537c6175f1cf15f06
-
Adrien Béraud authored
Change-Id: Ib93027f89501f6806ed1face3ed58c1c08502d04
-
Adrien Béraud authored
Change-Id: I143a33c8dc43d84e07607088638cd4c2bb72c67a
-
Adrien Béraud authored
Change-Id: I8d07b42843b92f6ca67010913c4e6780e2aa96b2
-
Adrien Béraud authored
Change-Id: I033b00568ed7c9a3d11f2bd30a73e0e2a2b9e701
-
Adrien Béraud authored
Change-Id: I476982db4587635275c3d171e87b023854667122
-
- Sep 27, 2024
-
-
Pierre Nicolas authored
Change-Id: I2f3055cda5b23f63d30f9f008771cd957727ef1f
-
Pierre Nicolas authored
Change-Id: I60a5252175c1cfaf6aa74215e9db4910cb994086
-
- Sep 24, 2024
-
-
Bad practice to get reference via HomeActivity since it can be destroyed. Change-Id: I6fbcb5ed5617a1b9b5642a5474f5a188f814ee91
-
Pierre Nicolas authored
GitLab: #1752 Change-Id: I52feb688b4c5ac689551eb9161f66b8914533d2a
-
Pierre Nicolas authored
GitLab: #1754 Change-Id: Ifb16449809ee604d8883117d38b452dddd305d4e
-
GitLab: #1750 Change-Id: Iab0ddceedeec48a2984616425792a1e37ee4475c
-
- Sep 23, 2024
-
-
Pierre Nicolas authored
GitLab: #1702 Change-Id: Ib9295ac4a9e5ec28d8942f78fecdc1a0bf138a02
-
Pierre Nicolas authored
Display specific menuitems options for "swarm group" and "swarm one to one" GitLab: #1342 GitLab: #1548 Change-Id: I0d2ac7e190de35f7cd30d27a8f165029b41e258b
-
Pierre Nicolas authored
Move `BlockListFragment.kt` in fragments folder Move `BlockListAdapter.kt` in adapters folder Move `BlockListViewHolder.kt` in viewholders folder Delete unused `ContactRequestsFragment.kt` file. Change-Id: I30491c1a220434ef51a5c3bdb2d0ae356e863ba5
-
Pierre Nicolas authored
GitLab: #1749 Change-Id: I25bc6d42e4b954ba35d015ad52ae759236764b18
-