John Preston
|
0af6c4b0b6
|
Add local validation for card information.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
e077163322
|
Add nice country choosing in payments.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
47fdef1e38
|
Improve checkout information / card page design.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
fafea73ea7
|
Improve checkout main page design.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
56031a6402
|
Handle native / non-native payment methods (same way).
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
5e4bc200c2
|
Support entering card details natively.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
5bc6e6533f
|
Fix jumping of Media Viewer in some DEs.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
76b4e18518
|
Port required parts of Stripe SDK to lib_stripe.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
994dbf9eb5
|
Validate saved information on payment form open.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
212497413c
|
Show some payment errors, focus fields.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
0d44736575
|
First full-featured version of payments, no design.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
4c707bff29
|
Start proper payments processing.
|
2021-04-06 18:41:15 +04:00 |
|
John Preston
|
25bbde2739
|
Use navigation cancel in Webview.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
c74e240d30
|
Update lib_webview.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
7b277aa770
|
Start Linux support.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
f93527442d
|
Use lib_webview implementation on macOS.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
35610da750
|
Use lib_webview implementation on Windows.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
21228783da
|
Fix webview on macOS.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
b323e5ffcf
|
3DSecure in Proof-Of-Concept payments.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
7c979144fc
|
Proof-Of-Concept simplest invoice payment.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
fd85efa9ba
|
Link Telegram with lib_webview.
|
2021-04-06 18:36:09 +04:00 |
|
John Preston
|
22da48d231
|
Add webview / lib_webview submodules.
|
2021-04-06 18:36:09 +04:00 |
|
Ilya Fedin
|
3343880ed0
|
Watch for network availability changes
|
2021-04-06 16:40:29 +03:00 |
|
|
|
74cd006cac
|
Fix missing messages when forwarding to open chat
|
2021-04-06 06:56:17 +03:00 |
|
|
|
8d0b9ce1b5
|
Avoid iterating item list
|
2021-04-06 04:14:59 +03:00 |
|
|
|
dd53d8df47
|
Fix refreshing of file references
|
2021-04-06 03:52:04 +03:00 |
|
|
|
039a8871b5
|
Use shared_ptr for media references
|
2021-04-06 03:47:44 +03:00 |
|
|
|
3b2c9f94c2
|
Remove unused variable in unquoted forward
|
2021-04-06 03:05:17 +03:00 |
|
|
|
c87c1596b9
|
Make some logs debug-only
|
2021-04-06 02:30:18 +03:00 |
|
|
|
4301ffbe1d
|
Fix fonts applying after crash window
|
2021-04-05 17:00:18 +03:00 |
|
Ilya Fedin
|
df73bda1ff
|
Update lib_ui
|
2021-04-05 10:19:24 +03:00 |
|
Ilya Fedin
|
75a782cced
|
Workaround force setting of WM_TRANSIENT_HINT in Qt's xcb backend
|
2021-04-05 10:19:24 +03:00 |
|
Ilya Fedin
|
0e126e2550
|
More advanced logging about... logging
|
2021-04-05 09:22:04 +03:00 |
|
Ilya Fedin
|
cffb615a4d
|
Fix build
|
2021-04-05 09:22:04 +03:00 |
|
Ilya Fedin
|
7ab3be3631
|
Handle any audio type with MPRIS
|
2021-04-05 09:08:33 +03:00 |
|
Ilya Fedin
|
591488c497
|
Close players instead of quitting the app
|
2021-04-05 09:08:33 +03:00 |
|
Ilya Fedin
|
ae54c8af6a
|
Add support for setting cover with MPRIS
|
2021-04-05 09:08:33 +03:00 |
|
Ilya Fedin
|
30c86523ff
|
Remove redudant indenattion level in MPRIS XML
|
2021-04-05 09:08:33 +03:00 |
|
Ilya Fedin
|
9a6e571154
|
Move XDP file dialog to glibmm mime type & regex methods
|
2021-04-05 08:30:04 +03:00 |
|
Ilya Fedin
|
13a497cf5d
|
Update lib_base
|
2021-04-05 08:25:47 +03:00 |
|
Ilya Fedin
|
6463890b11
|
Workaround snap's activation restriction
|
2021-04-05 08:25:47 +03:00 |
|
Ilya Fedin
|
073b5b106c
|
Get rid of modal parent hack
It was introduced to workaround the absence of size hints propagating in Qt 5.12 Wayland backend, there's no need in it anymore
|
2021-04-05 08:03:46 +03:00 |
|
Ilya Fedin
|
0cd8cc67c5
|
Scale window icon manually when getting from icon theme
|
2021-04-05 08:02:50 +03:00 |
|
Nicholas Guriev
|
f528a240d9
|
Rely on QT_STRINGIFY instead of custom macro
|
2021-04-05 07:59:18 +03:00 |
|
|
|
f18c0d97f9
|
Disabled Qt scaling on all platforms by default
|
2021-04-04 02:13:43 +03:00 |
|
GitHub Action
|
a814c3f428
|
Update User-Agent for DNS to Chrome 89.0.4389.90.
|
2021-04-02 20:49:20 +03:00 |
|
Ilya Fedin
|
81d052adfc
|
Add a way to get dark mode state on KDE
|
2021-04-02 20:30:47 +03:00 |
|
Ilya Fedin
|
822c1cafd2
|
Fix a space on end of a line in linux_mpris_support
|
2021-04-02 20:30:47 +03:00 |
|
|
|
2787c22f7c
|
Fix language files
|
2021-04-02 07:57:17 +03:00 |
|
|
|
1b9015f70c
|
Use shorter phrase for Qt scaling in Russian
|
2021-04-02 05:10:34 +03:00 |
|