Evgeny Poberezkin
214ecf605b
minor UI improvements ( #267 )
2022-02-04 16:31:08 +00:00
Evgeny Poberezkin
7d06d0660d
Merge pull request #266 from simplex-chat/ep/fix-utf8-api
...
fix utf8 encoding for C API requests
2022-02-04 12:46:45 +00:00
Evgeny Poberezkin
c34eddb82a
fix utf8 encoding for C API requests
2022-02-04 12:41:43 +00:00
Efim Poberezkin
9969606432
fix utf8 encoding when writing to database
2022-02-04 14:30:00 +04:00
Evgeny Poberezkin
d8abdb7927
Merge pull request #265 from simplex-chat/ep/sync-cmd
...
fix C string UTF8 encoding, revert to sync commands
2022-02-04 08:50:52 +00:00
Evgeny Poberezkin
71a60795cf
Merge pull request #263 from simplex-chat/ep/ios-fixes
...
configure build for device/simulator
2022-02-04 08:17:18 +00:00
Evgeny Poberezkin
d07ce0b8f4
use 8 byte characters, as encoding is handled elsewhere
2022-02-04 08:15:25 +00:00
Evgeny Poberezkin
565bc70843
sync commands
2022-02-04 08:02:48 +00:00
Efim Poberezkin
7924861810
sort chat items by id ( #264 )
2022-02-04 11:12:12 +04:00
Evgeny Poberezkin
08dd92b726
configure build for device/simulator
2022-02-03 18:22:05 +00:00
Evgeny Poberezkin
dca5dc4fce
iOS version 1.0.1
2022-02-03 07:18:17 +00:00
Evgeny Poberezkin
24f3637199
add animations ( #260 )
...
* add animations
* improve settings screen
* app icons
2022-02-03 07:16:29 +00:00
Efim Poberezkin
4dd95c1639
create release as prerelease; fix windows build ( #261 )
2022-02-03 10:15:38 +04:00
Efim Poberezkin
4724669bce
prepare v1.1.0 ( #259 )
2022-02-02 23:50:43 +04:00
Evgeny Poberezkin
292c334460
make slow commands asynchronous ( #258 )
2022-02-02 21:47:27 +04:00
Evgeny Poberezkin
dafdf66ada
update entity connection status to report it correctly ( #257 )
2022-02-02 17:01:12 +00:00
Evgeny Poberezkin
38424af48e
refactor files, auto-scrollback for messages ( #256 )
2022-02-02 16:46:05 +00:00
Efim Poberezkin
88a33990b7
sort chats w/t items by time of creation; created_at & updated_at in all tables; merge v1.1 migrations ( #255 )
...
* merge migrations; timestamps
* contact created_at
* group, contact request created_at
* sort
* redundant imports
2022-02-02 16:25:36 +00:00
Evgeny Poberezkin
7ce305e16f
ios: fix message view updates (refactor model to make it shallow) ( #254 )
2022-02-02 12:51:39 +00:00
Evgeny Poberezkin
1d1ba8607e
send message integrity errors to view as a separate notification ( #253 )
2022-02-02 11:43:52 +00:00
Evgeny Poberezkin
9f6385f763
update connection status in entity used in controller notifications ( #252 )
...
* update connection status in entity used in controller notifications
* remove unused code
2022-02-02 11:31:01 +00:00
Evgeny Poberezkin
a68b591029
connect via link with simplex: protocol ( #251 )
2022-02-01 20:30:33 +00:00
Evgeny Poberezkin
711207743b
add support for user addresses ( #246 )
...
* add support for user addresses
* started processing contact requests
* update command syntax
* fix: make Profile Codable
* accept/reject contact requests
* update API, accept/reject contact requests
2022-02-01 17:34:06 +00:00
Efim Poberezkin
a8a7bb3c99
return accepted contact from APIAcceptContact ( #250 )
2022-02-01 17:04:44 +04:00
Efim Poberezkin
228c118714
api for chat pagination ( #249 )
2022-02-01 15:05:27 +04:00
Evgeny Poberezkin
0b86402ce3
fix constructor name for JSON encoding ( #248 )
2022-02-01 07:16:02 +00:00
Evgeny Poberezkin
2295f7a92b
update commands ( #247 )
2022-02-01 09:31:34 +04:00
Evgeny Poberezkin
8e03eefa9b
update API commands syntax
2022-01-31 23:20:52 +00:00
Evgeny Poberezkin
53040dbe1d
iOS: chats and messages layout ( #241 )
...
* iOS: chats and messages layout
* model update for updated API
* improve chat list view
* chat view layouts
* delete contacts
* larger headers, clean up, move message reception loop to ContentView
* settings: user profile
2022-01-31 21:28:07 +00:00
Efim Poberezkin
6d5b5ab44f
getContactRequestChatPreviews_ ( #245 )
2022-01-31 22:43:39 +04:00
Efim Poberezkin
0a18985e68
contact requests api ( #244 )
...
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-01-31 21:53:53 +04:00
Efim Poberezkin
047aa7deef
delete contact api ( #243 )
...
* delete contact api
* chat command
2022-01-31 11:14:56 +00:00
Efim Poberezkin
945ed3f7cb
fix queries returning duplicate contacts ( #242 )
2022-01-31 13:20:26 +04:00
Evgeny Poberezkin
e29ea99d2c
getChats returns [Chat] with 0-1 item instead of [ChatPreview] ( #240 )
2022-01-30 21:51:23 +00:00
Evgeny Poberezkin
3b19aaf1d1
iOS: send/receive messages in chats, connect via QR code ( #238 )
...
* send messages from chats
* update API to use chat IDs
* send messages to groups
* generate invitation QR code
* connect via QR code
2022-01-30 18:27:20 +00:00
Evgeny Poberezkin
15a91278d6
API to send direct and group messages ( #239 )
...
* API to send direct and group messages
* update API parsing
2022-01-30 10:49:13 +00:00
Evgeny Poberezkin
cb602dd377
show received messages in chat, send command on Enter, fix Date parsing ( #237 )
...
* refactor UI and API, send command on Enter, fix Date parsing
* UI sheets to create connection and groups
* show received messages
* readme
2022-01-29 23:37:02 +00:00
Efim Poberezkin
7e2f365c1c
ios: group chat preview ( #235 )
2022-01-29 20:35:20 +00:00
Evgeny Poberezkin
8425be0612
use aeson fork with nullableToObject option to make JSON compatible with Swift ( #236 )
2022-01-29 20:21:37 +00:00
Efim Poberezkin
c0199a38fd
add readme for ios setup ( #234 )
2022-01-29 16:53:24 +04:00
Efim Poberezkin
d97a8c1934
getGroupChat, getGroupChatPreviews_ ( #233 )
2022-01-29 16:06:08 +04:00
Evgeny Poberezkin
7c36ee7955
swift API for chat, started chat UI ( #228 )
...
* started swift API for chat
* skeleton UI
* show all chat responses in Terminal view
* show chat list in UI
* refactor swift API
2022-01-29 11:10:04 +00:00
Efim Poberezkin
55dde3531e
most recent chat items in getDirectChatPreviews_ ( #232 )
2022-01-28 19:24:31 +04:00
Evgeny Poberezkin
c3a8ae1eb5
chats API for mobile ( #230 )
...
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2022-01-28 14:41:09 +04:00
Efim Poberezkin
edc9560d36
getDirectChat ( #227 )
...
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-01-28 11:52:10 +04:00
Evgeny Poberezkin
37cfb93217
switch to JSON single field encodings for sum types to align with Swift enums ( #229 )
2022-01-27 22:01:15 +00:00
Evgeny Poberezkin
28ee40074a
update sha256map.nix
2022-01-26 22:49:44 +00:00
Evgeny Poberezkin
0ba4598ca2
JSON encoding for ChatResponse and all other types used in mobile API ( #226 )
...
* JSON encoding for ChatResponse and all other types used in mobile API
* omit null corrId in response, refactor
* more JSON field names
2022-01-26 21:20:08 +00:00
Efim Poberezkin
ecb5b0fdeb
add getChatPreviews to Store ( #225 )
2022-01-26 21:19:46 +04:00
Efim Poberezkin
6cf23f1fd1
chat items ( #223 )
...
* add chat items migration
* chat and chat items types
* queries draft
* ChatInfo with optional ChatItem
* schema adjustments
* flat schema and queries
* refactor ChatResponse using ChatItem types
* schema adjustments
* refactor GroupInfo to include GroupMember of the user
* remove Message
* createNewChatItem, sendDirectChatItem
* refactor to use GroupInfo in Chat type and all ChatResponses
* replace ContactName with Contact in some ChatResponse constructors
* remove Group selectors
* minor correction
* refactor
* refactor 2
* nullable created_by_msg_id
* remove normalized schema and queries
* ON DELETE CASCADE / SET NULL
* CIContent to Text
* files chat_item_id
* fix
* apply ciContentToText
* queries folder
* refactor
* moar refactor
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-01-26 16:18:27 +04:00