Commit Graph

5154 Commits

Author SHA1 Message Date
Asiel Díaz Benítez 02ec78f8b4 show overriden sender name also for self messages if present (#3056) 2024-05-17 15:04:31 -04:00
Asiel Díaz Benítez b7153c2557 change "three dots" option in "add reaction" view to ellipsis (#3059) 2024-05-17 15:00:18 -04:00
B. Petersen c233308e91 use term 'Inbox' only for the email folder 'INBOX' 2024-05-17 20:53:37 +02:00
B. Petersen fa19cce1ad use term 'Bio' instead of 'Signature'
'Signature' is very much related to email, sth. below the text,
this is not the case for Delta Chat, esp. not when using chatmail

'Status' implies that others may be aware of changes,
which is not the case as well.

therefore we'll try 'Bio' - which is also used by by 'Telegram', 'Github', 'Mastodon';
(whatsapp and signal use 'About', but we were failing to get a good hint for that :)
2024-05-17 20:53:37 +02:00
B. Petersen fba533ba88 prefer 'Profile' wording, use 'Accounts' really only for classic email in advanced settings 2024-05-17 20:53:37 +02:00
B. Petersen 3b9b2c880d ignore warnings about misssing translations and wrong ligatures 2024-05-17 18:29:03 +02:00
B. Petersen 26663c8816 update translations 2024-05-17 16:24:34 +02:00
Asiel Díaz Benítez 6b86ebdd54 allow to share log instead of copying to clipboard (#3052)
* allow to share log instead of copying to clipboard

* fix log sharing, improve shareLog() code
2024-05-17 09:53:26 -04:00
bjoern 5fbea74642 change welcome headline (#3053)
* change welcome headline

* keep key, this makes ios/desktop changes effortless
2024-05-17 14:25:24 +02:00
Asiel Díaz Benítez 646817e19b allow to show password in registration activity (#3051) 2024-05-17 06:34:21 -04:00
bjoern cbb934e9ef hide IMAP folder options on chatmail (#3050)
* remove unused getConfig() variants

* hide IMAP folder options if is_chatmail == 1

* hide e2ee, show-system-contacts as well

* ignore system-contacts settings on chatmail (in case it was enabled before)
2024-05-15 15:10:19 +02:00
link2xt 0f1e03f6ff Translated using Weblate (Russian)
Currently translated at 29.4% (5 of 17 strings)

Translation: Delta Chat/Android metadata
Translate-URL: https://hosted.weblate.org/projects/deltachat/android-metadata/ru/
2024-05-14 18:05:53 +00:00
B. Petersen bc823e5b16 bump version to 1.45.0 beta 2024-05-13 18:45:25 +02:00
B. Petersen 7cf7258222 add beta device messages 2024-05-13 18:45:25 +02:00
B. Petersen 6ccdbaa064 update CHANGELOG for 1.45.0, android part 2024-05-13 18:45:25 +02:00
B. Petersen 4171047f7f update CHANGELOG for 1.45.0, core part 2024-05-13 18:45:25 +02:00
B. Petersen cc22e07a3b update translations 2024-05-13 13:47:19 +02:00
B. Petersen 5d67d2e2db update local help 2024-05-13 13:45:39 +02:00
B. Petersen c406b1f29f update deltachat-core-rust to 'chore(release): prepare for 1.138.0' of 'v1.138.0' 2024-05-13 12:58:23 +02:00
B. Petersen 3c3ac3a067 update translations 2024-05-12 11:48:27 +02:00
bjoern b3a4084026 add strings for new 'please wait' securejoin flow (#3044)
* add strings for new 'please wait' securejoin flow that disallows sending a message in the first seconds

* Update res/values/strings.xml

Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>

---------

Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
2024-05-12 11:43:17 +02:00
B. Petersen b9fdb7befc update translations 2024-05-10 16:11:02 +02:00
Asiel Díaz Benítez 006f2b091b use last known location if it is recent enough (#3039) 2024-05-10 09:59:41 -04:00
bjoern 51415e8a90 received token is info level, not warning level (#3041) 2024-05-10 15:36:43 +02:00
Asiel Díaz Benítez 94b83b4713 remove unused imports (#3038) 2024-05-09 08:26:32 -04:00
Asiel Díaz Benítez afa1f92a6e disable APNG decoder (#3035) 2024-05-08 15:34:17 -04:00
Asiel Díaz Benítez 026d9da70a clear quote if current draft has no quote (#3036) 2024-05-08 15:33:29 -04:00
bjoern 5dd1bb17ca log if we receive onDeletedMessages() (#3034)
* log if we receive onDeletedMessages()

* Update src/org/thoughtcrime/securesms/notifications/FcmReceiveService.java

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>

---------

Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>
2024-05-08 17:40:25 +02:00
Asiel Díaz Benítez b4322c90ee fix: allow to share attachments from one chat to another (#3031)
* fix: allow to share from one chat to another

* add comment
2024-05-08 10:27:43 -04:00
bjoern 729db80d1c add 'cancel' button to 'manage keys'; that was somehow missing (#3033) 2024-05-08 09:08:41 -04:00
Asiel Díaz Benítez 8df2749d74 fix bugs and some code cleanup (#3023)
* fix bug: open WelcomeActivity when scanning backup from chatlist

* remove unused field manualConfigure

* remove unused code in startQrAccountCreation() and rename to startBackupTransfer()

* InstantOnboardingActivity: return to chatlist if not started from WelcomeActivity

* use OnBackPressedCallback
2024-05-07 12:53:50 -04:00
B. Petersen a427b1c280 init and getToken only once 2024-05-07 15:34:50 +02:00
B. Petersen 9114304d28 clarify the onMessageRecevied() strategy 2024-05-07 15:34:50 +02:00
B. Petersen e2d51ca1a3 support android 4.1-4.3 again 2024-05-07 15:34:50 +02:00
B. Petersen 3cafdaf57e allow fcm for all flavours 2024-05-07 15:34:50 +02:00
B. Petersen 256c010b61 add FcmReceiveService 2024-05-07 15:34:50 +02:00
B. Petersen 3843028322 exclude analytics from FCM, cmp https://stackoverflow.com/questions/39327141/disable-the-analytics-service-for-firebase-cloud-messaging and the signal source code 2024-05-07 15:34:50 +02:00
B. Petersen c5b00c73b2 make anyways global DcAccounts accessible without context 2024-05-07 15:34:50 +02:00
B. Petersen bf5f42d3ff increase minSdkVersion for now, we'll try to go down later (we succeeded for the emoji selector) 2024-05-07 15:34:50 +02:00
B. Petersen 9118ac4a87 apply suggestions from console.firebase.google.com
however, skipping BoM for now and keep what we're doing otherwise.

(BoM would be

dependencies {
  // Import the BoM for the Firebase platform
  implementation platform('com.google.firebase:firebase-bom:32.8.1')

  // Declare the dependencies for the desired Firebase products without specifying versions
  // For example, declare the dependencies for Firebase Authentication and Cloud Firestore
  implementation 'com.google.firebase:firebase-auth'
  implementation 'com.google.firebase:firebase-firestore'
}

and does some magic with version numbers, see https://firebase.google.com/docs/android/learn-more?hl=en&authuser=1#bom ,
we'll need to do try domr other magic wrt not increasing targetSdkVersion,
so stay simple here)
2024-05-07 15:34:50 +02:00
B. Petersen 1f8de2523c add FCM config file 2024-05-07 15:34:50 +02:00
B. Petersen 5e2bef368b update translations and local help 2024-05-07 14:57:20 +02:00
B. Petersen 6f01ed07bb concretise 'add second device' instructions: the button 'Add as Second Device' is at 'I Already Have a Login' now 2024-05-07 14:23:25 +02:00
Asiel Díaz Benítez 72956d0ba1 use app:drawableStartCompat instead of android:drawableStart (#3028) 2024-05-07 07:55:29 -04:00
link2xt 8e759b450f Add status badge for translations 2024-05-06 17:47:07 +00:00
link2xt 74050f9c65 Add link to Weblate into README 2024-05-06 17:31:19 +00:00
Ich_Selbst ece733e07d Translated using Weblate (Spanish)
Currently translated at 11.7% (2 of 17 strings)

Translation: Delta Chat/Android metadata
Translate-URL: https://translate.codeberg.org/projects/delta-chat/android-metadata/es/
2024-05-06 17:29:44 +00:00
yurtpage 7034866a09 Translated using Weblate (Russian)
Currently translated at 17.6% (3 of 17 strings)

Translation: Delta Chat/Android metadata
Translate-URL: https://translate.codeberg.org/projects/delta-chat/android-metadata/ru/
2024-05-06 17:29:44 +00:00
B. Petersen dab0425733 update translations 2024-05-06 16:24:12 +02:00
B. Petersen 6332d53794 rename section for account, password, imap, folders etc. to 'Server' 2024-05-06 16:17:33 +02:00