B. Petersen
0d52b49727
update translations
2023-02-12 12:48:12 +01:00
bjoern
d523d67415
Update release-checklist.md
2023-02-11 00:37:23 +01:00
bjoern
9748952129
refine and update release checklist, add things that were done more implicitly before ( #2473 )
2023-02-10 20:08:26 +01:00
bjoern
8620b85416
prepare 1.34.13 ( #2472 )
...
* update CHANGELOG for 1.34.13
* nudge outselves to drop a line about what to test
the changelog is not always sufficient for that.
* bump version to 1.34.13
2023-02-09 23:21:00 +01:00
bjoern
aae4e337cd
fix receiving updates during runtime ( #2471 )
2023-02-09 22:38:18 +01:00
bjoern
4f8d6aad05
no automatic remote content loading for contact requests ( #2469 )
...
* factor out checkmark strings
* no automatic remote content for contact requests
loading remote content in contact requests
now always require explicit consent of the user.
moreover, contact request do not alter
the otherwise used never/once/always settings.
2023-02-08 11:03:07 +01:00
bjoern
904efe872b
prepare 1.34.12 ( #2467 )
...
* update CHANGELOG for 1.34.12
* bump version to 1.34.12
2023-02-06 00:12:19 +01:00
bjoern
01ebb166d7
add CSP to webxdc ( #2466 )
2023-02-05 15:23:24 +01:00
B. Petersen
81cd2aa729
update translations
2023-02-05 14:53:01 +01:00
B. Petersen
a1e3bde747
update deltachat-core-rust to 'Release 1.107.1' of branch 'stable-1.107'
2023-02-05 14:51:01 +01:00
bjoern
563c0296fa
Combined webxdc patches ( #2465 )
...
* re-applying patch from @Hocuri from #2458
* apply sandbox isolation patch from @WofWca
* wait for gc as suggested by @WofWca, @Simon-Laux and others
* Update res/raw/sandboxed_iframe_rtcpeerconnection_check.html
Co-authored-by: WofWca <wofwca@protonmail.com >
* Update res/raw/sandboxed_iframe_rtcpeerconnection_check.html
Co-authored-by: WofWca <wofwca@protonmail.com >
* improve progress bar, inspired by @Simon-Laux and @WofWca
* comment about the gist of setNetworkAvailable()
* unify url-loading; this cleans up things and makes adding CSP more straight-forward
---------
Co-authored-by: WofWca <wofwca@protonmail.com >
2023-02-05 14:45:45 +01:00
adbenitez
3ce9a79274
set unique data for getRemoteReplyIntent() and getMarkAsReadIntent() pending intents
2023-02-04 16:33:03 -05:00
adbenitez
040249af57
set unique data for getOpenChatlistIntent() and getOpenChatIntent() pending intents
2023-02-04 07:41:18 -05:00
adbenitez
64c1c5af2e
implement ChatData.equals()
2023-02-04 05:27:55 -05:00
adbenitez
93a17e99e9
use ChatData class instead of Pair, fix notifications preferences
2023-02-03 15:51:59 -05:00
adbenitez
1d6a2350f0
update comment in inboxes declaration
2023-02-03 13:32:17 -05:00
adbenitez
8962476a21
use different values for "ACCOUNT_ID_EXTRA and CHAT_ID_EXTRA"
2023-02-03 13:25:40 -05:00
Asiel Díaz Benítez
f38a15024c
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2023-02-03 13:12:13 -05:00
B. Petersen
4ba6daae21
Revert "Webxdc fixes"
...
This reverts commit 6afddd84fff659fa6d8f727f2bf388d0c504058d.
2023-02-03 13:18:05 +01:00
adbenitez
402fedaf78
allow notifications for all accounts
2023-02-02 13:05:03 -05:00
B. Petersen
ae4a725764
clarify branch name in update script
2023-02-02 14:54:00 +01:00
bjoern
699d97cccc
prepare 1.34.11 ( #2459 )
...
* update changelog for 1.34.11
* bump version to 1.34.11
2023-01-31 21:36:27 +01:00
Hocuri
8281bf9489
Webxdc fixes ( #2458 )
...
This now fixes all the checks in the `test webxdc`, see the
Delta Chat group
2023-01-31 18:30:53 +01:00
bjoern
38be87ee8e
refine new f-droid documentation ( #2461 )
...
successor of #2444 :
- there seems to be a maximal lenght of 500 characters for the changelog
(the 500 chars come from the changlog in #2444
that was truncated after 500 characters)
- the changelog is only needed if there is really a f-droid release scheduled;
move the instructions down
2023-01-31 16:32:26 +01:00
B. Petersen
f088fbd0bc
update deltachat-core-rust to 'Prepare 1.107.0' of branch 'stable-1.107'
2023-01-31 14:52:31 +01:00
bjoern
c4651acceb
adapt ./scripts/update-core.sh to work with different branches ( #2460 )
2023-01-31 14:51:45 +01:00
B. Petersen
354ddb5e0a
update translations
2023-01-31 14:19:33 +01:00
B. Petersen
7f874fe1f4
update translations, clarify hint for string 'N Selected'
2023-01-31 11:58:16 +01:00
Asiel Díaz Benítez
0db90343da
Merge pull request #2455 from deltachat/adb/fix-socks5-switch-style
...
fix "use SOCKS5" switch style
2023-01-19 04:32:53 -05:00
adbenitez
6993317be3
fix "use SOCKS5" switch style (not visible in dark mode due to forced Light theme)
2023-01-19 00:15:03 -05:00
Asiel Díaz Benítez
f19e29bb22
Merge pull request #2454 from deltachat/adb/disable-socks5-password-toogle-after-config
...
don't allow to reveal proxy password
2023-01-18 23:01:26 -05:00
adbenitez
cc97b61299
don't allow to reveal proxy password when editing the settings after account was successfully configured
2023-01-18 17:10:07 -05:00
Asiel Díaz Benítez
bde84845d8
Merge pull request #2452 from deltachat/adb/add-socks5
...
add socks5 settings to registration activity
2023-01-18 16:15:46 -05:00
adbenitez
4aaa656938
make SOCKS5 section more similar to Delta Chat Desktop
2023-01-18 15:11:48 -05:00
B. Petersen
85918cf33f
update translations
2023-01-18 14:34:02 +01:00
adbenitez
3dfc587183
add socks5 settings to registration activity
2023-01-18 01:06:48 -05:00
bjoern
90c4399d2a
prepare 1.34.10 ( #2447 )
...
* update CHANGELOG for 1.34.9
* bump version to 1.34.9
* add a little device message for the 1.34.9 update
* add f-droid changelog
* make device message more clear and add it only for existing installations
* bump to 1.34.10
2023-01-11 10:54:02 +01:00
B. Petersen
fffff6abe5
update deltachat-core-rust submodule to 'Clippy fix'
2023-01-10 23:32:26 +01:00
B. Petersen
826cea5d82
update translations
2023-01-09 18:17:31 +01:00
bjoern
a7e624f4a7
fade left/right animation when opening the archive ( #2446 )
...
this is similar to opening a chat and feels more natural.
settings/connectivity/help etc. still appear from the bottom as being
"something little different".
2023-01-08 23:26:16 +01:00
B. Petersen
598089655a
update deltachat-core-rust submodule to 'Prepare 1.105.0 release'
2023-01-08 17:50:39 +01:00
B. Petersen
ef25dff3e4
update translations
2023-01-06 11:45:40 +01:00
bjoern
17039651be
add function 'mark all as read' to archive ( #2443 )
...
* add function 'mark all as read' to archive
as we have the unread counter there now,
we should have an easy way to reset it.
* more clear strings-key
2023-01-06 11:37:33 +01:00
B. Petersen
8fb4140689
update deltachat-core-rust submodule to 'mark all archived read ( #3919 )'
2023-01-06 11:22:52 +01:00
link2xt
543a7965c2
Remove ndk-make.sh symlink to scripts/ndk-make.sh
...
If scripts are always called directly without symlink,
there is no need to use `realpath` which is not available
on some systems.
F-Droid builds already use scripts/ndk-make.sh:
<https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.b44t.messenger.yml >
Same for nightly builds running on Concourse CI.
2023-01-05 18:38:20 +00:00
link2xt
a08335ec38
Document adding changelogs for F-Droid
2023-01-05 14:46:06 +00:00
link2xt
568bfaaad0
Add changelog for the latest version into metadata
2023-01-05 14:35:23 +00:00
link2xt
4b53aa81c6
Copy full_description.txt from F-Droid repository
...
The highest precedence description is at
<https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.b44t.messenger.yml >
It is currently displayed at <https://f-droid.org/en/packages/com.b44t.messenger/ >
2023-01-05 13:48:26 +00:00
link2xt
93cea05e33
Update f-droid.md documentation
2023-01-05 13:29:51 +00:00
link2xt
8c128937e0
Add metadata/ for F-Droid
...
fdroiddata/ contains some metadata, but no icon or screenshots at
<https://gitlab.com/fdroid/fdroiddata/-/tree/master/metadata/com.b44t.messenger/ >
How to add metadata to the project repository is described at
<https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#in-the-applications-source-repository >
This change adds metadata in the "fastlane" format.
Screenshots and icon are copied from the store/ directory and compressed with `oxipng --zopfli`.
2023-01-05 13:29:51 +00:00