Evgeny Poberezkin
e361bcf140
ios: update core library
2024-02-18 17:52:11 +00:00
Evgeny Poberezkin
6d523d5b4b
5.5.4: ios 199, android 183, desktop 30
2024-02-17 22:50:13 +00:00
Evgeny Poberezkin
fec34ca875
5.5.3: ios 198, android 181, desktop 29
2024-02-11 11:14:07 +00:00
Evgeny Poberezkin
09bbaa1c94
5.5.2: ios 196, android 179, desktop 28
2024-02-02 15:32:25 +00:00
Evgeny Poberezkin
bce829ef58
v5.5.1: ios 195, android 177, desktop 27
2024-01-27 23:23:29 +00:00
Evgeny Poberezkin
d0b75e0dd3
5.5: ios 194, android 175, desktop 26
2024-01-23 21:11:52 +00:00
Evgeny Poberezkin
3b614e95e3
ios: update library (5.5.0.4)
2024-01-22 19:35:39 +00:00
Evgeny Poberezkin
10b3fe1390
5.5-beta.2: ios 191, android 174, desktop 25
2024-01-20 22:54:11 +00:00
Evgeny Poberezkin
13feffb33a
ios: update library
2024-01-17 15:44:03 +00:00
Evgeny Poberezkin
d9d270f00e
ui: add Hungarian (Android only) and Turkish ( #3671 )
...
* ui: add Hungarian (Android only) and Turkish
* readme
2024-01-11 13:28:47 +00:00
Evgeny Poberezkin
61b14b22d5
5.5-beta.1: ios 189, android 171, desktop 23
2024-01-10 14:18:14 +00:00
Evgeny Poberezkin
fc56873f1c
ios: update core library
2024-01-09 19:33:55 +00:00
Evgeny Poberezkin
4508e0dfc1
Merge branch 'stable'
2024-01-09 11:07:04 +00:00
Evgeny Poberezkin
e294999044
ios: fix callkit calls via NSE ( #3655 )
...
* ios: fix callkit calls via NSE
* comments
* more reliable NSE start
* remove public logs, different RTS parameters for NSE
* only suspend NSE if we have chat controller, to avoid crashes if suspension attempted without controller created
* comments
* fix
* simplify
2024-01-08 10:56:01 +00:00
Evgeny Poberezkin
05065e919b
5.5-beta.0: ios 187, android 168, desktop 21
2023-12-30 21:09:01 +00:00
spaced4ndy
2bacc00a06
ios: rework UX of creating new connection ( #3482 )
...
* ios: connection UI (wip)
* custom search
* rework invite
* connect paste link ui
* scan rework, process errors, other fixes
* scan layout
* clear link on cancel
* improved search
* further improve search
* animation
* connect on paste in search
* layout
* layout
* layout
* layout, add conn
* delete unused invitation, create used invitation chat
* remove old views
* regular paste button
* new chat menu
* previews
* increase spacing
* animation, fix alerts
* swipe
* change text
* less sensitive gesture
* layout
* search cancel button transition
* slow down chat list animation (uses deprecated modifiers)
* icons
* update code scanner, layout
* manage camera permissions
* ask to delete unused invitation
* comment
* remove onDismiss
* don't filter chats on link in search, allow to paste text with link
* cleanup link after connection
* filter chat by link
* revert change
* show link descr
* disabled search
* underline
* filter own group
* simplify
* no animation
* add delay, move createInvitation
* update library
* possible fix for ios 15
* add explicit frame to qr code
* update library
* Revert "add explicit frame to qr code"
This reverts commit 95c7d31e47
.
* remove comment
* fix pasteboardHasURLs, disable paste button based on it
* align help texts with changed button names
Co-authored-by: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com>
* update library
* Revert "fix pasteboardHasURLs, disable paste button based on it"
This reverts commit 46f63572e9
.
* remove unused var
* restore disabled
* export localizations
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com>
2023-12-29 12:29:49 +00:00
Evgeny Poberezkin
51bf2f413c
5.4.2: ios 186, android 166, desktop 20
2023-12-27 22:24:21 +00:00
Stanislav Dmitrenko
dded56d8b8
ios: converting video to mp4 and making quality lower ( #3597 )
...
* ios: converting video to mp4 and making quality lower
Lower quality allows to play that videos on Android as well
* update export settings
---------
Co-authored-by: Avently <avently@local>
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-12-27 11:23:46 +00:00
Evgeny Poberezkin
b8cb954882
ios: update library
2023-12-23 17:24:30 +00:00
Evgeny Poberezkin
aa037c0662
ios: update core library (uses GHC 9.6.3)
2023-12-21 10:05:43 +00:00
Evgeny Poberezkin
73130bf321
ios: update core library
2023-12-13 21:48:25 +00:00
Evgeny Poberezkin
aca3a71b38
ios: update library
2023-12-11 18:57:42 +00:00
Evgeny Poberezkin
79a954336c
ios: communication between NSE and app via files ( #3533 )
...
* ios: communication between NSE and app via files
* clean up
* better concurrency
2023-12-11 12:34:56 +00:00
Evgeny Poberezkin
d3059afc99
ios, core: better notifications processing to avoid contention for database ( #3485 )
...
* core: forward notifications about message processing (for iOS notifications)
* simplexmq
* the option to keep database key, to allow re-opening the database
* export new init with keepKey and reopen DB api
* stop remote ctrl when suspending chat
* ios: close/re-open db on suspend/activate
* allow activating chat without restoring (for NSE)
* update NSE to suspend/activate (does not work)
* simplexmq
* suspend chat and close database when last notification in the process is processed
* stop reading notifications on message markers
* replace async stream with cancellable concurrent queue
* better synchronization of app and NSE
* remove outside of task
* remove unused var
* whitespace
* more debug logging, handle cancelled read after dequeue
* comments
* more comments
2023-12-09 21:59:40 +00:00
Evgeny Poberezkin
2f7632a70f
5.4.1: ios 185, android 164, desktop 19
2023-12-07 21:01:14 +00:00
Evgeny Poberezkin
9df63160e5
ios: fix simplex address view ( #3515 )
...
* ios: fix simplex address view
* fix lib paths
* fix call
2023-12-05 09:48:04 +00:00
spaced4ndy
7a54d74517
Revert "ios: update libraries ( #3474 )"
...
This reverts commit bfcb2ac230
.
2023-11-27 19:16:53 +04:00
spaced4ndy
bfcb2ac230
ios: update libraries ( #3474 )
2023-11-27 19:02:44 +04:00
Evgeny Poberezkin
de1c885501
ios: 5.4 build 184: switch to GHC 8.10.7 (9.6.3 crashes on older iPhone models), fix Connect to desktop closing when switching to QR code scan
2023-11-25 11:22:02 +00:00
Evgeny Poberezkin
1902b692f5
5.4: ios 183, android 162, desktop 18
2023-11-25 00:13:31 +00:00
Evgeny Poberezkin
3d09073bfc
ios: update core lib to 5.4.0.6
2023-11-24 20:46:00 +00:00
Evgeny Poberezkin
01f351e65a
ios: haskell RTS options ( #3433 )
2023-11-22 22:12:42 +00:00
Evgeny Poberezkin
aade3d359f
v5.4-beta.4: ios 182, android 161, desktop 17
2023-11-21 23:32:33 +00:00
Evgeny Poberezkin
f9e5a56e1a
ios: terminate session on network failure, add description for local network access
2023-11-18 22:20:22 +00:00
Evgeny Poberezkin
0322b9708b
desktop, ios: remote desktop/mobile connection ( #3223 )
...
* ui: remote desktop/mobile connection (WIP)
* add startRemoteCtrl and capability (does not work)
* re-add view
* update core library
* iOS connects to CLI
* ios: mobile ui
* multiplatform types
* update lib
* iOS and desktop connected
* fix controllers list on mobile
* remove iOS 16 paste button
* update device name
* connect existing device
* proposed model
* missing function names in exports
* unused
* remote host picker
* update type
* update lib, keep iOS session alive
* better UI
* update network statuses on switching remote/local hosts
* changes
* ios: prevent dismissing sheet/back when session is connected
* changes
* ios: fix back button asking to disconnect when not connected
* iOS: update type
* picker and session code
* multiplatform: update type
* menu fix
* ios: better ux
* desktop: better ux
* ios: options etc
* UI
* desktop: fix RemoteHostStopped event
* ios: open Use from desktop via picker
* desktop: "new mobile device"
* ios: load remote controllers synchronously, update on connect, fix alerts
* titles
* changes
* more changes to ui
* more and more changes in ui
* padding
* ios: show desktop version, handle errors
* fix stopped event
* refresh hosts always
* radical change
* optimization
* change
* ios: stop in progress session when closing window
---------
Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
2023-11-16 16:53:44 +00:00
Evgeny Poberezkin
11362941fd
5.4.0-beta.3: iOS 181, Android 160, Desktop 16
2023-11-11 12:12:04 +00:00
Evgeny Poberezkin
b33fe01e49
core: switch to GHC 9.6.3 ( #3307 )
...
* Various fixes aggregated
- windows definisions
- set compile rto 9.6.3
- flake adjust to 9.6.3
- update haskellNix
- add various patches
* Unbreak iOS
* update script and sha256map.nix
* ios: update core lib
---------
Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
2023-11-06 11:43:43 +00:00
spaced4ndy
15b55f7924
ios, android: fix contactInfo response encoding ( #3319 )
2023-11-06 13:43:37 +04:00
Evgeny Poberezkin
0bd59364fd
5.4.0-beta.2: iOS 180, Android 159, Desktop 15
2023-10-22 22:43:23 +01:00
Evgeny Poberezkin
f026a38a75
ios: update core library
2023-10-22 19:22:46 +01:00
spaced4ndy
c609303348
ios: connect plan ( #3205 )
...
* ios: connect plan
* improvements
* wording
* fixes
* rework to use dismissAllSheets with callback
* rework
* update texts
* Update apps/ios/Shared/Views/NewChat/NewChatButton.swift
* Update apps/ios/Shared/Views/NewChat/NewChatButton.swift
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-10-13 19:19:00 +04:00
Evgeny Poberezkin
4df8ea2e78
ui: update types for notification and member settings ( #3201 )
2023-10-11 23:07:05 +01:00
Evgeny Poberezkin
09e5798d59
ios: correctly parse json responses ( #3193 )
2023-10-09 16:56:42 +01:00
Evgeny Poberezkin
7231201c3c
v5.4-beta.0: ios 176, android 156, desktop 12
...
* desktop: v5.4-beta.0 build 12
* v5.4-beta.0: ios 176, android 156, desktop 12
2023-10-01 18:31:52 +01:00
spaced4ndy
420d80ad6c
5.3.1: android 154, ios 174, desktop 11
...
* 5.3.1
* 5.3.1: ios 174, desktop 11
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-09-25 16:41:53 +01:00
Evgeny Poberezkin
d6b62d0c18
5.3: ios 173, android 152, desktop 10
2023-09-22 21:09:36 +01:00
Evgeny Poberezkin
ba4c427bec
ios: update core libraries
2023-09-22 17:43:03 +01:00
Evgeny Poberezkin
b9407c0157
v5.3-beta.9: ios 172, android 151, desktop 9
2023-09-21 20:05:39 +01:00
Evgeny Poberezkin
5e8cfec653
ios: update core library
2023-09-21 19:10:19 +01:00
Evgeny Poberezkin
6f481356f7
5.3-beta.8: ios 171, android 150 ( #3085 )
...
* ios: build 171
* android: build 150
---------
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
2023-09-20 18:21:51 +01:00