Commit Graph

916 Commits (krille/test-deploy-to-testflight)

Author SHA1 Message Date
fbievan 3aa43ac8bc feat: Add toggle to mute notifications from chat groups 2 years ago
Krille 2a1a68de22 feat: Implement new error reporting tool when critical features break like playing audio or video messages or opening a chat 2 years ago
Krille cb0fe173d9 chore: Minor code clean up 2 years ago
lauren n. liberda 1e0988dd4c builds: migrate to dart 3.0/flutter 3.10 2 years ago
Krille bdcc2f6340 perf: Use valuenotifier to not rebuild chatlist 2 years ago
Krille 72921505fe fix: Scroll down button 2 years ago
Krille 55de4387f2 build: Update dependencies 2 years ago
Krille 46a630c390 Merge branch 'main' into 'main'
fix: Quick account switching

Closes #1186

See merge request famedly/fluffychat!1111
2 years ago
Krille 5a5895aea4 fix: Scrolldown button 2 years ago
JHansen ae4dee8133 Fix read reciepts 2 years ago
JHansen 71bd195c62 Fix Quick account switching 2 years ago
Krille db4410ac14 fix: Chats do not load 2 years ago
Krille 942fac427c feat: Permission dialog before open link in browser 2 years ago
Krille a5d0c4795a chore: Load chat at last read marker 2 years ago
Krille cce5900d71 chore: Follow up jump to event 2 years ago
Krille e7b0f02d2d chore: ScrollToEventId duration for jump in timeline 2 years ago
Krille 9b230f9fc1 Merge branch 'flutterwebauto2' into 'main'
feat: change to flutterwebauth2

See merge request famedly/fluffychat!1100
2 years ago
Krille 14c2bf0508 chore: Follow up jump to unread message 2 years ago
Krille e690f1e14c refactor: Not nullable room in ChatPage 2 years ago
Krille 217b952c45 refactor: Client in ChatPage 2 years ago
Krille af71649da6 refactor: Use correct Matrix instance 2 years ago
Krille d630238142 feat: Add read marker 2 years ago
noob_tea ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2 years ago
Krille f88837232b chore: Follow up lastreadeventisvisible marker 2 years ago
Krille 5c70dd39bc feat: Jump to last read event 2 years ago
Krille c00a6e3d00 feat: Use fragmented timeline to jump to event 2 years ago
Krille 2b75a4626d chore: Follow up new sliverappbar in chatlist 2 years ago
Krille a76bb64d21 chore: Follow up styling 2 years ago
Krille 61c4d0e61f style: Use SliverList for chatlist 2 years ago
ShootingStarDragons b9104f243e feat: change to flutterwebauth2 2 years ago
Krille d9aa2f8e44 refactor: Switch to file_picker package and get rid of some dependency overrides 2 years ago
Krille 5606cb8252 chore: Follow up redesign listtiles in user bottom sheet 2 years ago
Krille fc675aebaa style: Move chats to top 2 years ago
Krille ae99606531 style: Minor adjustments for modal bottom sheets 2 years ago
Christian Kußowski d235f3e511 chore: Follow up qr code width 2 years ago
Nicolas Werner 906f8c3161 fix: type error in emote pack list in rooms with only non-default packs
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.

fixes #1138
2 years ago
Christian Pauly 1aaf2f9a15 chore: Fix formatting 2 years ago
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Krille c1bc6d1090 style: Adjust new chat page 2 years ago
Christian Pauly 55b46f2b85 style: Adjust key verification dialog 2 years ago
Krille 1489b60687 chore: Follow up chat encryption desgin 2 years ago
Christian Pauly 4d8244d391 style: Encryption page adjustments 2 years ago
Christian Pauly aefe047682 style: Bootstrap design adjustments 2 years ago
Christian Pauly 339276b94a style: Use robotomono to display device keys 2 years ago
Christian Pauly 41f847ccbf chore: Follow up fix audioplayer on android 2 years ago
Christian Pauly 02de389b5d refactor: Remove syncstatus verbose logs 2 years ago
Krille 49bf5bdb0a chore: Follow up audioplayer on linux 2 years ago
Christian Pauly e2aa5584a2 style: Link underline color 2 years ago
Christian Pauly ab23ba6c2c refactor: Do only instantiate AudioPlayer() object when in use 2 years ago
Christian Pauly c24295580b feat: Enable audioplayer for web and linux 2 years ago
Christian Pauly aff10ab0ed fix: Display error when user tries to send too large file 2 years ago
Christian Pauly 96cacac084 chore: Follow up settings page design 2 years ago
Krille f0e765c3ce style: Make invite page more pretty 3 years ago
Krille 5bd0689172 style: Enhance user device settings design 3 years ago
Krille c089262ea9 chore: Display warning when logout without backup 3 years ago
Krille a0baa747ca chore: Follow up style adjustments 3 years ago
Krille da6ac90cf2 chore: Follow up remove hero animation 3 years ago
Krille fce7475801 chore: Follow up formatting 3 years ago
Krille 9c802c905b chore: Follow up settings page 3 years ago
Krille 05f72815b3 style: Enhanced chat details design 3 years ago
Krille 7d4bc6262f chore: Follow up secrity settings design 3 years ago
Krille 7c777c0b7b style: Give chat list list tiles rounded corners 3 years ago
Krille 5d53a37e2e style: New settings design 3 years ago
Krille 0b7799357a style: Nicer chips in encryption settings and icons showing device status 3 years ago
Christian Pauly 541775d675 fix: Set room visibility on group creation 3 years ago
Christian Pauly 39b830d0c1 fix: Notification settings 3 years ago
Christian Pauly b176811f7c design: Adjust design to new material 3 capabilities of Flutter 3.7 3 years ago
Gabriel Rodríguez d226bf6020 fix: avatar color 3 years ago
Gabriel Rodríguez 704ee5ef9c fix: display name contrast in dark mode 3 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 3 years ago
Krille d343c71703 chore: Update Matrix SDK and refactor 3 years ago
Krille 033cc8de31 chore: Follow up leave abandoned DM room 3 years ago
TheOneWithTheBraid 863da6a3be chore: add integration tests for spaces
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille eac784e33b fix: Archive 3 years ago
Krille 2df72b5d13 style: New modal bottom sheets 3 years ago
Krille 4376070733 refactor: Same animations everywhere in app 3 years ago
Krille 1c632bead9 style: Animate in out search results 3 years ago
Christian Pauly 06305b8300 feat: Nicer design for abandonded DM rooms 3 years ago
Krille c47ca99aaa chore: Update dependencies 3 years ago
TheOneWithTheBraid 1992d18a64 chore: add integration tests
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille 976c12e471 chore: Change invite link textfield label 3 years ago
Krille e9fb280970 design: More clear chat background and rounded popup menu 3 years ago
Krille 9d393900f8 chore: Follow up dark mode color 3 years ago
Krille 8ef1ff1e1a design: Nicer navigationrail 3 years ago
Krille 2c45552c8e chore: Update flutter_map 3 years ago
Krille 8d8848c0f7 refactor: Stories header with futurebuilder 3 years ago
Krille 85f4a539d8 chore: Follow up draft fix 3 years ago
Krille 5cf18aabbf refactor: Remove dart from folder name 3 years ago
Krille 25b44f2822 chore: Minor lable fixes 3 years ago
Krille 49b541930a chore: Follow up fix 3 years ago
Krille 6fc8aaa1bb refactor: New private chat 3 years ago
Krille Fear abd9afed7e feat: Store drafts 3 years ago
Krille Fear 5adf1aa3af fix: Hide google services warning after marked 3 years ago
Krille Fear 44532a242b chore: Make audio player dialog not dismissable 3 years ago
Krille Fear a99f596447 chore: Remove deprecated share button 3 years ago
Krille Fear 94c659d891 chore: Remove deprecated share button 3 years ago
Krille Fear 1398612190 chore: Disable audio player on linux 3 years ago
Krille Fear 680dd886d8 feat: Add audio message support to linux 3 years ago
Krille Fear 54dff35ea4 fix: File event design 3 years ago
Krille Fear 7fe0508583 fix: Correct redacted by username 3 years ago
Krille Fear 855e6b5b2c fix: Encryption button is orange in public rooms 3 years ago
Krille Fear 549fc1051e chore: Nicer new chat design 3 years ago
Krille Fear 075a5faa9c chore: Adjust onboarding design 3 years ago
Krille Fear 3d3a8f1853 chore: Follow up fix search bar 3 years ago
Krille Fear 9f4d11347c chore: Follow up fix chat list 3 years ago
TheOneWithTheBraid 71c61ad214 fix: minor issues in room list
- allow to discard focus of search field
- properly circle the search field's progress indicator
- always keep search sections visible in order to workaround annoying
  behavior: When quickly searching for a chat and one is fast at
clicking on a room, it often happens that server side results just drop
in at this moment and one clicks at the wrong item -> with a static
height as now set, this no longer happens.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille 80485c3e22 Merge branch 'braid/cute-events' into 'main'
chore: improve cute events rendering

See merge request famedly/fluffychat!1054
3 years ago
Krille Fear c4e010cf2e chore: Follow up root navigator fix 3 years ago
Krille Fear 8823e959c4 chore: Use correct mono font 3 years ago
Krille Fear 60301db6fe chore: Nicer verification dialog 3 years ago
Krille Fear 46d77bff5d design: New encryption page 3 years ago
Krille Fear ea4f2bffb0 chore: follow up fix 3 years ago
Krille Fear 3898c5e4e5 chore: Follow up start chat label 3 years ago
Krille Fear 135ed4fb17 chore: Follow up homeserver picker input 3 years ago
Krille Fear e04730c904 chore: Add new start chat image 3 years ago
TheOneWithTheBraid 1562f8e7dc chore: improve cute events rendering
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 2f71b0ac1d chore: Add gradient to chat background 3 years ago
Krille Fear a35229bf7d feat: Use Android system accent color 3 years ago
Krille ce15ca3576 Merge branch 'braid/homeserver-appbar' into 'main'
fix: homeserver error text not visible in app bar

See merge request famedly/fluffychat!1042
3 years ago
Krille Fear 7563fd7188 chore: Fix import sorting 3 years ago
Reinhart Previano Koentjoro 49b0938e1e fix: Improve story page appearance 3 years ago
Mantas Kazlauskas dccb3195fe fix location sharing 3 years ago
Christian Pauly 00f7e229b8 chore: Add sync status logs 3 years ago
Christian Pauly 082fcdb1af fix: Setup push on chat list init 3 years ago
TheOneWithTheBraid fb6dfe6507 fix: homeserver error text not visible in app bar
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 8f64afbed9 fix: Remove deprecated meomry caching of downloaded files 3 years ago
Christian Pauly 32a88d960a fix: Missing mounted check 3 years ago
TheOneWithTheBraid d90b02bc17 feat: implement cute events
Cute events help against social distancing. You can send googly eyes,
hugs and cuddles.

Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 148bc3acb1 fix: Import session on iOS 3 years ago
td f8f03b4443 chore: fix similar error on homeserver picker page 3 years ago
td 681e95dedd fix: incorrect setState inside setState in ChatListController 3 years ago
Christian Pauly a737719091 fix: Password not obscure for a second when submitting login textfield 3 years ago
Christian Pauly 0abd6f82f2 fix: Remove emoji picker workaround 3 years ago
Christian Pauly 3610bf6638 chore: Adjust colors 3 years ago
Christian Pauly d0f400cfe7 chore: Adjust colors 3 years ago
Christian Pauly ed42cb9134 chore: Design enhancements 3 years ago
Christian Pauly 46a9b6e00d chore: Update dependencies 3 years ago
Christian Pauly 65511ca114 chore: Update local notifications package 3 years ago
Krille Fear 5e5aaa8ff9 Merge branch 'main' into 'main'
Improve (most) icons and image scaling, including avatar scaling

See merge request famedly/fluffychat!1022
3 years ago
Mg138 9ec86d7a68 automatic formatting 3 years ago
Christian Pauly 77d5ca4f0a fix: Share files 3 years ago
Christian Pauly f026976c17 refactor: Minor chatlist refactoring 3 years ago
Krille Fear 6dee9e7ceb chore: Follow up design fix 3 years ago
Mg138 a04b8ad8c7 improved (most) icons/image scaling, including avatar scaling 3 years ago
Krille Fear 253ab86883 chore: Follow up login fix 3 years ago
Krille Fear 55847ba1b1 fix: Hide password at login page 3 years ago
TheOneWithTheBraid 507b5e5638 chore: update WebRTC interface
- fixes "dial" starting when opening FluffyChat

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 98d2ac021b design: Improve login design 3 years ago
Christian Pauly 796018cae2 chore: Follow up chat list color 3 years ago
Christian Pauly f58bd3170e refactor: No longer need selected of chat list tile 3 years ago