Commit graph

203 commits

Author SHA1 Message Date
Sebastian Wolf
7ab58d3730 Add option to close a secret chat 2020-11-26 16:11:12 +01:00
Sebastian Wolf
6f889437ed Merge latest upstream changes... 2020-11-26 15:38:15 +01:00
Sebastian Wolf
f58c2aaffa Update translation files 2020-11-26 15:22:44 +01:00
John Gibbon
12136a0e7e Add menu for "About" to InitializationPage
Also puts the account specific info from "AboutPage" into a Loader to make it optional without much effort.
2020-11-26 11:18:17 +01:00
Sebastian Wolf
90f7535fda Secret chats begin to work properly... 2020-11-26 00:25:15 +01:00
Sebastian Wolf
a6d8328b10 I can see secret chats... ;) 2020-11-25 00:23:38 +01:00
Sebastian Wolf
4713fbfba6 Apply a dumb filter on contacts 2020-11-24 17:28:41 +01:00
Sebastian Wolf
51cad07231 Yet another merge from master, need to be faster... ;) 2020-11-23 12:08:25 +01:00
Åke Engelbrektson
3555c522ab
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-23 11:48:23 +01:00
dashinfantry
073af09d95 Update harbour-fernschreiber-zh_CN.ts 2020-11-23 10:44:33 +01:00
iamnomeutente
75dcf88ab0 Update harbour-fernschreiber-it.ts 2020-11-23 10:44:13 +01:00
Sebastian Wolf
cb764bae67 Translation file updates 2020-11-22 19:15:14 +01:00
Sebastian Wolf
c6fa5cf97f Options for creating new chats... 2020-11-21 22:13:37 +01:00
Miikka Jormanainen
c80d8877fb Update harbour-fernschreiber-fi.ts 2020-11-21 15:18:34 +02:00
Sebastian Wolf
4d1bd029bc Merge remote-tracking branch 'origin/master' into new-chat-from-contacts-7 2020-11-21 10:21:53 +01:00
Sebastian Wolf
4bbeb4fa34 Only clear chat model if navigated back | update translation files 2020-11-21 10:12:59 +01:00
Åke Engelbrektson
ddd7432a3f
Update harbour-fernschreiber-sv.ts
Some improvements to Swedish translation, before I forget.
2020-11-21 08:32:24 +01:00
Sebastian Wolf
dd6239c119 Hotfix: Use up-to-date chat information for open-by-notification 2020-11-20 19:08:05 +01:00
Sebastian Wolf
3dbf38a1fa Start implementing 'New Chat' functionality 2020-11-20 18:30:33 +01:00
Sebastian Wolf
4c1f3f7dfc
Merge pull request #183 from atlochowski/patch-6
Update harbour-fernschreiber-pl.ts
2020-11-20 12:05:19 +01:00
Sebastian Wolf
0168fcec79
Merge pull request #182 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-11-20 12:03:38 +01:00
Sebastian Wolf
ee58b49c30
Merge pull request #181 from GNUuser/patch-17
Update harbour-fernschreiber-es.ts
2020-11-20 12:00:29 +01:00
A
c7aa5e4331
Update harbour-fernschreiber-pl.ts 2020-11-20 10:06:28 +01:00
Åke Engelbrektson
219546dfbd
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-20 07:45:27 +01:00
carlosgonz
4bd6d01a2b
Update harbour-fernschreiber-es.ts 2020-11-19 22:08:47 -05:00
dashinfantry
2ab4f97fbb
Update harbour-fernschreiber-zh_CN.ts 2020-11-20 10:02:53 +08:00
John Gibbon
616658ab35 %n → %Ln; remove more .arg() 2020-11-19 11:27:10 +01:00
John Gibbon
b48ca728d2 change/enable plural handling 2020-11-19 11:27:10 +01:00
John Gibbon
cf1c25f156 [%n1|%L1] → %Ln 2020-11-19 11:27:10 +01:00
Sebastian Wolf
204966e265
Merge pull request #178 from atlochowski/patch-5
Update harbour-fernschreiber-pl.ts
2020-11-19 11:20:45 +01:00
A
86c1d1538d
Update harbour-fernschreiber-pl.ts 2020-11-19 09:37:03 +01:00
Sebastian Wolf
af47ae2c72 Some improvements as suggested by @jgibbon, add unpin feature 2020-11-18 15:01:16 +01:00
Sebastian Wolf
b35d268b12 Now able to pin messages and show in-reply-to messages in overlay 2020-11-18 15:00:05 +01:00
Sebastian Wolf
2830f50a35 React properly on pinned message changes, nice message overlay ;) 2020-11-18 14:59:35 +01:00
Sebastian Wolf
15be3862f6 Display pinned message in chat 2020-11-18 14:59:15 +01:00
Sebastian Wolf
ece80e33cc Polish translation file got updated... 2020-11-18 12:18:28 +01:00
Sebastian Wolf
a5d0486128
Merge branch 'master' into feature/chatinfo-changes 2020-11-17 21:15:33 +01:00
A
d20893cfbd
Update harbour-fernschreiber-pl.ts 2020-11-17 20:38:08 +01:00
A
c304d8b807
Update harbour-fernschreiber-pl.ts 2020-11-17 11:26:20 +01:00
John Gibbon
182a2d1344 ChatInfoPage as attached page
fixes #150: Now basically everything is inside a loader; ChatInformationPage is added to ChatPage with pageStack.pushAttached

fixes #166: Replaces the clunky VisualItemModel in tab view and doesn't initialize multiple times.
2020-11-17 10:09:11 +01:00
Åke Engelbrektson
cb20bb686b Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-17 09:31:50 +01:00
dashinfantry
29fed2e7fc Update harbour-fernschreiber-zh_CN.ts 2020-11-17 09:30:24 +01:00
Sebastian Wolf
6e6396eac4 Fix erroneous display for some web page previews 2020-11-16 15:12:18 +01:00
Sebastian Wolf
aeca799006 Harmonize error handling, ignore 404 (for now) 2020-11-16 14:37:14 +01:00
carlosgonz
e5aa0d2bf5 Update harbour-fernschreiber-es.ts 2020-11-16 10:06:33 +01:00
Sebastian Wolf
c8c0044815 Display all error messages (let's see how it works...) 2020-11-15 23:29:04 +01:00
John Gibbon
a33aaad1fe add en translation
Added en translation because the default "POSIX fallback" will never handle plural strings correctly.
2020-11-15 20:42:33 +01:00
Sebastian Wolf
5e7d62982f
Merge pull request #161 from GNUuser/patch-15
Update harbour-fernschreiber-es.ts
2020-11-15 17:29:28 +01:00
carlosgonz
37841e3494
Update harbour-fernschreiber-es.ts 2020-11-15 10:38:30 -05:00
John Gibbon
a8ca33fa3d multiple message selection 2020-11-14 23:50:12 +01:00