Commit graph

11438 commits

Author SHA1 Message Date
ggurdin
2641d31c55
Fix sso (#1273)
* fix: minor update to SSO

* remove debug print
2024-12-18 15:42:54 -05:00
ggurdin
16bdce9bd2
initial design updates to signup/login process (#1268)
* initial design updates to signup/login process

* feat: added signup/login assets, better button styling and animations

* fix: signup / login updated based on mobile testing
2024-12-18 14:53:25 -05:00
Kelrap
d6d6875882
Bot animations (#1262)
* onPopinvok

* Randomly reset bot animation

* Use user ID to identify bot

* Keeps timer from acting on nonexistent widget

* fix: remove setState call in bot face SVG build function

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2024-12-18 09:27:11 -05:00
Krille
67dd7f7028
fix: Use MB and KB instead of MiB and KiB for file sizes 2024-12-18 09:46:14 +01:00
ggurdin
6e7dc594f2
bump version (#1266) 2024-12-17 10:33:59 -05:00
Krille
c30e6c4aa2
build: Update matrix sdk and dependencies 2024-12-17 15:15:39 +01:00
Krille
7aa960306e
build: Deprecated web stuff 2024-12-17 15:13:26 +01:00
krille-chan
7b1d46aa18
chore: Make message bubble color dark also in dark mode 2024-12-16 16:18:05 +01:00
ggurdin
ff6a2a2918
upgrade to flutter 3.27.0 (#1256) 2024-12-16 09:59:56 -05:00
Krille
24b4e8157c
chore: Follow up bottomsheets 2024-12-15 11:52:58 +01:00
Krille-chan
73f448e40a
Merge pull request #1521 from krille-chan/krille/fix-analyzer-warnings-new-flutter
refactor: Fix new lints coming with flutter 3.27
2024-12-15 11:47:53 +01:00
Krille
dbe8c1b9f4
build: Update to flutter 3.27 2024-12-15 11:37:04 +01:00
Krille
21196a108f
chore: Follow up qr code buttons 2024-12-15 11:22:22 +01:00
Krille-chan
11817e6eb3
Merge pull request #1524 from krille-chan/krille/qr-code-sharing
feat: QR Code viewer for mxid sharing
2024-12-14 12:41:40 +01:00
Krille
dbf3eccc93
feat: QR Code viewer for mxid sharing
Signed-off-by: Krille <c.kussowski@famedly.com>
2024-12-14 12:30:51 +01:00
ggurdin
3e017d733f
wrap textfield in selection area to make typing work on Safari and Firefox (#1251) 2024-12-13 16:09:09 -05:00
ggurdin
bf9e0aeba2
added scroll bars to search results (#1250) 2024-12-13 15:52:02 -05:00
ggurdin
d3b405adc2
sign in copy change (#1249) 2024-12-13 15:22:18 -05:00
ggurdin
0fcc119c9a
improved logging for acceptReplacement index error (#1245)
* improved logging for acceptReplacement index error

* replace flutter_html package with fork with fix for safari regex

* better logging for cast error in PracticeActivityModel.fromJson
2024-12-13 14:25:34 -05:00
ggurdin
3cf1140039
added version numbers to update dialog (#1244) 2024-12-13 13:21:46 -05:00
ggurdin
966ab19ae0
Sentry (#1241)
* make tts response a warning

* use toString instead of typecast

* made _event without originalSent message a warning

* don't call showFirstMatch if matches is empty
2024-12-13 12:37:49 -05:00
Brord van Wierst
609eff1100
Gh action android (#1081)
* android n ios

* set this branch gh actions

* set this branch gh actions2

* set this branch gh actions3

* set this branch gh actions4

* set this branch gh actions4.1

* set this branch gh actions5

* made executable

* ...

* ...2

* ...3

* ...4

* ...5

* ...6

* ...7

* ...88

* ios test keys

* ios test keys2

* changed some fluufychat stuff

* reset activation

* pic update

* reverted integrate to run again

* ios-build1

* ios-build2

* android space clearing

* another attempt

* another attempt

* another attempt2

* another attempt3

* android downgrade

* undo cleanup

* remove cache

* sdk version force?

* sdk version force remove

* r8 fix

* material

* material remove agian

* reset gradle, up flutter

* downgfrade to 21

* android ndk up agian

* android ndk up agian2

* with disk spcae r4emove agian...

* allow ios modules

* allow ios modules2

* updated version to compile on ios

* how baout this

* ios generated files

* removed exclude group

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2024-12-13 12:02:58 -05:00
ggurdin
d41dd35075
if current version first version number is larger then remote version, or if first version is less than/equal to remote version and second number is bigger, don't show dialog (#1240) 2024-12-13 11:51:03 -05:00
ggurdin
d03698ff93
updated version number to match iOS version number (#1239) 2024-12-13 11:30:03 -05:00
ggurdin
5af7bfb581
updates to level bar popup design (#1238) 2024-12-13 11:04:18 -05:00
ggurdin
a4861cd15f
if version is bigger, don't account for build name (#1237) 2024-12-13 10:35:42 -05:00
ggurdin
50b435b7e9
added clicking sounds on button click (#1236) 2024-12-13 10:08:39 -05:00
ggurdin
0b5edffbf9
made PangeaLanguage.byLangCode nullable (#1235) 2024-12-12 16:20:41 -05:00
ggurdin
43855f1ac3
if user l1 is not set, return system language (#1234) 2024-12-12 16:12:31 -05:00
ggurdin
358f4bc4aa
only show option to enter code if room is space (#1232) 2024-12-12 14:08:48 -05:00
Wilson
3435658dbb
disable updating bot config if insufficient power level, remove respond on next reactions input (#1228)
* disable updating bot config if insufficient power level, remove respond on next reactions input

* comment .env file in pubspec.yaml

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2024-12-12 14:04:36 -05:00
ggurdin
ad64031688
if user doesn't have l1, return system lang (#1230) 2024-12-12 13:51:22 -05:00
ggurdin
cef67731f0
in stateful builder use context instead of outside context (#1229) 2024-12-12 13:19:03 -05:00
ggurdin
9444aecfd3
added enabled tts learning setting, give user a warning message when tts not available for target language (#1227) 2024-12-12 13:05:00 -05:00
ggurdin
43040c4010
only show 100 most recent uses in level bar popup (#1224) 2024-12-12 11:00:38 -05:00
ggurdin
029dbef481
Compare version number base on broken down and parsed version number rather than string difference (#1223) 2024-12-12 10:41:22 -05:00
a_youngdiggs
4cc7483c27
fixed igc match and implemented cache system (#1165)
* fixed igc match and implemented cache system

* code cleanup

* remove unused spanDetailsCache

* updated igc request hash function, use igc request hash as cache key

* give both caches their own timer and clear on interval

* made igc data cache entries into futures and removed previous message cache

* clear IGC cache at the right time, restart timer if it's been stopped

---------

Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2024-12-12 09:45:04 -05:00
Krille-chan
0687c0a496
Merge pull request #1509 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2024-12-12 10:53:43 +01:00
Piotr Orzechowski
24b1d807cd Translated using Weblate (Polish)
Currently translated at 100.0% (696 of 696 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pl/
2024-12-12 09:26:32 +01:00
xabirequejo
8f83c9d361 Translated using Weblate (Basque)
Currently translated at 100.0% (696 of 696 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/
2024-12-12 09:26:32 +01:00
ggurdin
dee409e41d
added level bar popup with XP, level, and recent construct use info (#1217) 2024-12-11 16:55:42 -05:00
ggurdin
c845c971d6
open roomID on click notification (#1216) 2024-12-11 14:34:19 -05:00
ggurdin
e38c1a08ee
1110 check app version and prompt user to update (#1215)
* initial work for checking app version

* fix error in version endpoint url

* show dialog on new version available

---------

Co-authored-by: wcjord <32568597+wcjord@users.noreply.github.com>
2024-12-11 13:56:40 -05:00
ggurdin
07f56a7ff6
Merge pull request #1213 from pangeachat/1203-change-share-link-to-pangea-chat
Change share link to pangea chat
2024-12-11 13:31:49 -05:00
ggurdin
829d68eff6
Change share link to pangea chat 2024-12-11 13:31:19 -05:00
ggurdin
1fa87685df
Merge pull request #1212 from pangeachat/1206-dont-know-where-the-unread-messages-are
exclude analytics rooms from notification counts
2024-12-11 13:20:31 -05:00
ggurdin
3c83f3e943
exclude analytics rooms from notification counts 2024-12-11 13:19:41 -05:00
ggurdin
4d7686188a
Merge pull request #1211 from pangeachat/1207-orange-box-on-audio-select
don't rely on token offsets from speech_to_text endpoint for creating…
2024-12-11 13:05:54 -05:00
ggurdin
544a2e61c4
don't rely on token offsets from speech_to_text endpoint for creating text spans 2024-12-11 13:05:22 -05:00
Krille-chan
e28ff742f2
Merge pull request #1519 from krille-chan/krille/fix-ci-tests
build: Make import sorter check not fail
2024-12-11 09:39:33 +01:00