Albert Astals Cid
dcbbbd9296
GIT_SILENT Upgrade release service version to 24.01.80.
2023-11-25 00:51:46 +01:00
Tobias Fella
877575b4d3
Fix kirigami name
2023-11-14 19:18:02 +01:00
Joshua Goins
f7bd24db34
Depend on QCoro::Network
...
For awaiting on QNetworkReply
2023-11-10 18:08:52 +00:00
Joshua Goins
1a3055df86
Add optional KUnifiedPush dependency
2023-11-09 21:40:09 +00:00
Tobias Fella
819d88e18c
Assorted Qt6 android fixes
2023-11-07 23:17:38 +01:00
Albert Astals Cid
08b84c6592
GIT_SILENT Upgrade release service version to 24.01.75.
2023-11-07 21:11:26 +01:00
Tobias Fella
feb87e6f70
Show QR codes in UserDetailDialog
2023-11-03 16:23:54 +00:00
Tobias Fella
9dcb7b49fa
Use KColorScheme
2023-10-24 07:55:01 +00:00
Tobias Fella
26fd26f9fd
Enable android qt6 ci
2023-10-19 20:18:15 +00:00
Laurent Montel
2df9a26cdc
QTLOCATION_MODULE_QML_VERSION was used during qt5/qt6 support. Now version is not necessary in qt6
2023-10-14 20:42:19 +02:00
Carl Schwan
f22107c8ab
Colorful emoji in reaction
...
Use ICU to determine if the string contains only emojis
2023-09-23 22:16:11 +02:00
Tobias Fella
feb2dbc9fb
Don't try finding KStatusNotifierItem on android
2023-09-13 12:05:40 +00:00
Tobias Fella
539fdcaf2e
Remove compatibility with Qt5 in CMake
2023-09-13 11:09:41 +00:00
Antonio Rojas
763198b2c3
Add cmake check for qtlocation QML module
...
So that packagers are notified that it is a dependency
2023-09-10 10:12:52 +00:00
Tobias Fella
59164d3bb2
Implement account registration
...
Implements #7
2023-08-28 10:05:09 +00:00
Tobias Fella
ed033a1c5e
Raise compiler settings level to 5.105
2023-08-21 13:02:14 +02:00
Nicolas Fella
6df60a39b0
Port to KStatusNotifierItem framework
2023-08-16 11:43:56 +00:00
Carl Schwan
0162d91b60
Ensure e2ee is enabled
2023-07-31 07:09:23 +00:00
Tobias Fella
ba5445e135
Stop finding QtKeychain
...
Has been upstreamed to libQuotient
2023-07-22 16:14:56 +02:00
Tobias Fella
13988da4fc
Add login appium test
2023-07-20 07:14:23 +00:00
Tobias Fella
9b31fdea10
Cleanup CMake after depending on libQuotient 0.7
2023-07-18 05:26:49 +00:00
Albert Astals Cid
7debf47833
GIT_SILENT Upgrade release service version to 23.11.70.
2023-07-17 12:53:16 +02:00
Tobias Fella
2c142c36e6
Remove cmake policy
2023-07-17 11:57:19 +02:00
Laurent Montel
0e1c7f8c47
Fix qml Audio/Video support in qt6 too.
...
in Audio qt6 we don't have autoload feature but we disable it in qt5 => it seems ok
In Video qml qt6 we don't have flushMode.
2023-07-15 12:51:13 +00:00
Tobias Fella
c963966f1d
Enforce namespaced includes for libQuotient
2023-07-15 14:05:11 +02:00
Tobias Fella
294812956a
Require libQuotient 0.7
2023-07-15 00:53:43 +02:00
Laurent Montel
98e86f887b
Adapt qml for qt5 and qt6
2023-07-12 22:28:08 +00:00
Laurent Montel
882a0d4901
Autogenerate + Install debug category file
2023-07-12 09:50:58 +00:00
Volker Krause
81928d8b93
Fix binary stripping of APKs with Qt 5.15.10
...
This fixes APKs on binary factory having exploded in size 3x-5x after
the Qt 5.15.10 update. This also affects release packages and will need
to be backported to those (in Craft).
2023-07-08 07:51:24 +02:00
Tobias Fella
42ca128d7f
Fix linking against Qt6 libQuotient
2023-05-07 15:10:32 +00:00
Tobias Fella
4a29e0d0e1
Add categorized logging to MessageEventModel
2023-05-06 17:53:01 +02:00
Carl Schwan
fc1dc5c1d6
Bump dependency to kirigami
...
We need the new settings action api
2023-04-22 09:49:59 +00:00
Tobias Fella
ccb1748ab3
Only try to find sqlite on android
...
Cleans up the cmake output a bit
2023-03-19 01:54:16 +01:00
James Graham
ac775c5aaf
Add pie shaped progress bar for chatbar instead of busy indicator
...

Closes network/neochat#151
2023-03-16 19:22:37 +00:00
Albert Astals Cid
4a38d83a68
GIT_SILENT Upgrade release service version to 23.07.70.
2023-03-10 22:00:27 +01:00
Nicolas Fella
b4b24430a1
Allow building against KF6
2023-03-09 15:50:43 +01:00
Joshua Goins
3d67a682f4
Bump kirigami-addons to 0.7.2
2023-03-08 09:33:34 -05:00
Tobias Fella
ac88e13e58
Update Tobias' email address
2023-02-27 19:13:48 +01:00
Devin Lin
dfb32fe687
Fix project name
2023-02-07 20:15:48 +00:00
Devin Lin
55507112a9
Move neochat to the release service
2023-02-07 20:15:48 +00:00
Carl Schwan
391b61dcb4
Bump cmake version to 23.01
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2023-01-27 20:47:44 +00:00
Tobias Fella
f7b8ae2af2
Link against sqlite on android
...
This is needed to ensure that the sqlite lib is packaged into the apk
2023-01-27 21:33:57 +01:00
Volker Krause
8e83b923d9
Adapt APK build to Qt 5.15.8
...
This should fix the binary factory build, but it unfortunately not backward
compatible below Qt 5.15.8. Qt 6 will need the same changes anyway, so it's
not all bad at least.
2023-01-19 17:17:47 +01:00
Nicolas Fella
76f686b580
Require QCoro 0.4
2022-12-13 18:06:51 +00:00
Bhushan Shah
3f8d2a11d0
Update version number for 22.11
...
GIT_SILENT
2022-11-30 13:30:05 +05:30
Devin Lin
85b0ec1e96
Add compile time Kirigami Addons dependency
2022-11-29 03:15:50 +00:00
Nicolas Fella
d07066e540
Don't hardcode Qt5
2022-11-28 03:06:45 +01:00
Tobias Fella
dd0300d025
Reimplement normal emoji completion
...
BUG: 460632
2022-11-26 13:56:02 +00:00
Carl Schwan
05c4d6d90c
Port Settings to new Kirigami Form components
2022-11-16 09:52:40 +00:00
Carl Schwan
4ed123fd52
Start adding autotests
2022-11-14 23:25:39 +00:00