Evgeny Poberezkin
0d9ae91e5f
Merge branch 'stable' into stable-android
2025-11-01 22:04:39 +00:00
Evgeny Poberezkin
753df3b14f
core: 6.4.7.1
2025-11-01 22:01:57 +00:00
Evgeny Poberezkin
0c4f2343ae
core: update zip library to build in ghc8.10.7
2025-11-01 22:01:11 +00:00
Evgeny
f3a34e87ae
ios: fix iOS 26 ( #6419 )
...
* ios: fix iOS 26 list shading on scroll
* revert to compatible design
* revert scrolling modifier
2025-11-01 17:17:29 +00:00
Evgeny Poberezkin
01dc4cf5e9
Merge branch 'stable' into stable-android
2025-11-01 12:38:14 +00:00
Evgeny Poberezkin
61f7a50d0a
core: 6.4.7.0
2025-11-01 12:22:33 +00:00
Evgeny Poberezkin
9c3ec53d27
ios: update core library
2025-10-30 19:31:45 +00:00
Evgeny Poberezkin
70035bd473
core: upgrade zip (fixes export when database file is larger than 4gb
2025-10-30 14:27:39 +00:00
shum
622803e9d6
apps/multiplatform: align androidx.camera and libapp to 16kb
2025-10-30 08:55:06 +00:00
sh
2d917ffd54
nix: enable 16 KB page sizes ( #6357 )
...
* nix: enable 16 KB page sizes
* remove 16kb page from armv7a
---------
Co-authored-by: Evgeny <evgeny@poberezkin.com >
2025-10-30 08:53:42 +00:00
Evgeny Poberezkin
46e657834e
readme: update donation address
2025-10-19 18:29:24 +01:00
spaced4ndy
2ceee3368d
ui: fix repeating accepting conditions on onboarding view ( #6373 )
...
* ui: fix repeating accepting conditions on onboarding view
* remove unused
* ios
* android - fix deleting profile
2025-10-18 22:54:37 +01:00
Evgeny Poberezkin
61eae7670b
ios: 6.4.6 build 300
2025-10-07 14:46:52 +01:00
Evgeny
530d784a3b
ios: fix keyboard freeze ( #6343 )
...
* ios: fix keyboard freeze
* comment
2025-10-07 12:03:55 +01:00
Evgeny Poberezkin
a250129b59
Merge branch 'stable'
2025-10-05 22:07:01 +01:00
sh
0c3372917c
flatpak: update metainfo ( #6339 )
2025-10-05 10:02:15 +01:00
Evgeny Poberezkin
47fcbb61f2
android, desktop: update dependency
v6.4.6
2025-10-04 22:12:32 +01:00
Evgeny Poberezkin
f30053d7ae
6.4.6: ios 299, android 321, desktop 121
2025-10-04 21:17:59 +01:00
Evgeny Poberezkin
f2b37eff51
core: 6.4.6.0 (simplexmq 6.4.6.0)
2025-10-04 16:53:18 +01:00
spaced4ndy
e88927ee1f
android: fix showing connection alert when app is opened via link ( #6333 )
...
* android: fix showing connection alert when app is opened via link
* opened on onboarding
* cleanup logs
* cleanup logs
* restore log
2025-10-04 13:09:07 +01:00
spaced4ndy
84dd294983
ios: fix showing connection alert when fresh app is opened via link (before onboarding) ( #6332 )
...
* ios: fix showing connection alert when fresh app is opened via link (before onboarding)
* remove logs
* revert lib
2025-10-04 13:08:23 +01:00
spaced4ndy
8497d4ff48
core: update group short link data on receiving x.grp.info ( #6328 )
2025-10-03 11:05:30 +00:00
spaced4ndy
17a0c1b53d
core: delivery in channels ( #6278 )
...
* core: channels delivery (#6274 )
* core: optimize member retrieval query for postgres (#6280 )
* core: optimize reading only relays for sending in channels (#6282 )
* fixes
* plans
2025-10-01 15:53:27 +00:00
Evgeny
eca2937be1
core: backward compatible JSON decoding ( #6322 )
2025-09-30 23:05:12 +01:00
Evgeny Poberezkin
a1734ce140
directory: improve mobile page
2025-09-30 20:18:26 +01:00
spaced4ndy
acae5af0ad
core: optimize member subscriptions query ( #6320 )
...
* core: optimize member subscriptions query
* Revert "core: optimize member subscriptions query"
This reverts commit a056cca6cc .
* with materialized
* plans
2025-09-30 16:40:59 +01:00
Evgeny Poberezkin
a7869d3ab1
core: update simplexmq (fix file reception, optimize subscriptions)
2025-09-30 13:05:04 +01:00
Evgeny
369414bec7
directory: improve migration ( #6319 )
...
* directory: warn only on missing host member/contact relation
* improve verification
* log imported ID
* fix userGroupRegId in case of duplicate
* log updates of userGroupRegId
* fix the fix
* option to generate listings
* clean up
2025-09-30 08:03:25 +01:00
spaced4ndy
c782e6762b
feature branch: optimize subscriptions ( #6297 )
...
* core: remove contact merge, obsolete group code (#6292 )
* core: remove file connections (#6298 )
* core: rename migration
* corre: remove unused contacts merged event (#6308 )
* core: optimize subscriptions (#6304 )
* core: remove conn ids map from subscriptions (#6309 )
* rename migration (#6316 )
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2025-09-28 21:31:59 +01:00
Evgeny
015d5de364
directory: move all storage to the database, optimize performance ( #6287 )
...
* core: add custom indexed columns to groups and contacts
* directory: use database (TODO search/listing)
* triggers to maintain current member count
* update simplexmq, fix tests, use summary from GroupInfo
* fix all directory tests
* remove acceptance fields from group reg
* enable all tests
* clean up
* postgres migrations, fixes
* query plans
* use function in postgres triggers, improve sqlite query
* fix export/import
* update schema
* prevent admins from promoting groups when approving
* update listing every 5 minutes
2025-09-28 15:11:49 +01:00
Evgeny
53d6d057c6
website: add directory to nav bar, fixes ( #6293 )
...
* website: add directory to nav bar, fixes
* docs: update readme
2025-09-22 12:17:45 +01:00
Evgeny Poberezkin
005b606067
directory: show default image in case of loading error (can happen when group is delisted)
2025-09-22 09:04:24 +01:00
sh
107af00ca5
scripts: suffix deb packages with distribution codename ( #6273 )
2025-09-22 08:58:17 +01:00
Evgeny Poberezkin
17e422714a
directory: show approximate activity/creation time
2025-09-21 23:56:53 +01:00
Evgeny Poberezkin
bfd9d79412
directory: disable search autocomplete
2025-09-21 19:15:10 +01:00
Evgeny
c09665b920
directory: show only recent groups in active/new tabs, page improvements ( #6290 )
...
* directory: show only recent groups as active or new
* round times
* sorting order
* fix links
* improve
2025-09-21 14:36:58 +01:00
Evgeny Poberezkin
83b655ea83
website(directory): add bot address, open simplex links in new tab, improve error handling
2025-09-21 10:40:06 +01:00
Evgeny Poberezkin
5a951c56b2
android, desktop: update dependency
2025-09-21 09:43:02 +01:00
Evgeny Poberezkin
a1eee94a86
website: fix search in directory
2025-09-20 20:13:05 +01:00
Evgeny
a190d4ea9b
website: directory page ( #6283 )
...
* website: directory page
* core: use markdown in directory entries
* render markdown on directory page
* update markdown
* toggle secrets on click
* update listings asynchronously
* add group links to the listing
* cleanup
* better directory layout with pagination
* script to run website
* update page navigation
* search
* readable markdown colors, better "read less"
* core: atomic update of directory listings, to avoid files unavailable
* fix symlink, sort entries on page with new first
* update listings every 15 min, add activeAt time
* fix sorting in the page and listing url
* replace simplex:/ links on desktop
2025-09-20 19:47:50 +01:00
Evgeny
429ec9d21a
directory: listings for web pages ( #6281 )
...
* directory: listings for web pages
* refactor
* tests
2025-09-18 17:52:47 +01:00
Evgeny Poberezkin
bec015b994
Merge branch 'stable'
2025-09-17 09:25:05 +01:00
Evgeny Poberezkin
fa0103c7f5
core: update simplexmq
2025-09-17 09:13:28 +01:00
spaced4ndy
6a8f973eca
core: autoincrement for delivery tasks and jobs id ( #6277 )
2025-09-17 07:57:02 +00:00
Evgeny
c07c176896
core: batch load queues for subscriptions with PostgreSQL client ( #6272 )
...
* core: batch load queues for subscriptions with PostgreSQL client
* update simplexmq
* fix, update simplexmq
* update query plans
2025-09-16 21:58:28 +01:00
sh
7c92c7666c
scripts/db: update documentation, add pg -> sqlite section ( #6177 )
...
* scripts/db: update doc
* scripts/db: update documentation, add pg2sqlite script
* scripts/db/pg2sqlite: formatiing, code quality, modularity
* scripts/db: parallel pgloader
2025-09-15 14:06:39 +01:00
Evgeny Poberezkin
e9961ebb8e
Merge branch 'stable'
2025-09-15 14:04:11 +01:00
Evgeny
fa9bc1537c
cli: option to disable backup or change backup directory on migration ( #6267 )
...
* cli: option to disable backup or change backup directory on migration
* update nix
* update simplexmq
2025-09-14 14:41:50 +01:00
spaced4ndy
382241fe3e
core: rework synchronous group forwarding in receive loop into asynchronous delivery tasks ( #6178 )
2025-09-12 13:22:34 +00:00
sh
f2061a7c88
ci: update libffi to 3.5.2 in Mac build ( #6258 )
2025-09-12 09:16:12 +01:00