Commit graph

9271 commits

Author SHA1 Message Date
ggurdin
6cc07d5c38
changed condition to wait for next sync in stream in waitforfirstsync to better reflect whether the first sync has come through or not 2024-08-05 09:39:04 -04:00
ggurdin
8913f808e1
Merge branch 'main' into chats-show-when-loaded 2024-08-05 09:23:24 -04:00
Krille
3286b19387
refactor: Recording dialog 2024-08-05 13:22:25 +02:00
dependabot[bot]
dd3e4449f6
build(deps): bump rexml from 3.2.8 to 3.3.3 in /ios
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-04 17:45:27 +00:00
Krille-chan
be0fbd5ab0
Merge pull request #1262 from krille-chan/krille/convert-ogg-to-aac-on-ios
feat: Convert opus to aac on iOS before playing
2024-08-04 19:44:29 +02:00
Krille
a7473af40f
feat: Record voice message with opus/ogg if supported 2024-08-04 19:34:51 +02:00
Krille
0bd61ced3f
feat: Convert opus to aac on iOS before playing 2024-08-04 17:38:16 +02:00
Krille-chan
6a776b068d
Merge pull request #1263 from krille-chan/krille/migrate-android-declarative-flutter
refactor: Migrate android gradle plugin
2024-08-04 17:09:55 +02:00
Krille
3f02c5010b
refactor: Migrate android gradle plugin 2024-08-04 16:59:56 +02:00
Kelrap
98732ec904 Sets minimum width for toolbar content 2024-08-02 14:34:39 -04:00
Kelrap
8294e1959c Fixes input bar spacing issues 2024-08-02 13:32:23 -04:00
Kelrap
3d9000d2ae Code cleanup 2024-08-02 12:12:34 -04:00
Kelrap
02dd22a45f Change message info/report message menu color 2024-08-02 11:01:38 -04:00
Kelrap
61ffd096c9 Fix overflow from long messages 2024-08-02 10:22:40 -04:00
Kelrap
6761f97b61 Fix emoji picker exit button 2024-08-02 10:17:17 -04:00
Kelrap
37fa0e1d5e Simpler overlay closing 2024-08-02 10:03:22 -04:00
Kelrap
21ab01dbcb Make popup look like previous appearance 2024-08-02 09:22:53 -04:00
WilsonLe
4de8530a7e separate 2 components for bot settings in create group and chat details 2024-08-01 17:15:25 -04:00
Kelrap
23ac51c766 Emoji picker works now 2024-08-01 17:02:47 -04:00
Kelrap
5ed0f59db2 Get rid of unneeded chat footer elements 2024-08-01 14:31:18 -04:00
Kelrap
badb2888f2 message info/report message menu work with overlay 2024-08-01 13:31:32 -04:00
krille-chan
a928ecec1e
Revert "refactor: Only initialize FlutterLocalNotificationsPlugin once"
This reverts commit d3a13705bd.
2024-08-01 09:47:49 +02:00
krille-chan
d3a13705bd
refactor: Only initialize FlutterLocalNotificationsPlugin once 2024-08-01 09:18:12 +02:00
ggurdin
91a5d8414c
updated mini analytics UI to look better on mobile 2024-07-31 16:57:20 -04:00
Kelrap
03befaed70 Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-07-31 16:31:10 -04:00
Kelrap
03678cbba3 Input bar should be same height in overlay 2024-07-31 16:30:41 -04:00
ggurdin
e59678648d
Merge pull request #532 from pangeachat/deheroify-avatar
Deheroify avatar
2024-07-31 15:37:35 -04:00
Kelrap
0da6bb9cb5 Add comment explaining rationale 2024-07-31 15:32:08 -04:00
Kelrap
9570bf059d Merge branch 'main' of https://github.com/pangeachat/client into deheroify-avatar 2024-07-31 15:30:49 -04:00
Kelrap
b9c9332d28 Remove unecessary setState 2024-07-31 15:12:04 -04:00
ggurdin
b4d022e18e
Merge pull request #543 from pangeachat/audio-allow-activity
Enables activity tab on audio toolbar
2024-07-31 14:52:01 -04:00
ggurdin
4b65b95060
remove default for isValidMode switch statement, return true if practiceActivity 2024-07-31 14:51:22 -04:00
Kelrap
20aed89edc Merge branch 'main' of https://github.com/pangeachat/client into chats-show-when-loaded 2024-07-31 14:40:17 -04:00
Kelrap
9cc6a14734 Enables activity tab on audio toolbar 2024-07-31 14:12:51 -04:00
ggurdin
a85be03be9
Merge pull request #542 from pangeachat/dont-delete-single-character
prevent single character input from disappearing
2024-07-31 13:37:24 -04:00
ggurdin
cd6a904735
prevent single character input from disapearing 2024-07-31 13:36:36 -04:00
ggurdin
785dd47cd9
fixed _maxMessagesCached after testing 2024-07-31 13:08:48 -04:00
Kelrap
6f07eed8ed Fix more closure fails 2024-07-31 13:03:19 -04:00
ggurdin
a431151a2b
resolved merge conflicts 2024-07-31 12:56:21 -04:00
ggurdin
9f69360f24
use construct use type pointValues to calculate XP and level 2024-07-31 12:52:43 -04:00
Kelrap
d962980801 Fix toolbar not closing in all situations 2024-07-31 12:34:18 -04:00
Kelrap
5aeea56cc1 Change overlay message color/shape 2024-07-31 12:00:08 -04:00
Kelrap
4e7ac79527 Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-07-31 11:29:16 -04:00
Krille
e5bbb755d9
design: Add snackbar with link to changelog on new version 2024-07-31 15:23:25 +02:00
ggurdin
4ede7c9bdd
store new construct uses locally. use a combination of those and stored analytics events to update mini analytics UI. 2024-07-30 16:44:12 -04:00
Kelrap
097417188d Move less important syncs to own function 2024-07-30 14:26:26 -04:00
Kelrap
347fa01ff8 Chat list is shown when rooms are loaded 2024-07-30 14:01:11 -04:00
ggurdin
263c041107
Merge pull request #538 from pangeachat/bump-version
bump version number
2024-07-30 13:54:32 -04:00
ggurdin
bc913e4d7a
bump version number 2024-07-30 13:54:05 -04:00
ggurdin
47345d99bd
Merge pull request #536 from pangeachat/dont-add-bot-analytics-rooms-to-spaces
don't add analytics rooms to spaces if you are the bot
2024-07-30 12:56:13 -04:00