Commit Graph

4997 Commits

Author SHA1 Message Date
Asiel Díaz Benítez 39f441892e tweak reactions style (#2934)
* tweak reactions style
2024-01-21 18:48:23 -05:00
B. Petersen 4ca574b85e cleanup code
- remove useless comment that just says the obvious thing
- use same annotation as super class
- remove Scrubber class; that replaces some number in upstream,
  this is not needed for Delta Chat
2024-01-22 00:47:37 +01:00
B. Petersen cb181138c5 do not return null from grabLog(); instead show the error in the log 2024-01-22 00:47:37 +01:00
Asiel Díaz Benítez 005061ade7 hide AddReactionView when user clicks on the attachments buttons (#2933)
* hide AddReactionView when user clicks on the attachments buttons

* use new hideAddReactionView() also at existing places to simplifies code understanding and maintainance (having one single point that does the hiding)

---------

Co-authored-by: B. Petersen <r10s@b44t.com>
2024-01-21 18:28:10 -05:00
B. Petersen 1aa8c58d74 do not add "Changelog" for new accounts
on new installations or accounts,
the "What's new?" messages only clutter the device messages
with unimportant information
(either the user is new to the app, so everyrhing is new and nothing is changed,
or an existing user has created a new account,
they have seen the changelog anyways)

in other words,
the changelog will be added only for updates.

when reading https://c.delta.chat/classdc__context__t.html#a1a2aad98bd23c1d21ee42374e241f389 ,
this was always the gist,
however, somehow forgotten or removed on the way :)

targets #2914
2024-01-22 00:25:12 +01:00
B. Petersen 23661782e8 update deltachat-core-rust to 'chore(release): prepare for 1.133.1' of 'v1.133.1' 2024-01-21 21:33:23 +01:00
B. Petersen fa1287465b update offline help 2024-01-21 21:32:21 +01:00
B. Petersen 3e75c49750 update translations 2024-01-21 21:30:54 +01:00
B. Petersen c08717fb63 do not point ppl towards entering email addresses 2024-01-20 12:00:41 +01:00
B. Petersen 4cd42e73a0 add 'Scan QR Code' option to 'New Chat' 2024-01-20 12:00:41 +01:00
B. Petersen 791ac472a6 move 'pinned' indicator right for cleaner UI
'pinned' chats are always shown together below each other;
moving the 'pinned' indicator to the same position in each chat
makes the UI a little less cluttered and nicer
(all pinned indicators will form a column if you will)
2024-01-20 08:27:58 +01:00
Asiel Díaz Benítez a1cc00a17f register to handle i.delta.chat links (#2922) 2024-01-19 23:23:17 -05:00
B. Petersen ee67c1d217 reactions are no longer experimental
by the reactions support being added to desktop, ubuntu-touch and iOS,
this also ends the experimental time on android :)
2024-01-19 00:23:10 +01:00
link2xt b642c05861 Dockerfile: update to Java 17 and Debian stable
It is required by Gradle now.
2024-01-17 10:39:41 +00:00
Asiel Díaz Benítez 90ed5a84da upgrade some dependencies (#2838)
* upgrade some deps

* update .github/workflows/preview-apk.yml
2024-01-15 15:05:13 -05:00
B. Petersen 3a88e70945 update local help 2024-01-10 17:40:14 +01:00
B. Petersen 031aeb9551 update translations 2024-01-10 17:21:15 +01:00
B. Petersen b8b15cccdd simplify string, mark old string as deprecated 2024-01-10 17:15:04 +01:00
B. Petersen 8ad2ff4cc7 update profile also on 'back' 2024-01-10 17:15:04 +01:00
B. Petersen 38831d5054 use more meaningful function name 2024-01-10 17:15:04 +01:00
B. Petersen c920ced553 reword self-name/-avatar hint; name is required 2024-01-10 17:15:04 +01:00
B. Petersen c0c519870b continue showing the address in classic, non-guaranteed-e2ee accounts 2024-01-10 16:43:11 +01:00
B. Petersen 3932cbd858 do not show addr in chat titles
with chatmail, the address is less meaningful,
it seems sufficient to show it in the profiles.
2024-01-10 16:43:11 +01:00
B. Petersen 493cb868fe update translations 2024-01-08 21:47:17 +01:00
B. Petersen 82405258ce make 1to1-empty-hint working better with chatmail
the hint already led to confusion on 37c3 testings of chatmail.

the hint that appears when a one-to-one-chat was just created manually
(by entering an email address manually) is a bit misleading when using chatmail,
as it says it 'does not matter if the other side uses Delta Chat'.

this is still true, however, with chatmail it is needed that messages
outside the chatmail-server are encrypted,
which is arguably not so easy without delta chat and QR code scanning.

this PR therefore just removes the hint;
it would still be great if the error message 'cannot encrypt' is improved,
however, this is another thing.
2024-01-08 21:35:14 +01:00
Asiel Díaz Benítez 67c703919c display title bar and back button in welcome screen (#2907)
* display title bar and back button in welcome screen

* set dynamic title
2023-12-30 15:32:11 -05:00
B. Petersen 2771c49c0b update translations 2023-12-11 22:52:24 +01:00
bjoern 86c9227939 remove unused stock-string (ios/desktop also do not used that string, so even removing from translations is fine) (#2905) 2023-12-11 16:09:41 -05:00
B. Petersen 74931e7654 update translations 2023-12-11 16:46:50 +01:00
Asiel Díaz Benítez 8092498da4 ask for system unlock before accessing "password & account" (#2859)
* request lock-pattern to access "password and account" section

---------

Co-authored-by: bjoern <r10s@b44t.com>
2023-12-09 09:28:49 -05:00
B. Petersen 9dfaa8fe33 add 'learn more' to ephemeral messages dialog 2023-12-09 14:03:55 +01:00
B. Petersen f81f1e109d add f-droid changelog for 1.42.6 2023-12-06 22:28:15 +01:00
B. Petersen 24b7a4fed8 adapt ./scripts/grep-strings.sh to updated repos 2023-12-06 14:07:34 +01:00
B. Petersen d290d022bf bump version to 1.42.6 2023-12-02 18:38:52 +01:00
B. Petersen afa42d180e update CHANGELOG for 1.42.6 2023-12-02 18:38:52 +01:00
B. Petersen 7662560c1b update local help 2023-12-02 12:15:42 +01:00
B. Petersen e032f0cabc update deltachat-core-rust to 'chore(release): prepare for 1.131.9' of 'v1.131.9' 2023-12-02 12:15:42 +01:00
B. Petersen edc7285b94 removed old .github/CONTRIBUTING
the new ./CONTRIBUTING.md is more visible and more standard.

moreover, also on github, according to
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
the one from the root will be taken,
eg. on https://github.com/deltachat/deltachat-android/contribute
2023-12-01 14:26:28 +01:00
B. Petersen 2930e5c845 typo 2023-11-30 20:59:52 +01:00
B. Petersen ed8909bef9 add 'point' to points to make them more a statement. 2023-11-30 20:12:09 +01:00
bjoern 141294ae12 add CONTRIBUTING.md (#2893)
* add a basic CONTRIBUTONG.md

* link CONTRIBUTING.md from README.md

* add links, slight rewordings

* Update CONTRIBUTING.md

Co-authored-by: link2xt <link2xt@testrun.org>

* use links redirecting to the user's locale

* Update CONTRIBUTING.md

---------

Co-authored-by: link2xt <link2xt@testrun.org>
2023-11-30 16:53:52 +01:00
B. Petersen aa75d9da84 update translations and local help 2023-11-28 11:23:57 +01:00
B. Petersen 60e0a04b3f update deltachat-core-rust to 'chore(release): prepare for 1.131.8' of 'v1.131.8' 2023-11-28 11:23:57 +01:00
B. Petersen b6b85a7aaf add fdroid changelog (as 1.42.3 was not build on fdroid, just keep the existing annoncing 'green checkmarks'), full CHANGLOG is linked anyways 2023-11-24 21:33:26 +01:00
B. Petersen 0dbf8a2d97 bump version to 1.42.4 2023-11-24 21:33:26 +01:00
B. Petersen 9c5ab304bf update CHANGELOG for 1.42.4 2023-11-24 21:33:26 +01:00
B. Petersen cbd744ad00 fix localized deep links to help
the anchor must not be taken into account when checking for the existance of the asset file.

closes #2883

cmp #2842
2023-11-24 21:14:02 +01:00
B. Petersen 2cc369030e update deltachat-core-rust to 'chore(release): prepare for 1.131.7' of 'v1.131.7' 2023-11-24 21:02:22 +01:00
B. Petersen 398d9e71a0 update local help 2023-11-24 21:02:22 +01:00
B. Petersen 9503704577 add f-droid changelog for 1.42.3 2023-11-23 18:04:06 +01:00