Commit graph

761 commits

Author SHA1 Message Date
Åke Engelbrektson
c232d2dcfc
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-12 13:26:33 +01:00
Slava Monich
d3c4d96e49 Updated Russian translation 2020-11-12 03:55:02 +02:00
iamnomeutente
a4dc113232 Italian translation update and small changes 2020-11-11 19:30:44 +01:00
Sebastian Wolf
dc9e4bac89 Small adjustment to Italian translation 2020-11-11 17:56:14 +01:00
Sebastian Wolf
2cd71b3c02 Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber 2020-11-11 17:54:47 +01:00
Sebastian Wolf
4aa1542ee3 Add rlottie to About page, prepare changelog for 0.4 2020-11-11 17:54:44 +01:00
Sebastian Wolf
8ec9025dab
Merge pull request #141 from iamnomeutente/master
Italian translation updated and typo corrected
2020-11-11 17:53:50 +01:00
John Gibbon
39c61ed64c fix german translation for last name 2020-11-11 16:49:50 +01:00
iamnomeutente
92afae9f6c Typo corrected 2020-11-11 16:02:56 +01:00
iamnomeutente
0026725503 Update harbour-fernschreiber-it.ts 2020-11-11 16:01:38 +01:00
Sebastian Wolf
f93f62e88c Fix sticker width/height on smaller devices 2020-11-11 13:33:20 +01:00
Sebastian Wolf
2b139b926d
Merge pull request #140 from monich/lottie
Support for animated stickers
2020-11-11 12:29:51 +01:00
Slava Monich
8ca5956722 Made sticker animation configurable 2020-11-11 13:22:43 +02:00
Slava Monich
449784883e Support for animated stickers
TGS are gzipped Lottie-Animations.
2020-11-11 13:22:31 +02:00
Slava Monich
9de92e1b6c Added rlottie submodule
Rendered for Lottie-Animations.
2020-11-11 03:12:52 +02:00
Sebastian Wolf
3607ca98a0 Fix flickering image during resize on chat information page 2020-11-10 21:11:25 +01:00
Sebastian Wolf
5d3805759a Small UI fixes, error handling for joining chats 2020-11-09 23:22:24 +01:00
Sebastian Wolf
b4ae9cf0f3
Merge pull request #135 from jgibbon/feature/qml-runtime-optimizations
qml runtime optimizations
2020-11-09 22:01:32 +01:00
John Gibbon
bb90fe0c85 Merge remote-tracking branch 'upstream/master' into feature/qml-runtime-optimizations 2020-11-08 21:17:42 +01:00
Sebastian Wolf
89e0576adc Support open-with from external sources (e.g. web links) 2020-11-08 21:13:04 +01:00
John Gibbon
ac9d761742 add sourceSize to ProfileThumbnail 2020-11-08 20:37:52 +01:00
John Gibbon
68e2dab715 set some properties readonly 2020-11-08 20:37:17 +01:00
John Gibbon
c3ccaa069d qml runtime optimizations 2020-11-08 17:30:04 +01:00
Sebastian Wolf
5127b8ae02 Fix small typo in Spanish translation 2020-11-08 12:12:36 +01:00
Sebastian Wolf
c703120943
Merge pull request #137 from GNUuser/patch-14
Update harbour-fernschreiber-es.ts
2020-11-08 12:10:48 +01:00
Sebastian Wolf
666b68c1e3
Merge pull request #138 from monich/tdlibfile
Add TDLibFile and optimize ProfileThumbnail
2020-11-08 11:54:36 +01:00
Slava Monich
9e8038b1b6 Added TDLibFile and optimized ProfileThumbnail
Profile images seem to be loading significantly faster after
moving file fetching logic to the native code and removing the
artificial delay.

TDLibFile is a generic object which can hopefully be used
elsewhere as an efficient replacement for JavaScript.
2020-11-08 06:08:32 +02:00
carlosgonz
ecb83449ee
Update harbour-fernschreiber-es.ts 2020-11-07 20:50:49 -05:00
carlosgonz
8a3b79c50f
Update harbour-fernschreiber-es.ts 2020-11-07 20:46:36 -05:00
Sebastian Wolf
9bb24b4862 Joining/leaving chats seems to work... 2020-11-07 20:29:44 +01:00
Sebastian Wolf
ccf15121e0
Merge pull request #134 from iamnomeutente/master
Update harbour-fernschreiber-it.ts
2020-11-06 21:15:51 +01:00
Sebastian Wolf
bed24ea074
Merge pull request #133 from jgibbon/feature/var
replace variant with var
2020-11-06 21:10:06 +01:00
iamnomeutente
502a3c5490 Update harbour-fernschreiber-it.ts
New strings and some corrections (3rd-person plural > 2st singular)
2020-11-06 09:51:11 +01:00
John Gibbon
fdb8cc5852 replace variant with var
https://doc.qt.io/archives/qt-5.6/qtquick-performance.html
In general, "property var" should be considered to be superior to "property variant" for every use-case from QtQuick 2.0 and newer (note that "property variant" is marked as obsolete), as it allows a true JavaScript reference to be stored (which can reduce the number of conversions required in certain expressions).
2020-11-05 23:23:37 +01:00
Sebastian Wolf
5a9ecd03cc
Merge pull request #132 from jgibbon/feature/simple-message-delegate
Add simple message delegate
2020-11-05 22:59:01 +01:00
John Gibbon
7d28f72e98 add some message type descriptions 2020-11-05 14:06:41 +01:00
John Gibbon
37bede461b differentiate between simple/normal messages 2020-11-05 14:05:33 +01:00
Sebastian Wolf
6d3b3464bf Experiment a bit with opening new chats 2020-11-05 00:02:27 +01:00
Sebastian Wolf
c2c3bed55c
Merge pull request #130 from iamnomeutente/master
Update harbour-fernschreiber-it.ts
2020-11-04 19:29:47 +01:00
Sebastian Wolf
cb81f3c518
Merge pull request #129 from jgibbon/feature/chatpage-mark-as-read
delay viewMessage calls; animate changes
2020-11-04 19:28:30 +01:00
iamnomeutente
98d6fa60ea Update harbour-fernschreiber-it.ts 2020-11-04 16:31:39 +01:00
John Gibbon
02a4b057d6 delay viewMessage calls; animate changes 2020-11-04 12:26:57 +01:00
Sebastian Wolf
84bfb003b0 Prepare to join/see chats by link 2020-11-03 23:39:09 +01:00
Sebastian Wolf
8e46661d78 Start chat from avatar or user name 2020-11-03 22:32:36 +01:00
Sebastian Wolf
d709473ae4 Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber 2020-11-03 22:21:21 +01:00
Sebastian Wolf
bbd8e3eabf Start chat from @-mention 2020-11-03 22:21:01 +01:00
Sebastian Wolf
56c5fe2d36
Merge pull request #128 from jgibbon/bugfix/entity-sort
entity sort offset+length
2020-11-03 20:46:38 +01:00
Sebastian Wolf
23d0af9836 Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber 2020-11-03 08:19:03 +01:00
Sebastian Wolf
fd74da2408 Restore web page preview 2020-11-03 08:18:46 +01:00
Sebastian Wolf
480a71720b
Merge pull request #127 from jgibbon/bugfix/changelog-path
fix rpm changelog
2020-11-03 08:16:06 +01:00