S1m
3e13e2cc2a
design: Padding 1st msg
2022-01-14 06:47:09 +00:00
Krille Fear
1e17d076af
Merge branch 'bubble-padding' into 'main'
...
Bubble padding
Closes #670
See merge request famedly/fluffychat!670
2022-01-03 22:19:51 +00:00
S1m
a8c094a661
feat: Change the bubble padding in style settings
2022-01-03 22:19:51 +00:00
Krille Fear
8e31a30fd0
Merge branch 'background-click' into 'main'
...
Click on background to clear selected events
See merge request famedly/fluffychat!631
2022-01-03 16:12:09 +00:00
S1m
fd7bb7f46c
change: Click on background to clear selected events
2022-01-03 16:12:09 +00:00
S1m
267f83e24c
fix: 2nd bubble padding
2022-01-03 16:06:38 +00:00
Krille Fear
e1b3b8242b
chore: Fix file message color follow up
2022-01-02 12:31:10 +01:00
Krille Fear
2089305639
feat: Nicer file event design
2022-01-02 10:12:03 +01:00
Krille Fear
e0d4798fd8
chore: Follow up wrong amplitude
2022-01-02 10:11:55 +01:00
Krille Fear
12f86533a3
chore: FIx waveforms on small screens
2022-01-01 22:08:19 +01:00
Christian Pauly
3f0c8c3ce5
chore: Follow up fix audio player waveform color
2022-01-01 17:49:01 +01:00
Christian Pauly
5fd68d489d
chore: Waveform follow up
2022-01-01 16:23:17 +01:00
Christian Pauly
964515d76c
feat: Recording dialog with displaying amplitude
2022-01-01 15:19:03 +01:00
Christian Pauly
968c7868c9
change: Make audio messages smaller
2021-12-30 12:43:42 +01:00
Christian Pauly
b571f84991
chore: Fix videoplayer centerized
2021-12-28 19:44:55 +01:00
Christian Pauly
7e442ec504
feat: Save files images and videos
2021-12-27 15:35:25 +01:00
Christian Pauly
359c8db1ac
chore: Remove player options
2021-12-27 15:30:17 +01:00
Christian Pauly
46590b5a8d
fix: Videoplayer
2021-12-27 15:23:55 +01:00
Christian Pauly
d49515011d
feat: Enable compression and thumbnails for videos
2021-12-27 13:01:51 +01:00
Christian Pauly
f79adea8da
chore: Add video background
2021-12-27 12:38:05 +01:00
Christian Pauly
541d488f53
chore: Go back to chewie
2021-12-27 12:37:16 +01:00
Dependency Update Bot
fee446489f
chore: Update dependencies
2021-12-27 11:29:25 +01:00
Christian Pauly
e1cb8baf53
feat: Better in app video player
2021-12-27 09:35:07 +01:00
Krille Fear
a059eef095
design: Use more adaptive elements
...
This uses iOS styled Sliders and share
icons on iOS.
2021-12-23 13:34:04 +01:00
Christian Pauly
3c4347b5e8
refactor: Make more files null safe
2021-12-22 10:09:22 +01:00
Krille Fear
4ef1e53494
Merge branch 'emoji+' into 'main'
...
Add + button to pick reaction
Closes #614
See merge request famedly/fluffychat!629
2021-12-22 09:04:19 +00:00
S1m
52e51a74ce
feat: Add static + button to pick reaction
2021-12-22 09:04:19 +00:00
Krille Fear
ea3216201d
Merge branch 'fix-scrolldown' into 'main'
...
Show scrollDownButton if selectedEvents is empty
Closes #558
See merge request famedly/fluffychat!630
2021-12-22 09:03:25 +00:00
S1m
3e2d28d21e
fix: Show scrollDownButton only if selectedEvents is empty
2021-12-22 09:03:24 +00:00
Krille Fear
a7991114be
Merge branch 'video-record' into 'main'
...
Add button to record a video on Android
Closes #449
See merge request famedly/fluffychat!626
2021-12-22 08:45:36 +00:00
S1m
6e224cf11c
feat: Add button to record a video on Android
2021-12-22 08:45:36 +00:00
Krille Fear
aa3d6729a5
Merge branch 'mp4-android' into 'main'
...
Play video without thumbnail if none
Closes #668
See merge request famedly/fluffychat!625
2021-12-22 08:05:10 +00:00
S1m
6670fd246d
fix: Play video without thumbnail if none
2021-12-22 08:05:09 +00:00
S1m
cb4af5a413
design: Remove redundant voice message button
2021-12-22 08:03:01 +00:00
Krille Fear
00daabf17c
fix: Better thumbnails
...
This checks if the image is png or
jpg and therefore doesnt remove
transparancy. It also encodes
thumbnails with higher resolution
to make them less ugly.
2021-12-12 12:03:58 +01:00
Krille Fear
312aa1918f
Merge branch 'rizzek/fix-missing-video-bubble-issue698' into 'main'
...
Show message bubble on download only video attachments
Closes #698
See merge request famedly/fluffychat!611
2021-12-12 10:57:37 +00:00
Drews Clausen
407c8c4168
fix: Show message bubble on download only video attachments
2021-12-12 10:57:37 +00:00
Steef Hegeman
523922c30a
refactor: /command hints add tooltips, test for missing hints, script to generate glue code, hints for dm, create, clearcache, discardsession
2021-12-12 10:56:20 +00:00
Krille Fear
7540e99323
refactor: Make send file dialog null safe
2021-12-01 20:45:07 +01:00
Krille Fear
073f6bbd7d
change: Do not compress very small images
2021-12-01 20:44:59 +01:00
Sorunome
e7b4c6f848
fix: Thumbnails in the image bubble not always showing a cached thumbnail
...
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
2021-11-30 15:54:48 +01:00
Sorunome
123a9b000c
fix: Properly position the pointer in the map bubble and add attribution
...
Prior the pointer in the map bubble wasn't offsetted upwards, so the center
of the icon marked the point, rather than the point of the icon as one would
expect.
Additionally, attribution to the OpenStreetMap project has been added.
2021-11-29 16:04:23 +01:00
Krille Fear
2737768a60
feat: Drag&Drop to send multiple files on desktop and web
2021-11-28 11:43:36 +01:00
Krille Fear
00caaa719d
fix: ChatView safearea on iPad
2021-11-27 11:20:38 +01:00
Krille Fear
3eee752953
fix: Capture getTimeline exceptions
2021-11-23 11:29:11 +00:00
Krille Fear
effea76139
chore: Nicer message info dialog
2021-11-23 08:41:01 +01:00
Krille Fear
69b7359b96
fix: Give message edits padding
2021-11-22 19:20:09 +01:00
Krille Fear
75f3574725
design: Minor color changes
2021-11-22 19:16:43 +01:00
Krille Fear
676a5069dc
chore: Minor design changes
2021-11-22 15:35:51 +01:00
Krille Fear
d5af6297f5
design: Display edit marker in new bubbles
2021-11-21 14:26:40 +01:00
Krille Fear
76fbc764d4
fix: Automatic key requests
2021-11-21 12:25:39 +01:00
Krille Fear
46dd799184
fix: Remove unused imports
2021-11-21 09:55:59 +01:00
Krille Fear
2da94897e5
refactor: Avatar widget
2021-11-20 10:42:23 +01:00
Krille Fear
99d9149ef9
fix: Only mark unread if actually marked
2021-11-19 14:57:56 +01:00
Krille Fear
7579de7323
fix: Size of bottomsheet
2021-11-19 14:51:40 +01:00
Krille Fear
8a021cdc90
Merge branch 'soru/verification-dialog' into 'main'
...
fix: Show bootstrap dialog in the appropriate places
See merge request famedly/fluffychat!549
2021-11-19 10:32:36 +00:00
Krille Fear
bc1a92be03
fix: Stickers always in square
2021-11-19 11:02:05 +01:00
Krille Fear
099f9cf881
change: Move video call button to menu
2021-11-19 10:33:26 +01:00
Krille Fear
b65f792817
fix: Dont loose selected events
2021-11-19 10:29:01 +01:00
Krille Fear
f4425771f8
feat: Send reactions to multiple events
2021-11-19 10:23:24 +01:00
Krille Fear
4b248a9bc6
fix: Do display error image widget
2021-11-19 10:01:35 +01:00
Sorunome
d9342905e8
fix: Show bootstrap dialog in the appropriate places
2021-11-19 09:23:59 +01:00
Krille Fear
48810a97c4
fix: Bubble colors
2021-11-15 13:23:47 +01:00
Krille Fear
97e644b64a
chore: Adjust colors
2021-11-15 07:59:51 +01:00
Krille Fear
10480ec408
fix: Contrast in dark mode
2021-11-14 22:15:37 +01:00
Krille Fear
76d8dbbe09
fix: Remove opacity from video widget
2021-11-14 20:24:17 +01:00
Krille Fear
397c6ed292
feat: Nicer images, stickers and videos
2021-11-14 18:57:48 +01:00
Krille Fear
dbc56c2cf2
fix: Minor design fixes
2021-11-14 12:00:49 +01:00
Krille Fear
c1cb91dc79
fix: Minor padding bugs
2021-11-14 11:53:43 +01:00
Krille Fear
c64c988910
fix: Typing indicator too large
2021-11-14 11:18:33 +01:00
Krille Fear
14fe60d8e0
feat: Display typing indicators with gif
2021-11-14 09:36:35 +01:00
Krille Fear
fbb92cbfe1
chore: Adjust image chat design
2021-11-13 20:17:11 +01:00
Krille Fear
917dde5a1c
fix: Minor design fixes
2021-11-13 19:36:39 +01:00
Krille Fear
9425aab475
chore: Adjust design
2021-11-13 19:22:11 +01:00
Krille Fear
bc41ff3e36
fix: Center inputfield
2021-11-13 19:02:26 +01:00
Krille Fear
1fb7e03fc6
fix: Seenby fontsize
2021-11-13 18:56:34 +01:00
Krille Fear
2f89913e36
feat: Nicer design of images an stickers
2021-11-13 18:55:05 +01:00
Krille Fear
86af401cfc
change: Encrypted by design, all users valid is normal not green
2021-11-13 18:47:05 +01:00
Krille Fear
fcc41a8d1d
feat: Make the main color editable for users
2021-11-13 17:57:55 +01:00
Krille Fear
39f7fd6c0b
fix: Chat background
2021-11-13 17:13:09 +01:00
Krille Fear
e2cdad27e0
feat: new design
2021-11-13 16:10:16 +01:00
Krille Fear
2311039e83
refactor: Split chat view into multiple files
2021-11-13 10:20:09 +01:00
Krille Fear
d46667b097
refactor: Pages folder structure
2021-11-09 21:32:16 +01:00