Commit graph

1040 commits

Author SHA1 Message Date
dashinfantry
5b58bb7a88
Update harbour-fernschreiber-zh_CN.ts 2020-11-30 00:50:49 +08:00
carlosgonz
7319cf6323
Update harbour-fernschreiber-es.ts 2020-11-29 11:48:57 -05:00
Sebastian Wolf
86c8a09c21
Merge pull request #209 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-11-29 13:36:41 +01:00
Sebastian Wolf
782599f905 Simplify remorse popups, see #206 2020-11-29 13:33:14 +01:00
Åke Engelbrektson
2d094c1f49
Update harbour-fernschreiber-sv.ts
Fixed error
2020-11-29 13:03:34 +01:00
Åke Engelbrektson
ddce0c2c26
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-29 12:59:50 +01:00
Sebastian Wolf
db41f61c97
Merge pull request #208 from Wunderfitz/at-mentioning-18
Support for at-mentions
2020-11-29 12:56:33 +01:00
Sebastian Wolf
4aedc56ca7 Merge incoming changes from secret chat/contacts 2020-11-29 12:44:50 +01:00
Sebastian Wolf
965f6db84e
Merge pull request #205 from Wunderfitz/new-chat-from-contacts-7
New chat from contacts, initial secret chat support
2020-11-29 12:41:25 +01:00
Sebastian Wolf
f446e35051 console.log -> Debug.log 2020-11-29 12:34:42 +01:00
Sebastian Wolf
663881b266
Merge pull request #207 from monich/attach-row
Animate opening and closing of attachment row
2020-11-29 12:27:20 +01:00
Slava Monich
dff9b1668e Animate opening and closing of attachment picker row
And slightly tweaked the process of closing the sticker picker.
2020-11-29 06:48:55 +02:00
Sebastian Wolf
9aa1392b1e Postprocess at-mentions without username 2020-11-29 00:33:27 +01:00
Sebastian Wolf
f7296daf4e Start with @-mentioning in own messages 2020-11-28 23:00:10 +01:00
Sebastian Wolf
48b5e14335 Improvements after feedback round 2020-11-28 19:11:51 +01:00
Sebastian Wolf
de945c7846 Merge remote-tracking branch 'origin/master' into new-chat-from-contacts-7 2020-11-27 21:14:59 +01:00
Sebastian Wolf
cc08ee3997 Switch to file picker for documents, fix short text for audios 2020-11-27 21:13:55 +01:00
Sebastian Wolf
4bcd4faca9 Merge remote-tracking branch 'origin/master' into new-chat-from-contacts-7 2020-11-27 19:51:56 +01:00
Sebastian Wolf
fff8fc903a
Merge pull request #204 from jgibbon/bugfix/auth-handling
Fix initial auth handling
2020-11-27 19:51:16 +01:00
Sebastian Wolf
4cf35641c5 Secret chat identifer switches to qlonglong 2020-11-27 19:42:39 +01:00
John Gibbon
0ba4d9a408 Fix initial auth handling
This (hopefully, it at least LGTM) fixes two problems:
 - OverviewPage.onCompleted: It got the wrong AuthorizationState if qml was loaded too fast because it wasn't initialized. (c++)
- The QML could have tried to open the InitializationPage "onCompleted". But the initial pageStack operation is a parent in it's call stack,  so it is neither ready nor wants to accept "completeAnimation()". A zero interval Timer was added for this case.
2020-11-27 10:25:23 +01:00
Sebastian Wolf
bf6a5535d1
Merge pull request #202 from GNUuser/patch-18
Update harbour-fernschreiber-es.ts
2020-11-26 22:37:35 +01:00
Sebastian Wolf
deacb7f0ea Synchronize contacts with Telegram 2020-11-26 22:18:51 +01:00
Sebastian Wolf
7ab58d3730 Add option to close a secret chat 2020-11-26 16:11:12 +01:00
carlosgonz
aac9d779a4
Update harbour-fernschreiber-es.ts 2020-11-26 10:10:15 -05: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
Sebastian Wolf
24ab5a5953
Merge pull request #200 from monich/optimizer
Added storage optimizer option
2020-11-26 15:11:01 +01:00
Sebastian Wolf
63824e77f2 Remove debug leftover in AboutPage 2020-11-26 15:10:26 +01:00
Sebastian Wolf
87854b28c8
Merge pull request #201 from jgibbon/feature/about-for-initialization
Add menu for "About" to InitializationPage
2020-11-26 15:05:43 +01:00
Sebastian Wolf
b31072ff82 Realign emojis to avoid strange text alignment 2020-11-26 14:44:02 +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
3b8d284b2b Handle secret chat state for chat list 2020-11-25 22:09:47 +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
86599b2859 Move contacts to an own model 2020-11-24 16:13:16 +01:00
Slava Monich
b649b71868 Added storage optimizer option 2020-11-24 00:17:27 +02:00
Sebastian Wolf
7da8957423 Merge remote-tracking branch 'origin/master' into new-chat-from-contacts-7 2020-11-23 21:32:27 +01:00
Sebastian Wolf
4712d3dc0d
Merge pull request #199 from jgibbon/bugfix/functions-appnotification
fix functions scope; make appNotification global
2020-11-23 21:11:05 +01:00
Sebastian Wolf
20b773ac59 Check contacts requested via extra-attribute 2020-11-23 20:53:43 +01:00
John Gibbon
9e405918f7 fix functions scope; make appNotification global
I've left some instances of AppNotification items where they're supposed to be centered inside a component, not the whole page.
2020-11-23 20:15:28 +01:00
Sebastian Wolf
51cad07231 Yet another merge from master, need to be faster... ;) 2020-11-23 12:08:25 +01:00
Sebastian Wolf
0ad5005ea9
Merge pull request #197 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-11-23 12:03:31 +01:00
Sebastian Wolf
d93b23cde4
Merge pull request #194 from jgibbon/bugfix/copypaste
Fix copy paste artifacts
2020-11-23 12:02:52 +01:00
Sebastian Wolf
d95bc2db1a
Merge pull request #193 from monich/mce
Add MceInterface object
2020-11-23 12:02:09 +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
John Gibbon
aec4666721 Fix copy paste artifacts 2020-11-23 08:27:56 +01:00