Commit Graph

4600 Commits (195b4a6b0459cc0a421302b37bbc39c6fcdd4379)
 

Author SHA1 Message Date
TheOneWithTheBraid 195b4a6b04 feat: build F-Droid repo in CI
- introduce F-Droid repo in CI/CD

Fixes: #994

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Jelv 972615f91d Translated using Weblate (Dutch)
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
3 years ago
Eric c26a730dc9 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
3 years ago
Ihor Hordiichuk ab1ad14b16 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
3 years ago
Oğuz Ersen 3a97ae432a Translated using Weblate (Turkish)
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
3 years ago
Xosé M d5c4f08454 Translated using Weblate (Galician)
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
3 years ago
Priit Jõerüüt cfd934348d Translated using Weblate (Estonian)
Currently translated at 100.0% (608 of 608 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
3 years ago
Krille Fear bdc5860be5 Merge branch 'krille/update-record' into 'main'
chore: Update record package

See merge request famedly/fluffychat!975
3 years ago
Krille Fear ad1ff6b212 Merge branch 'krille/version' into 'main'
chore: Bump version

See merge request famedly/fluffychat!974
3 years ago
Christian Pauly 670a6ab05b chore: Update record package 3 years ago
Christian Pauly d0db6bb254 chore: Bump version 3 years ago
Christian Pauly 9334e88aff chore: Make push helper more stable 3 years ago
Christian Pauly 59a0520f38 chore: Make push helper more fail safe 3 years ago
Krille Fear 766904d4b7 Merge branch 'krille/notification-timeline' into 'main'
feat: Display timeline of messages in android notification

See merge request famedly/fluffychat!973
3 years ago
Christian Pauly 68a3de318c feat: Display timeline of messages in android notification 3 years ago
Krille Fear 7255c95c5d Merge branch 'krille/flickering-avatars' into 'main'
chore: Follow up flickering avatars

See merge request famedly/fluffychat!972
3 years ago
Christian Pauly a1bf8d9f90 chore: Follow up flickering avatars 3 years ago
Krille Fear e7ab79b87e Merge branch 'krille/fix-permission-chooser-dialog' into 'main'
fix: Permission chooser dialog on iOS

See merge request famedly/fluffychat!971
3 years ago
Christian Pauly e7b851dda2 fix: Permission chooser dialog on iOS 3 years ago
Jelv 2897934e7c Translated using Weblate (Dutch)
Currently translated at 99.1% (601 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
3 years ago
Krille Fear c237e1356f Merge branch 'krille/follow-up-mxc-image' into 'main'
chore: Follow up mxc image fixes

See merge request famedly/fluffychat!970
3 years ago
Christian Pauly 8d30c95333 chore: Follow up mxc image fixes 3 years ago
Krille Fear 68f2be5054 Merge branch 'krille/fix-mxc-image' into 'main'
chore: Follow up fix mxc Image

See merge request famedly/fluffychat!969
3 years ago
Christian Pauly 01c930fb66 chore: Follow up fix mxc Image 3 years ago
Krille Fear e961bdaac7 Merge branch 'krille/fix-null-checks' into 'main'
fix: Missing null checks in chat details view

See merge request famedly/fluffychat!968
3 years ago
Krille Fear a5f8e30a68 Merge branch 'krille/simplify-mxc-content' into 'main'
refactor: Simplify MxcImage and replace CachedNetworkImage

See merge request famedly/fluffychat!967
3 years ago
Christian Pauly 26cd07b900 fix: Missing null checks in chat details view 3 years ago
Christian Pauly 20c37cb51a refactor: Simplify MxcImage and replace CachedNetworkImage 3 years ago
Krille Fear 8d0ca2d769 Merge branch 'krille/add-reaction-loading-dialog' into 'main'
fix: Dont display loading dialog when adding reaction

See merge request famedly/fluffychat!966
3 years ago
Christian Pauly f284d42eca fix: Dont display loading dialog when adding reaction 3 years ago
Christian Pauly 897868b9ec fix: Clearing push triggered when only one room got seen 3 years ago
Christian Pauly e977124218 chore: Update SDK and remove old override 3 years ago
Milo Ivir 2e95016ff2 Translated using Weblate (Croatian)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
3 years ago
Xosé M 830a884e38 Translated using Weblate (Galician)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
3 years ago
TheOneWithTheBraid 41df4c4cb3 refactor: move start chat FAB to implementation file
- moved the start chat FAB to an own implementation file
- added some required animation to the FAB

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid d71c25aa80 fix: Follow up for spaces hierarchy
- fix endless spinner
- fix rooms shon twice
- fix spaces accidentally opened as rooms
- add missing spaces header to spaces view

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid dbd36d06d3 feat: libhandy integration
- supports GTK 4 window borders

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 8cb072c16b chore: Disable integration tests without runners 3 years ago
Krille Fear 2a242c177d chore: Switch to flutter 3.0.5 3 years ago
Aminda Suomalainen 26d23693fc Translated using Weblate (Finnish)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fi/
3 years ago
Linerly 1f18bbdd32 Translated using Weblate (Indonesian)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/
3 years ago
Eric 6f59c82521 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
3 years ago
Ihor Hordiichuk b6a96ec29f Translated using Weblate (Ukrainian)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
3 years ago
Oğuz Ersen fbe9e32855 Translated using Weblate (Turkish)
Currently translated at 100.0% (606 of 606 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
3 years ago
TheOneWithTheBraid 855c735aef feat: implement space hierarchy
- implement spaces hierarchy
- create expandable navigation drawer tiles
- display suggested rooms below joined rooms when in space
- everything works nested
- fix shared preferenced conflic with debug builds on Linux
- add [`package:async`](https://pub.dev/packages/async)

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Aminda Suomalainen 171c2d7b99 Translated using Weblate (Finnish)
Currently translated at 97.1% (587 of 604 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fi/
3 years ago
Przemysław Romanik 9a26ce9521 Translated using Weblate (Polish)
Currently translated at 75.3% (455 of 604 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pl/
3 years ago
Christian Pauly ab43587adb chore: Only run release tests when something has changed 3 years ago
Christian Pauly 2619395821 chore: Follow up fix 3 years ago
Christian Pauly dfe7a1c831 feat: Implement deleting pushers in app 3 years ago