Commit Graph

3893 Commits

Author SHA1 Message Date
adbenitez 0bfcfa1444 test release 2021-12-16 13:51:26 -05:00
adbenitez 34a369fa49 test release 2021-12-16 13:43:31 -05:00
adbenitez ccb8b417a6 test release 2021-12-16 13:31:55 -05:00
adbenitez 8d16baed11 test release 2021-12-16 13:25:12 -05:00
adbenitez 81f7022957 test release 2021-12-16 13:16:47 -05:00
adbenitez b1dd60607b tweak release 2021-12-16 13:07:06 -05:00
adbenitez 557053a25d tweak release 2021-12-16 12:57:29 -05:00
adbenitez aa61597804 tweak release 2021-12-16 12:38:45 -05:00
adbenitez 1fbf04ed28 tweak release 2021-12-16 12:25:43 -05:00
adbenitez 06420e032d try to fix CI 2021-12-16 12:13:11 -05:00
adbenitez 86d1350c64 fix release.yml 2021-12-16 01:31:56 -05:00
adbenitez d896955077 fix release.yml 2021-12-16 00:27:54 -05:00
adbenitez 9a42c26697 update version name 2021-12-16 00:14:59 -05:00
adbenitez 8db5e2ce01 improve release process, generate split apks for each arch 2021-12-16 00:14:16 -05:00
adbenitez d4d5655e72 Merge remote-tracking branch 'upstream/master' into lite 2021-12-15 12:31:19 -05:00
B. Petersen 07d681345f update translations 2021-12-15 11:24:37 +01:00
bjoern 77ba931e72 add Bulgarian translation (#2172) 2021-12-13 17:02:07 +01:00
bjoern 1f4e21bdd5 remove unused translations (#2171)
successor of #2169
2021-12-13 10:53:25 +01:00
bjoern d6344a8f2d remove unused strings (#2169)
* remove unused strings

there were some left over the time :)

- i used the 'Unused Resources' linter in Android Studio
  to get delete candidates

- i removed all old 'Contact Request' strings
  as we do not have this anymore in that form.

- i checked every string using ./scripts/grep-string.sh
  that checks for usages on android, ios, node and desktop.

* remove chat_no_messages_hint
2021-12-13 10:44:57 +01:00
B. Petersen a50e0b5f57 update translations 2021-12-13 10:44:00 +01:00
bjoern 0baa2020b6 update layout placeholder; chat_no_messages_hint will be removed sooner or later (#2170) 2021-12-12 22:10:46 +01:00
bjoern 40bbfd6aa7 improve wording of one-to-one-chat hint (#2165)
* improve wording of one-to-one-chat hint

at #2134 we shortend the hint shown for an empty group massively,
removing greylisting hints and the hint that the recipient can user other mua.

the result of that shortening is that the creation of a one-to-one chat
is now way too long :)

i suggest shorten the hint in a similar way,
not much would be left then, however, that is maybe not bad :)

* re-add the aspect that the recipient does not need Delta Chat
2021-12-12 16:54:34 +01:00
Hocuri 836f7d9888 Fix unread count: Always show exactly the info that core gives us (#2164)
Fix #2163 by making the unread badge visible in the chatlist again. The
user can then go into this chat once in order to mark it as noticed.

Since https://github.com/deltachat/deltachat-core-rust/pull/2861,
the core will prevent the situation "the last message
is outgoing but there are fresh messages" from newly coming up, by
automatically marking the messages as noticed.

This PR removes all the logic that involved some "if the last message is
not fresh|noticed, the unread count should be 0" as this kind of logic
belongs to the core, because otherwise 1) have different behavior on
different platforms 2) issues like #2163 appear.

Now, if the _unread count_ is non-zero, the _unread badge_ is shown.

If the state of the _last message_ is "fresh", the line with the _last
message_ (called "subject line") is shown in bold.
2021-12-12 14:45:30 +01:00
B. Petersen 5637fdca1b update translations 2021-12-11 18:12:21 +01:00
B. Petersen 6b50c10546 update translations 2021-12-09 11:07:22 +01:00
bjoern 9755a7e028 add 'Download failed' string (#2167) 2021-12-09 11:01:08 +01:00
Asiel Díaz Benítez 6b4674fb88 Merge pull request #2157 from deltachat/adb-issue-2156
avoid NullPointerException when selecting thumbnail image
2021-12-08 15:24:13 -05:00
bjoern eb1a544e93 bump to 1.26.2 (#2159)
* bump to 1.26.2 using core70

(1.26.0 and 1.26.1 were not released,
however, there may be nightlies or other builds around)

* adapt release-checklist.md to new VERSION_ANDROID on deltachat-pages

* even more release-checklist hints
2021-12-02 01:13:37 +01:00
B. Petersen e5774b4f69 update deltachat-core-rust submodule to 'prepare 1.70 (#2858)' 2021-12-01 21:34:12 +01:00
B. Petersen f965eb47de update translations 2021-12-01 21:25:22 +01:00
bjoern 74212ce9b8 bump to 1.26.1 using core69 (1.26.0 was not released, however, there may be nightlies or other builds around) (#2158) 2021-11-30 19:47:32 +01:00
B. Petersen b5d63b19f7 update translations 2021-11-30 14:30:25 +01:00
B. Petersen 56b9fb26cd update deltachat-core-rust submodule to 'prepare 1.69 (#2855)' 2021-11-30 14:28:48 +01:00
adbenitez d5afe5f655 don't hide the attachment manager if not necessary 2021-11-29 20:19:18 -05:00
Hocuri 378f8e258c Remove duplicate event registration (#2155) 2021-11-29 21:28:11 +01:00
B. Petersen 334b0c0dca update translations 2021-11-29 11:20:29 +01:00
B. Petersen 81234dcd6d update translations 2021-11-29 00:26:37 +01:00
bjoern 09e0d7e4d0 prepare 1.26.0 (#2153)
* update changelog for 1.26.0

* add device message; as 1.24 is still pretty fresh, we also keep that message for now

* bump version to 1.26
2021-11-29 00:21:28 +01:00
bjoern c7e81d2bc2 synchronize unread-badge-color with desktop (#2148) 2021-11-28 21:22:44 +01:00
bjoern e784b01f37 make tracking core versions easier (#2152)
* nicer commit messasge on updating core

this sets the commit message for updating core module to sth. as
`update deltachat-core-rust submodule to 'prepare 1.68 (#2844)'`
instead of always the same message `update deltachat-core-rust submodule`.

this makes it easier to track changes.

* add a hint to release checklist to include the used core version
2021-11-28 20:16:14 +01:00
B. Petersen f1f7156f15 hotfix: fix source strings.xml errors 2021-11-28 17:23:58 +01:00
B. Petersen 9fb695739d update translations 2021-11-28 13:46:53 +01:00
B. Petersen c67e61c12e update deltachat-core-rust submodule to 'prepare 1.68 (#2844)' 2021-11-28 12:38:43 +01:00
B. Petersen fd8c4a628e update translations 2021-11-28 00:38:29 +01:00
Simon Laux 5601ca91b1 add translation strings from desktop (#2149)
* add translation strings from desktop

* Update res/values/strings.xml

Co-authored-by: bjoern <r10s@b44t.com>

* rename `mailto_dialog_confirm_replace_draft` to just `confirm_replace_draft`

Co-authored-by: bjoern <r10s@b44t.com>
2021-11-28 00:29:36 +01:00
B. Petersen 0213019aa0 update translations 2021-11-26 11:42:27 +01:00
Asiel Díaz Benítez e90185a02e Merge pull request #2147 from deltachat/generated-avatar-improvements
make avatar letter bold and transform it to uppercase
2021-11-25 17:57:51 -05:00
bjoern 447e879bac use dc_get_last_error() api (#2109)
* add getLastError() api

* use getLastError() for QR code processing

* use getLastError() for import/export

* remove now unused getCapturedError()
2021-11-25 12:15:39 +01:00
bjoern 1b68e13d9c "scan qr code" wordings (#2146)
* pass qr-code strings to core (as qr code images are generated in core now)

* shorter wording of qr code hints

* quote group name as done in most other places
2021-11-25 12:09:10 +01:00
adbenitez 9a8b94c38b make avatar letter bold and transform it to uppercase 2021-11-24 19:59:16 -05:00