Evgeny Poberezkin
c47a7d78fe
support for unknown message content types ( #395 )
...
* android: parse/serialize unknown chat items
* ios: more resilient decoding of MsgContent
* core: preserve JSON of unknown message content type in MCUknown, so it can be parsed once it is supported by the client
2022-03-03 08:32:25 +00:00
Evgeny Poberezkin
b10b3a3434
ios: update libs
2022-03-02 20:15:22 +00:00
Efim Poberezkin
9d4de4b295
core: correctly set "yes to migrations" in agent config ( #393 )
2022-03-02 22:18:14 +04:00
Evgeny Poberezkin
2e5b123749
update simplexmq
2022-03-02 16:04:06 +00:00
Evgeny Poberezkin
3a6eaa3ddd
android: update build number (7)
2022-03-02 15:57:21 +00:00
Evgeny Poberezkin
eb42d739cb
android: update version/build 0.4 (6)
2022-03-02 07:11:20 +00:00
Evgeny Poberezkin
e5d5bd5ec8
android: disable background loading
2022-03-01 21:39:37 +00:00
Evgeny Poberezkin
24166a4271
android: background loading
2022-03-01 21:26:47 +00:00
Evgeny Poberezkin
232149817e
ios: fix alerts, build 20 ( #390 )
2022-03-01 18:05:05 +00:00
Moritz Angermann
a286834eb5
bump nixpkgs
2022-03-01 16:04:54 +00:00
Evgeny Poberezkin
c500616bb4
update privacy policy, build number ( #389 )
2022-03-01 08:45:54 +00:00
Evgeny Poberezkin
42faa2e75b
patch getentropy ( #388 )
...
* bump nixpkgs
* patch entropy
* bump haskell.nix
* remove file
Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
2022-03-01 07:01:52 +00:00
Evgeny Poberezkin
b19cf35d28
iOS: v1 AppStore release ( #386 )
...
* fix: disable create when display name is empty
* update version/build 1.0 (17)
* update build number (18)
* terms and privacy policy
2022-02-28 20:45:31 +00:00
Evgeny Poberezkin
4585c7b649
ios: update build version (16)
2022-02-28 14:31:55 +00:00
Evgeny Poberezkin
326a2a1877
ci: add x86 packages ( #383 )
2022-02-28 13:52:20 +00:00
Efim Poberezkin
8d057613f5
core: update default servers ( #385 )
2022-02-28 16:27:55 +04:00
Evgeny Poberezkin
0b00c2ad76
android: receiving messages in background; ios: background task completion ( #382 )
...
* android: receiving messages in background; ios: background task completion
* complete receiving and sending messages in background
2022-02-28 10:44:48 +00:00
Evgeny Poberezkin
310f56a9b3
update version/build: ios 0.4 (15), android 0.3 (5)
2022-02-27 19:25:40 +00:00
Evgeny Poberezkin
0a94e740d2
android: refactor modal views without navigation controller ( #381 )
...
* android: refactor modal views without navigation controller
* refactor navigation
* make alert manager global
* disable CRPendingSubSummary in terminal, hamburger menu instead of gear
2022-02-27 18:16:38 +00:00
IanRDavies
3f3a503def
android: notifications ( #369 )
...
* minimal implementation of notifications and broken framework for background check for messages
* linting and need different id to have multiple messages
* working notification on new messages
* add autocancel to notifications
* add rudimentary linking to chat from notification
* group notifications from the same chat
* clarify comment
* revert to working version
* refactor
* minors
* two channels, silent and shouty
* rudimentary state control for notifications
* check if running in foreground
* more elegant solution to don't notify if in chat
* tidy up DisposableEffect use
* change message notification priority to high
* nuke opt-ins
* navigation via notification occasionally works with race condition (WIP)
* notification navigation is working; remove chat list/view from navigation; refactor ChatListNavLinkView
* group all simplex notifications, only show the latest message per chat, notification icons
* increase time to 30 sec
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-02-27 12:14:26 +00:00
Evgeny Poberezkin
0413865a3b
ios, core: fix add contact screen, add logging, additional chat events ( #380 )
...
* ios, core: fix add contact screen, add logging, additional chat events
* fix alert dialogues
* fix precedence parsing error
* update alert messages
2022-02-26 20:21:32 +00:00
Efim Poberezkin
98268a95c2
Merge pull request #379 from simplex-chat/master (v1.3.0 terminal app)
2022-02-26 17:25:05 +04:00
Evgeny Poberezkin
1110a78e06
update versions/build #s: ios 0.4 (14), android 0.3 (4)
2022-02-26 13:10:47 +00:00
Efim Poberezkin
6086f76d95
1.3.0
2022-02-26 16:41:11 +04:00
Efim Poberezkin
268eaaa9ca
prepare v1.3.0 ( #378 )
2022-02-26 16:24:56 +04:00
Evgeny Poberezkin
ad1612d84a
android: markdown help ( #376 )
2022-02-26 15:35:51 +04:00
Evgeny Poberezkin
0389a58f64
core: fix failing subscriptions when user address is missing ( #377 )
...
* core: fix failing subscriptions when user address is missing
* set concurrency limit on subscriptions
2022-02-26 10:04:25 +00:00
Evgeny Poberezkin
6ee2f334f6
update build number (12)
2022-02-26 08:24:58 +00:00
Evgeny Poberezkin
a5afdf4e91
ios: update version/build 0.4 (11)
2022-02-25 21:57:05 +00:00
Evgeny Poberezkin
ecaa570ff3
free C strings ( #375 )
2022-02-25 21:07:36 +00:00
Evgeny Poberezkin
1d2d1e6df7
process subscription summaries in ios/android ( #374 )
2022-02-25 20:26:56 +00:00
Efim Poberezkin
c242f0079c
core: add fks to messages ( #368 )
2022-02-25 21:59:35 +04:00
Evgeny Poberezkin
727c533f93
update build number to 0.2 (3)
2022-02-25 15:29:52 +00:00
Efim Poberezkin
5961b7d951
asynchronously subscribe to user connections ( #310 )
...
* asynchronously subscribe to user connections
* send subscription status summaries to view/api
* refactor
* add help messages in summaries
* update simplexmq
* rename config field
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-02-25 12:29:36 +00:00
Evgeny Poberezkin
bbab069bcd
android: replace while true loop with async recursion ( #371 )
2022-02-25 11:37:47 +00:00
Evgeny Poberezkin
1cf3b776d7
ios: use core markdown parser, also make messages in android selectable ( #372 )
...
* ios: use core markdown parser, also make messages in android selectable
* remove bold font from members in previews
* markdown help
* text selection
2022-02-25 07:16:19 +00:00
Evgeny Poberezkin
1aa2643c18
android: show member names in group messages ( #370 )
...
* android: show member names in group messages
* refactor
2022-02-24 18:02:59 +00:00
Evgeny Poberezkin
1150c04298
ios: process commands and messages asynchronously, on the background thread ( #367 )
...
* ios: process commands and messages asynchronously, on the background thread
* move model updates to main thread
2022-02-24 17:16:41 +00:00
Efim Poberezkin
9c57ab5221
android: user address; fix add and connect contact views dark mode; chat list view styling ( #359 )
2022-02-24 12:58:59 +04:00
IanRDavies
3e61b8c21a
ios: display name validation ( #364 )
...
* try to add warning text if display name has whitespace
* simplify
* layout/error icon
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-02-24 08:45:19 +00:00
IanRDavies
99bed645f3
android: more welcome styling ( #363 )
...
* spacing and size updates to welcome page
* spacing and allow space for keyboard
2022-02-24 08:01:41 +00:00
Evgeny Poberezkin
51f5982205
markdown: parse emails and phone numbers ( #365 )
...
* markdown: parse emails and phone numbers
* phone parsing
* refactor
2022-02-24 07:55:18 +00:00
Evgeny Poberezkin
b7a06dd0cf
show date on the same line as the message if space allows ( #362 )
2022-02-23 21:48:48 +04:00
IanRDavies
e071e4cdbf
add check for whitespace in display name ( #360 )
2022-02-23 12:40:50 +00:00
Evgeny Poberezkin
470b18786e
android: show markdown in messages ( #361 )
...
* android: show markdown in messages
* empty line
2022-02-23 12:30:48 +00:00
Evgeny Poberezkin
8f21453e82
fix markdown type for Colored, add types/parsing for formatted text to iOS/android ( #358 )
2022-02-23 08:45:49 +00:00
Evgeny Poberezkin
fb76917ec3
android: update version/build 0.2 (2)
2022-02-23 07:35:22 +00:00
Evgeny Poberezkin
c53500812c
android: fix bottom sheet delay and graying out the rest of the screen ( #356 )
2022-02-22 20:52:02 +00:00
Evgeny Poberezkin
5e6b9e578b
smaller size for unread count, show 1000s as Ks ( #355 )
2022-02-22 19:43:29 +00:00
Efim Poberezkin
f9c495a596
android: help view ( #351 )
...
* android: help view
* chats loaded
* remove comment
2022-02-22 19:38:47 +00:00