-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* TW-1772: Prevent infinity contact loop * TW-1772: Show recent contact in contact tab * TW-1772: Showing no contact in new chat screen * TW-1772: Showing no contact in new group chat screen * TW-1773: review load 0 more participants * TW-1773: listen for roomMember change in chat details * TW-1735: search external contact widget added on search view * TW-1735: update matrix dart sdk * TW-1780: Open screen can connect with Twake Workplace when add another account * TW-1780: Add `app=chat` to parameter whenever call to signup in TWP * TW-1785: Improve logout for multiple homeserver (#1788) * Bump version to v2.5.4 * Update privacy welcome screen * TW-1526: Fix Cannot unmute more than 2 chats at the same time * Bump version to v2.5.5 * TW-1781: change the ci/cd to use flutter 3.22 * TW-1781: remove warning based on new lint version * TW-1781: remove deprecated change to have new change * TW-1781: fix the ci issue * TW-1781: add deprecated and TODO for background and onBackground color * TW-1781 Fix ci failed * Bump version to v2.5.8 * TW-1645: Add counting selected image at send icon (#1803) * TW-1645: Add counting selected image at send icon * TW-1645: Add style file for `media_picker_mixin` * TW-1645: Fix size for counter icon (#1816) * TW-1615: Support auto jump to lastest message when user send an attachments (#1810) * TW-1615: Support auto jump to lastest message when user send an attachment * TW-1615: Support auto jump to lastest message when use copy/paste * hot-fix: members list always have to reload (#1801) * TW-1793: recent chats are not recent (#1800) * hot-fix: fix the index.html loading failed * TW-1356: change action for profile tap * TW-1356: update UI for multiple accounts in setting profile * TW-1356: fix multiple accout with same homeserver can login * TW-1356: fix the avatar not updated when app terminated * hot-fix: fix the problem with index.html file * TW-1635: remove the messages contains reply from search result (#1819) * Switched runners to macos-latest (#1820) * Update metadata to config store kit (#1843) * TW-1698: Add minWidth for group details (#1809) * hot-fix: fix the error l10n not found after build runner build (#1855) * TW-1841: Fix back screen when use go_router and navigator (#1850) * Removed xcbeautify installation because it's preinstalled on runners (#1865) * TW-1787: Improve when leave chat (#1842) * TW-1787: Move UI of action items into context menu widget * TW-1787: Update context menu for chat screen * TW-1787: Update context menu for chat list * TW-1787: Update context menu for pinned screen * TW-1812 Remove X from the search bar when it's empty (#1852) * TW-1812 Remove X from the search bar when it's empty * fixup! TW-1812 Remove X from the search bar when it's empty * README.md Updated picture as management asked to do * Update Feature Graphic for fastlane metadata * Improve tom bootstrap dialog (#979) * Create init client dialog on mobile * Implement new bootstrap dialog for mobile * Implement new on auth screen for web * Prevent back button and back android during loading in homeserver picker * Fix dialog overlap when resizing screen * Fix dialog overlap when resizing screen * Handle error for `_getRecoveryWords` * Handle error for Twake welcome screen * TW-1644: allow access to the gallery is not center (#1815) * TW-1644: allow access to the gallery is not center * TW-1644: close the bottomsheet when go to settings * TW-1644: update style for image picker * TW-1602: when typing shift ctrl, the cursor is dissappear (#1853) * TW-1825: Copy/paste not work in search screen (#1874) * TW-1825: Fix search results aren't displayed correctly when copy/paste * TW-1825: Write unit test for this case * TW-1791: Improve display contacts on multiple homeserver (#1857) * TW-1791: Refresh contacts when switch another account or login new account * TW-1791: Write unit test for this case * TW-1791: Refresh contacts when login or logout * TW-1791: Fix missing `setUpToMServices` when switch account * TW-1836: Move shared media to direct chat profile (#1856) * TW-1836: Add shared media tabs into chat profile * TW-1836: Delete Shared media screen * TW-1836: Update `chat_details` * TW-1869: can not open keyboard when tap on the textfield in IOS (#1877) * Pinned Nix version to 2.22.1 to fix broken build (#1884) Also bumped olm to 3.2.16 * TW-1806: fix image weird display on web (#1866) * TW-1806: add support mime files for web platform, and util method to getTwake supported mimeType * TW-1806: make image have width and height when the error image when display * TW-1806: update mime type when drag/drop, paste and add file * TW-1806: fix wrong display when send HEIC file in android * TW-1806: display avif file in web * TW-1806: if image viewer can't be display by real image, use thumbnail * Tw 1750/improve when upload video (#1875) * TW-1750: add metadate when sending file event * TW-1750: fix typo error int videoMimeTypes * TW-1587: Fix can't open chat when click on notification (#1867) * TW-1777: Changing greeting message: include tag in greeting message (#1881) * Bump version to 2.5.9 --------- Co-authored-by: HuyNguyen <[email protected]> Co-authored-by: --global <[email protected]> Co-authored-by: Dat PHAM HOANG <[email protected]> Co-authored-by: sherlock <[email protected]> Co-authored-by: Nguyen Thai <[email protected]> Co-authored-by: Bùi Trung Hiếu <[email protected]> Co-authored-by: KhaledNjim <[email protected]> Co-authored-by: artembru <[email protected]>
- Loading branch information
1 parent
6e86875
commit 0c2ec78
Showing
349 changed files
with
8,556 additions
and
2,849 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
name: Tests | ||
|
||
env: | ||
FLUTTER_VERSION: 3.16.5 | ||
FLUTTER_VERSION: 3.22.2 | ||
|
||
jobs: | ||
code_analyze: | ||
|
This file contains 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 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,5 +1,5 @@ | ||
variables: | ||
FLUTTER_VERSION: 3.16.5 | ||
FLUTTER_VERSION: 3.22.2 | ||
|
||
image: | ||
name: cirrusci/flutter:${FLUTTER_VERSION} | ||
|
This file contains 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 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 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 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
23 changes: 19 additions & 4 deletions
23
android/fastlane/metadata/android/en-US/full_description.txt
This file contains 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,7 +1,22 @@ | ||
Twake is The Open Digital Workplace. Team channels, direct chat, task management, drive and calendar; all in one place. Quickly and effortlessly access all your content, manage your workspaces, collaborators and customers, work efficiently and gain productivity. | ||
Twake Chat is a power tool for personal and corporate communication. We focus on your comfort and security – and we’re always here to help you. | ||
|
||
We are GDPR compliant, GAFAM and BATX free, driven by open-source and based in Europe. All your data is securely hosted in Europe, free from the Cloud act or the Patriot Act. | ||
CONVENIENCE | ||
Create group chats, start themed discussions or communicate directly with your teams, colleagues, friends or community the way you want! Chat, share files and stay in touch wherever you are – with more useful features to come. | ||
|
||
So what are you waiting for? Let's Twake together! | ||
MATRIX PROTOCOL | ||
We implemented Matrix, an open protocol for secure decentralized communications. Try it out! | ||
|
||
Twake is powered by Linagora - creating digital independence. | ||
SYNCHRONIZATION | ||
Use Twake Chat on different devices – unlike most Matrix-based messengers, we allow you to easily access your chats both from your PC and mobile phone, regardless of the device storing the recovery key. | ||
|
||
SECURITY | ||
Your information is safe with Twake Chat. To get an even more secure experience, you can enable end-to-end encryption. This way, no one will be able to access your data – not even us. | ||
|
||
FLEXIBILITY | ||
The Matrix protocol allows you to communicate with people both inside and outside Twake infrastructure. Chat easily inside the Matrix world and involve bridges to exchange messages with users of other instant messengers. | ||
|
||
OPEN SOURCE | ||
Twake Chat is Open source! Retain control of your data by hosting your own server or choosing the one you trust. Need a certain modification to your app? With Open Source, anything is possible. | ||
|
||
FEEDBACK | ||
We appreciate any feedback you can provide. If you find a bug or think our app lacks some important functionality, please, let us know. We will do all but impossible to help you. |
Binary file modified
BIN
+203 KB
(770%)
android/fastlane/metadata/android/en-US/images/featureGraphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 +1 @@ | ||
The open digital workplace | ||
A convenient Matrix-based tool for personal and corporate communication. |
This file contains 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 +1 @@ | ||
Twake | ||
Twake Chat |
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 23. Upgrade flutter 3.22 | ||
|
||
Date: 2024-05-24 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
We need to upgrade the flutter to have up-to-date performance and features | ||
|
||
## Decision | ||
|
||
- Add `ignore_deprecated` and `TODO` for `background` and `onBackground` color, when `surface` and `background` merge to one, we will change | ||
- change name from `surfaceVariant` => `surfaceContainerHighest`, `MaterialStateProperty` => `WidgetStateProperty`, `MaterialState` => `WidgetState`, use `super.key` for shorter form (new lint rule) | ||
- Migration from `RawKeyEvent` to `KeyEvent`. [Read more](https://docs.flutter.dev/release/breaking-changes/key-event-migration#deprecated-apis-that-have-an-equivalent) (in conclusion, add ignore_deprecated, because that when i test it again, the up/down not work) | ||
- Upgrade flutter_local_notification from `requestPermission` => `requestNotificationsPermission` [Changelog](https://pub.dev/packages/flutter_local_notifications/changelog#16001), [Readmore](https://developer.android.com/develop/ui/views/notifications/notification-permission?hl=vi) | ||
- Upgrade `url_laucher`, change from `Uri` to `WebUri`, remove `ChromeSafariBrowserSettings` in web | ||
- Upgrade `the index.html` file in web folder | ||
- Upgrade other packages in pubspec.yaml to resolve conflicts |
This file contains 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 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 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 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.