Commit graph

960 commits

Author SHA1 Message Date
Sebastian Wolf
71283df6c5
Merge pull request #268 from Wunderfitz/voicenotes
Support sending voice notes and locations
2021-01-04 22:04:19 +01:00
Sebastian Wolf
e0b94a0487
One dedicated file per voice note recording 2021-01-04 22:03:04 +01:00
John Gibbon
81ffb53062
Use OpacityRamp to hint at scrollable attachmentsOptions 2021-01-04 20:50:20 +01:00
Sebastian Wolf
9314c56e5b
Merge pull request #270 from atlochowski/patch-9
Update harbour-fernschreiber-pl.ts
2021-01-04 19:46:40 +01:00
A
4dc05e2e10
Update harbour-fernschreiber-pl.ts 2021-01-03 22:53:20 +01:00
Sebastian Wolf
b6f77bbf8b
Merge pull request #269 from dashinfantry/patch-14
Update harbour-fernschreiber-zh_CN.ts
2021-01-03 19:21:41 +01:00
dashinfantry
e623635be5
Update harbour-fernschreiber-zh_CN.ts 2021-01-03 22:52:00 +08:00
dashinfantry
62805434f1
Update harbour-fernschreiber-zh_CN.ts 2021-01-03 22:48:06 +08:00
Sebastian Wolf
2b634471dc
Sending locations seems to work as well... 2021-01-03 01:22:30 +01:00
Sebastian Wolf
53441b5554
Merge pull request #266 from jgibbon/feature/filtered-chat-placeholder
Add a different placeholder text for no filtered chats
2021-01-02 21:13:10 +01:00
John Gibbon
cc0cc94dc5 Add a different placeholder text for no filtered chats 2021-01-02 20:46:24 +01:00
Sebastian Wolf
7c615b5cff
Merge remote-tracking branch 'origin/master' into voicenotes 2021-01-02 20:33:03 +01:00
Sebastian Wolf
fd7de65c19
Merge pull request #263 from Wunderfitz/lean-overview
Remove magnifying glass, reorganize title bar, introduce interaction hint
2021-01-02 20:30:04 +01:00
John Gibbon
54602d8a6c
Remove obsolete Row; Enable animations; Change Hint 2021-01-02 20:15:25 +01:00
Sebastian Wolf
e620c41e17
Merge branch 'master' of github.com:Wunderfitz/harbour-fernschreiber 2021-01-02 20:07:23 +01:00
Sebastian Wolf
f26820ef75
AboutPage: React properly if no profile pic is defined, fixes #264 2021-01-02 20:06:53 +01:00
Sebastian Wolf
1b83fddfe6
No strange debug logging ;) 2021-01-02 19:57:36 +01:00
Sebastian Wolf
be404d0e55
Put attachment row in a Flickable 2021-01-02 18:08:33 +01:00
Sebastian Wolf
5213084fb1
Sending voice notes seems to work... 2021-01-02 17:22:09 +01:00
Sebastian Wolf
473c603451
Reorganize title bar, introduce interaction hint 2021-01-02 16:10:01 +01:00
Sebastian Wolf
21810b05aa
Merge pull request #261 from jgibbon/bugfix/fix_some_warnings
Bugfix/fix some warnings
2021-01-02 14:17:57 +01:00
Sebastian Wolf
9453ce4ec2
Merge pull request #260 from GNUuser/patch-24
Update harbour-fernschreiber-es.ts
2021-01-02 14:12:26 +01:00
Sebastian Wolf
d38f56b9fe
Recording Vorbis files works & connected to UI 2021-01-02 00:15:25 +01:00
John Gibbon
d3eac32216 Remove warnings about Slider maximumValue not > minimumValue 2021-01-01 21:13:14 +01:00
John Gibbon
04f6c14e86 Remove warning if no draft_message is present 2021-01-01 21:06:38 +01:00
carlosgonz
732af7c334
Update harbour-fernschreiber-es.ts 2021-01-01 10:38:36 -05:00
Sebastian Wolf
fd0d188030
Merge remote-tracking branch 'origin/master' into voicenotes 2021-01-01 15:03:22 +01:00
Sebastian Wolf
2c078307dc
Add singular/plural forms to search chats page 2021-01-01 14:39:22 +01:00
Sebastian Wolf
53e0400e0c
Merge pull request #259 from jgibbon/feature/focus-textarea-on-send-option
Implement TextArea focus after message send option
2021-01-01 14:18:30 +01:00
Sebastian Wolf
01cc85f817
Merge pull request #258 from GNUuser/patch-23
Update harbour-fernschreiber-es.ts
2021-01-01 14:03:10 +01:00
Sebastian Wolf
f1b14f41ae
Merge pull request #257 from monich/badge-opacity
Apply opacity to picture and badge as a group
2021-01-01 14:01:19 +01:00
John Gibbon
42398eee96 Implement TextArea focus after message send option
fixes #149
2021-01-01 01:34:11 +01:00
carlosgonz
c3f5fee378
Update harbour-fernschreiber-es.ts 2020-12-31 15:00:32 -05:00
Sebastian Wolf
1e4455482c
Only draft message if allowed (last commit in 2020 :D) 2020-12-31 19:27:44 +01:00
Sebastian Wolf
9662df3c74
Start with voice notes 2020-12-31 19:12:50 +01:00
Slava Monich
f9a824ca2c Apply opacity to picture and badge as a group
It matters when page is being dimmed
2020-12-31 17:30:55 +02:00
Sebastian Wolf
a8ad2a6a22
Merge pull request #256 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-12-31 13:21:18 +01:00
Sebastian Wolf
d108cb109d
Merge pull request #255 from jgibbon/feature/draft-messages
implement message drafts
2020-12-31 13:17:17 +01:00
Åke Engelbrektson
1e478aa3d5
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-12-31 08:04:14 +01:00
John Gibbon
753f322053 implement message drafts 2020-12-31 01:18:14 +01:00
Sebastian Wolf
232049422a
Add 'mark chat as read/unread' feature, fixes #240 2020-12-31 00:19:36 +01:00
Sebastian Wolf
fa0aaf431e
Merge pull request #254 from monich/messageApiCleanup
Message API usage cleanup
2020-12-30 23:07:04 +01:00
Slava Monich
0cb19d833c Message API usage cleanup
1. Pass chat_id where appropriate
2. Pass message_id and chat_id (which are numbers) as numbers
3. Use pre-initialized QStrings more often
4. Don't pass numbers by const reference, it doesn't make sense
5. Removed some redundant const modifiers
2020-12-30 18:20:50 +02:00
Sebastian Wolf
6b731486cb
Merge pull request #253 from monich/stickerPreviewFix
Fixed invalid component reference in StickerPreview
2020-12-30 16:59:46 +01:00
Slava Monich
cd0eace631 Fixed invalid component reference in StickerPreview 2020-12-30 17:46:28 +02:00
Sebastian Wolf
11058bc05a
Chat List: Let a timer do the model change 2020-12-30 16:44:23 +01:00
Sebastian Wolf
e15c171640
Show send message button also if attachments are there, fixes #143 2020-12-30 16:18:50 +01:00
Sebastian Wolf
7dfe7ddc3e
Change message bubble colors for light ambiences, fixes #239 2020-12-30 13:49:57 +01:00
Sebastian Wolf
33878bb480
Merge pull request #250 from Wunderfitz/searching
Fernschreiber learns filtering and searching
2020-12-30 13:09:13 +01:00
Sebastian Wolf
8282c6e8dc
Extended credits in README 2020-12-30 12:50:37 +01:00