Commit graph

649 commits

Author SHA1 Message Date
Sebastian Wolf
f6d72d8ef1 Next version will be 0.6 2020-12-06 21:50:38 +01:00
Sebastian Wolf
ba0290bd1c
Merge pull request #232 from monich/chatmodel
Optimize chat model a bit
2020-12-06 21:42:35 +01:00
Slava Monich
b6c97c7f93 Optimized chat model a bit
1. Store and handle message ids as numbers rather than variants/strings
2. Incrementally update message id map
3. Expose additional roles and properties to avoid unnecessary lookups
2020-12-06 21:10:50 +02:00
Sebastian Wolf
0064b80bb9
Merge pull request #234 from monich/select
Animate display of selection panel
2020-12-06 20:07:57 +01:00
Slava Monich
2ce1ad1f49 Animate display of selection panel 2020-12-06 16:50:03 +02:00
Sebastian Wolf
e295f6e082
Merge pull request #231 from monich/poll-crash
Fix occasional crashes on long-tapping poll items
2020-12-06 01:20:05 +01:00
Slava Monich
bd695d1a91 Fix occasional crashes on long-tapping poll items
The crash was happening when Repeater was adding context menu items
instantiated by PollPreview to context menu owned by MessageListViewItem.

It's fixed by instantiating those extra menu items inside context menu
itself. Generic ListElement couldn't be used because it doesn't like
functions as property values, hence this NamedAction thing.
2020-12-06 01:52:19 +02:00
Sebastian Wolf
5d1a545317
Merge pull request #229 from monich/poll
Tweaked poll/quiz layout
2020-12-05 23:06:49 +01:00
Slava Monich
6fc88fe0d5 Mark readonly properties as such 2020-12-05 20:00:11 +02:00
Slava Monich
782561273f Tweaked poll/quiz layout
Made it slightly more compact.
2020-12-05 19:41:47 +02:00
Sebastian Wolf
633f765c80 Remove 'offline' in user status, addresses majority vote in #219 2020-12-05 15:55:45 +01:00
Sebastian Wolf
feee8be154
Merge pull request #228 from GNUuser/patch-22
Update harbour-fernschreiber-es.ts
2020-12-05 15:33:18 +01:00
Sebastian Wolf
878fbb901e
Merge pull request #227 from jgibbon/feature/general-press
press effect for more items
2020-12-05 15:31:47 +01:00
Sebastian Wolf
bc0f30bbe8
Merge pull request #203 from jgibbon/feature/functions-js-optimizations
Optimize functions.js
2020-12-05 15:19:10 +01:00
carlosgonz
455427b7cc
Update harbour-fernschreiber-es.ts 2020-12-05 08:49:53 -05:00
Sebastian Wolf
56f5a675ac Fix reload after single message, changelog for 0.5.1 2020-12-04 22:53:52 +01:00
John Gibbon
d35419d656 press effect for more items
there are still a few areas where there's no press effect (message items themselves: Text, profile thumbnail, sent icon,…)
but for now I've just aligned the components to the image changes
2020-12-04 22:47:03 +01:00
Sebastian Wolf
8f9c46a05d
Merge pull request #226 from monich/press
Press effect for image preview items
2020-12-04 21:53:06 +01:00
John Gibbon
5145c54d94 Removed unused imports 2020-12-04 21:39:02 +01:00
John Gibbon
214e6d335b Implement suggested changes
- (rebase to current master)
 - put compareAndRepeat in debug.js
 - create a new DebugPage for tests instead of AboutPage; only visible in debug mode
 - finalize PR state (remove functionsOLD left for comparisons)
2020-12-04 21:23:02 +01:00
John Gibbon
a2118edc3b Optimize functions.js 2020-12-04 21:23:02 +01:00
Sebastian Wolf
c65ff27ebe
Merge pull request #225 from jgibbon/feature/general-click
extend #224 to LocationPreview and VideoPreview
2020-12-04 21:19:45 +01:00
Slava Monich
eed1b06f97 Press effect for image preview items 2020-12-04 21:30:25 +02:00
Sebastian Wolf
00bb7289ad Fix chat list short messages in channels 2020-12-04 20:28:42 +01:00
John Gibbon
1e877dec22 extend #224 to LocationPreview and VideoPreview 2020-12-04 20:22:21 +01:00
Sebastian Wolf
01d3ff18cf
Merge pull request #224 from monich/image-click
Fixed long tap on an image
2020-12-04 19:23:07 +01:00
Slava Monich
3fdfd8d7d2 Fixed long tap on an image
MouseArea filling the image was eating mouse events which should be
handled by the list item. Handle them all at the list item level and
forward the "clicked" event to the extra content items which declare
the clicked() function.
2020-12-04 05:12:00 +02:00
Sebastian Wolf
2869a99cbc Get also the one and only message in a chat (hopefully no side-effects...) 2020-12-03 22:33:36 +01:00
Sebastian Wolf
5f67e28f45 Adjust Polish translation file 2020-12-03 22:29:52 +01:00
Sebastian Wolf
5d0398b071
Merge pull request #221 from monich/verified
Add verification badge to verified chats
2020-12-03 22:01:48 +01:00
Sebastian Wolf
fce3f1edff
Merge pull request #222 from monich/wideImages
Improve preview of wide images
2020-12-03 21:53:22 +01:00
Slava Monich
2638c3837d Improve preview of wide images
Avoid clipping. Also, handling file updates on C++ side should be good
for performance.
2020-12-03 04:54:19 +02:00
Slava Monich
38165c4f67 Add verification badge to verified chats 2020-12-03 02:13:35 +02:00
Sebastian Wolf
0241817678
Merge pull request #220 from atlochowski/patch-8
Update harbour-fernschreiber-pl.ts
2020-12-02 23:48:25 +01:00
Sebastian Wolf
196abdd6d1 Workaround for ChatPage flickable issues (moving strangely sometimes) 2020-12-02 23:46:29 +01:00
A
c8f1656477
Update harbour-fernschreiber-pl.ts 2020-12-02 10:10:36 +01:00
Sebastian Wolf
cff35e6058 Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber 2020-12-01 23:18:29 +01:00
Sebastian Wolf
a8fd0e0463 Chore: Change release version 2020-12-01 23:18:26 +01:00
Sebastian Wolf
a5fb27a752
Merge pull request #218 from GNUuser/patch-20
Update harbour-fernschreiber-es.ts
2020-12-01 22:49:23 +01:00
carlosgonz
2ecfc43f27
Update harbour-fernschreiber-es.ts 2020-12-01 16:23:33 -05:00
Sebastian Wolf
98d07c86c4 Show some love to the editing functionality 2020-12-01 21:17:13 +01:00
Sebastian Wolf
cccbfc88f1 Updated Italian translation, credits go to @iamnomeutente 2020-12-01 20:05:46 +01:00
Sebastian Wolf
185ce185df
Merge pull request #215 from atlochowski/patch-7
Update harbour-fernschreiber-pl.ts
2020-12-01 19:41:57 +01:00
Sebastian Wolf
921bf92245
Merge pull request #214 from monich/pickers
Allow any orientation for pickers
2020-12-01 19:37:31 +01:00
A
32838efbc3
Update harbour-fernschreiber-pl.ts 2020-12-01 08:43:21 +01:00
Slava Monich
abfd408227 Allow any orientation for pickers 2020-12-01 05:31:38 +02:00
Sebastian Wolf
fee25d846b Prepare changelog for 0.5 2020-11-30 21:16:27 +01:00
Sebastian Wolf
28ec4e3e1e Fix syntax errors in Russian translation 2020-11-30 20:37:03 +01:00
Sebastian Wolf
f189fdf504
Merge pull request #213 from arustg/patch-1
Update harbour-fernschreiber-ru.ts
2020-11-30 20:32:06 +01:00
Sebastian Wolf
256c22e9ed
Merge pull request #212 from jorm1s/patch-5
Update harbour-fernschreiber-fi.ts
2020-11-30 20:28:07 +01:00