A private messenger for Android.

Related tags

App Signal-Android
Overview

Signal Android

Signal is a messaging app for simple private communication with friends.

Signal uses your phone's data connection (WiFi/3G/4G) to communicate securely, optionally supports plain SMS/MMS to function as a unified messenger, and can also encrypt the stored messages on your phone.

Currently available on the Play store.

Get it on Google Play

Contributing Bug reports

We use GitHub for bug tracking. Please search the existing issues for your bug and create a new one if the issue is not yet tracked!

https://github.com/signalapp/Signal-Android/issues

Joining the Beta

Want to live life on the bleeding edge and help out with testing?

You can subscribe to Signal Android Beta releases here: https://play.google.com/apps/testing/org.thoughtcrime.securesms

If you're interested in a life of peace and tranquility, stick with the standard releases.

Contributing Translations

Interested in helping to translate Signal? Contribute here:

https://www.transifex.com/projects/p/signal-android/

Contributing Code

If you're new to the Signal codebase, we recommend going through our issues and picking out a simple bug to fix (check the "easy" label in our issues) in order to get yourself familiar. Also please have a look at the CONTRIBUTING.md, that might answer some of your questions.

For larger changes and feature ideas, we ask that you propose it on the unofficial Community Forum for a high-level discussion with the wider community before implementation.

Contributing Ideas

Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the community forum.

Help

Support

For troubleshooting and questions, please visit our support center!

https://support.signal.org/

Documentation

Looking for documentation? Check out the wiki!

https://github.com/signalapp/Signal-Android/wiki

Legal things

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2013-2020 Signal

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

Google Play and the Google Play logo are trademarks of Google Inc.

Comments
  • Websocket support

    Websocket support

    As #127 is a little overloaded and goes beyond the technical, I thought to open up this issue to gather implementation details and coordinate efforts for this.

    Support for WebSockets is already present on the server, so the idea is to use WebSockets on Android as well (for now instead of a possible more suited protocol like MQTT)

    @geileszeuch mentioned a guide on how to use websockets in native apps: http://www.elabs.se/blog/66-using-websockets-in-native-ios-and-android-apps

    However I don't think this would be a good guide as it doesn't talk about Wake/Sleep and connection loss. This article list several issues one has to deal with in a mobile enviroment: http://dalelane.co.uk/blog/?p=1599 I believe the approach mentioned here http://stackoverflow.com/a/16602970 to be reasonable, if I find the time I will give it a try.

    I guess for developing this one has to run an own server, as WS is disabled per default.

    So please, if you have a question, concern or are already working on this: comment!

    feature 
    opened by JavaJens 232
  • Improve message coloring

    Improve message coloring

    The colored messages are supposed to convey to the user the difference between push messages and SMS.

    But the green color has confused myself, @sagischwarz, @phenx-de and literally everybody I have told to install the app.

    @phenx-de and myself have had a rather extensive discussion about the whole shebang in #908.

    What we came up with:

    • Use orange instead of green
      • Green is widely used to indicate security aka encryption (green traffic light -> you're safe / good to go) and people are used very to it.
      • Green is already used to indicate encryption / TS users in the contact list
      • It also collides with several ideas in #741 and #910 to indicate trust
      • Orange is the only color left in the Android color scheme, apart from purple: https://developer.android.com/design/style/color.html
      • It doesn't have such a direct association as green and red have
    • Use toned down colors to indicate the most likely transport for messages that aren't sent yet (#796)
      • Provides information about the most likely transport
      • Indicates that the message hasn't been send yet
    • We should use color strips on a light grey message body. Either on the speakers' side or on top of the messages
      • A whole window of completely colored messages looks very playful/cartoonish
      • It improves the contrast of the gray message-delivered text and icons below the message, making it easier to read
      • Scale down the importance of the transport information to a reasonable level
    • Color both the messages of sender and receiver
      • While roaming and in some countries people have to pay (a lot) for incoming texts, so knowing if it's an SMS or not is important.
      • The current implementation is inconsistent from a UX perspective.

    This is what @phenx-de came up with:

    Blue message sides for data and orange message sides for SMS: phenx_blue____phenx_orange

    Those are two of my own mockup sets, one with white and one with grey backgrounds. The first one doesn't have the nice new send icons because I couldn't be bothered to put them in after I made the mockups.

    Colorset 1: Blue message headers for data, grey background: android_blue2_100_50_partly_grey_horizontal

    Colorset 1: Orange message headers for SMS, grey background: android_orange2_100_50_partly_grey_horizontal

    Colorset 2: Blue message headers for data, white background: android_blue2_100_50_partly_white_horizontal_closed

    Colorset 2: Orange message headers for SMS, white background, encryption: android_orange2_100_50_partly_white_horizontal_closed

    Colorset 2: Orange message headers for SMS, white background, no encryption: android_orange2_100_50_partly_white_horizontal_open

    Please tell us what you think ;-)

    I did a quick count for several different preferences.

    If I misunderstood anybody, just tell me and I'll change your vote. If you have an opinion to one of those topics and aren't listed, just answer in the thread.

    The first two are about the shape of the messages only, the colors are to be discussed apart from the way we use them.

    • New style messages with colored bands (colors to be discussed) on top or on the side: @lindworm, @phenx-de, @noschinl, @Anaron, @monreal, @tinloaf @maulwuff
    • Old style messages but with toned down colors: @virtualritz, @0xACE, @L3st3r
    • Message color should indicate encryption @virtualritz, @lindworm, @mcginty
    • Message color should indicate transport method @Anaron, @Cimbali, @0xACE, @L3st3r, @backspace
    • Colors should stay the same (blue and green) @Anaron, @monreal, @sagischwarz, @0xACE, @L3st3r
    • Colors should change @lindworm, @phenx-de, @maulwuff

    Everybody seems to like the toned down colors for sending, so at least we have one thing in common ;-)

    feature ux 
    opened by generalmanager 163
  • Delayed/missing push messages

    Delayed/missing push messages

    When messaging a friend of mine via push, most messages are delayed a few hours. Background data is enabled. Sometimes messages are even not delivered at all or arrive in different order than sent. This also happens with messages other people send him, although I can exchange messages with these people without problems (delivered within a few seconds). He runs a Nexus 5 with the latest stock Google Android and is perfectly reachable via Hangouts the whole time.

    Any idea how to debug this?

    opened by fd0 162
  • Request: Google Play signed download alternative

    Request: Google Play signed download alternative

    I was about to suggest this before reading the infamous issue 53. It is sad to see that FDroid and WhisperSystems could not work together, I truly enjoy both projects. Needless to say a google alternative is required - google more and more frequently involves itself in privacy violations. I am opening this ticket in hopes that an alternative of some sort is made.

    Possibilities:

    1. WhisperSystems creates it's own official FDroid repository, as did GuardianProject: https://guardianproject.info/2012/03/15/our-new-f-droid-app-repository/

    2. WhisperSystems provides an APK somewhere out there for people to download with simple instructions on how to verify it's not been tampered with.

    In the event this is not done users not wanting Google will have to compile it from source, which although can be done, is a major inconvenience especially to newbies. Just for reference, there seems to be a large interest in migrating away from google. e,g, the NoGAPPS project: http://forum.xda-developers.com/showthread.php?s=a7bf27eb98e3bcefb7e58fb46d09710b&t=1715375

    I hope you all come up with a resolution. Thanks and keep up the great work! :)

    opened by countrygeek 150
  • MMS Receiving not working with non signal users

    MMS Receiving not working with non signal users

    Bug description

    Cannot receive MMS from non signal users at all

    Steps to reproduce

    • Have non-signal user send MMS
    • fails to download, retrying also fails

    Attempts to fix

    • everything in the troubleshooting guide https://support.signal.org/hc/en-us/articles/360007320211-MMS-Troubleshooting

    Actual result: Message just says mms fails to download, click to retry Expected result: See the mms

    Device info

    Device: OnePlus 6T Android version: 9.0.0 Signal version: 4.32.8 Carrier: Verizon

    Link to debug log

    https://debuglogs.org/c4b1cd7ad755c63f96d26c173b5324b5d7125dedf51032e09e0e1715e0f52280

    opened by aeppacher 135
  • Signal gets really slow on long Conversations

    Signal gets really slow on long Conversations

    • [ x ] I have searched open and closed issues for duplicates
    • [ x ] I am submitting a bug report for existing functionality that does not work as intended
    • [ x ] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [ x ] This isn't a feature request or a discussion topic

    Bug description

    If I have a long Chat with someone, probably multiple thousand Messages and Media in History, then the Chat gets REALLY slow. We talking about 40-50 sec for one Message to get send and it only gets slower. If you send multiple Messages after the first one, it can take up to multiple Minutes till they get send. Receiving Messages takes ~10-15 sec. Short Chats dont seem to be affected. Its the most brutal if the other Person is writing/answering at the same time as your Message sends. Signal gets really laggy, the phone gets hot and slow, till anything is sent. Not related to this, but maybe Interesting: Backups take around 3 hours to finish. Backupfile is around 7GB in Size.

    Steps to reproduce

    • Open Signal
    • Go to Chat with long History (opening and closing that Chat is also really slow)
    • Send one or Multiple Messages

    Actual result: Messages take sometimes Minutes to Send. Expected result: Messages should be send almost instant, like in a fresh Chat.

    Device info

    Device: Galaxy S5 klte / SM-G900F and One Plus 6T Android version: 9.0 LineageOS 16 / Stock Rom Signal version: 4.68.8, persists in 4.69.6, persists in 4.70.3, persists in 4.70.5, persists in 5.8.10, solved in 5.20.4

    Link to debug log

    https://debuglogs.org/fff230b9173168bd607d678f019b51b7dc38c12ced3661f169c51e1968b147d8

    EDIT: New Log, while sending and receiving Messages at the same time:

    https://debuglogs.org/7eead199b7af5be480058d38b128f766cf4536beb0be0b4a24aa2ad962aada09

    EDIT2: Now (28th Aug) the Problem is so bad, that the App gets nearly unusable. Messages take around 90 Seconds to get send. Only in that one, long Chat. As long as one Message in that Chat is sending, anything else is almost not responding and the App locks up sometimes. Even receiving Messages in that Chat is so slow, that sometimes the Person thinks i lost connection or turned off my Phone. Isnt there anything that can be done, without loosing all the History ? I used Whatsapp for some time before and had Chats with around 30-40k Messages and NEVER had any Problems like that, why is it, that Signal has such poor Performance ?

    EDIT3 (4th Nov): Time to send one Message went up to ~130 secs. Pics dont always send. Just the Text under them. App is barely usable whenever i access a long Chat.

    EDIT4 (Feb 2021): Changed Phone from a Galaxy S5 with Snapdragon 801 and 2GB RAM, to a One Plus 6T with Snapdragon 845 and 8GB RAM. Problem still persists, but is better thanks to more Raw Power. Chat still gets slower every Day, even tho not as noticeable anymore, probably also thanks to more power.

    EDIT5 (18th Aug 2021): Problem seems resolved. Performance in a long Chat is drastically Improved with Version 5.20.4. A Message takes around 2-3 seconds now, which i consider "instant". Good Job Guys and Girls!

    Probably Related #9881

    opened by Anti-ctrl 123
  • Unable to restore encrypted backup - Bad MAC

    Unable to restore encrypted backup - Bad MAC

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    Unable to restore signal backup on new phone. Similar to #7637 but I don't have xposed installed. Signal stable closing without error after reading 11401 messages. Signal beta giving error message about incorrect passphrase after reading 11401 messages. I am certain the passphrase and the backup are correct as they are working fine using https://github.com/xeals/signal-back

    Steps to reproduce

    • copy signal backup to new phone
    • open signal
    • enter passphrase
    • wait for messages to import

    Actual result:

    • Signal just closing (stable)
    • Error message stating the passphrase is incorrect (beta).

    Expected result: Backup is successfully restored.

    Screenshots

    beta error (in German due to phone language) _20181110_121218

    Device info

    Device: Nokia 7 Plus Dual-Sim Android version: 9 Kernel version: 4.4.146-perf+ Signal version: Beta: 4.30.2 also tested on stable: 4.29.7

    Link to debug log

    Working on grabbing a logcat log but struggling with it. Will add through edit. Logcat for version 4.29.7:

    --------- beginning of crash
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 4472
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at android.os.AsyncTask$3.done(AsyncTask.java:354)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.FutureTask.run(FutureTask.java:271)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:764)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: Caused by: java.lang.NegativeArraySizeException: -1884239691
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at org.thoughtcrime.securesms.backup.FullBackupImporter$BackupRecordInputStream.readFrame(FullBackupImporter.java:310)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at org.thoughtcrime.securesms.backup.FullBackupImporter$BackupRecordInputStream.readFrame(FullBackupImporter.java:252)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at org.thoughtcrime.securesms.backup.FullBackupImporter.importFile(FullBackupImporter.java:81)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:394)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:386)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    11-08 22:32:10.330  4472  6987 E AndroidRuntime: 	... 4 more
    

    logcat for version 4.30.2:

    11-10 13:15:20.687 27588 31822 W RegistrationActivity: null
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: java.io.IOException: Bad MAC
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at org.thoughtcrime.securesms.backup.FullBackupImporter$BackupRecordInputStream.readAttachmentTo(FullBackupImporter.java:298)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at org.thoughtcrime.securesms.backup.FullBackupImporter.processAttachment(FullBackupImporter.java:140)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at org.thoughtcrime.securesms.backup.FullBackupImporter.importFile(FullBackupImporter.java:87)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:396)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:388)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
    11-10 13:15:20.687 27588 31822 W RegistrationActivity: 	at java.lang.Thread.run(Thread.java:764)
    
    wontfix 
    opened by mike-edel 122
  • Signal not working on Mobile across a number of devices and connections

    Signal not working on Mobile across a number of devices and connections

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    Since a few days for me, my wife, a bunch of friends and family members on different mobile networks in Italy, Signal stopped working. As soon as the device is connected to WiFi, messages gets routed, otherwise there's no communication in or out.

    A friend even tried to uninstall and reinstall signal and it didn't let him re-register, saying "no network".

    This happens on a range of devices with different vendors (Samsung, Xiaomi, Huawei) Android versions (8, 9, 10 and 11) and different data and WiFi providers. The only common thing is the location (Italy) and the app version (5.27.13).

    Steps to reproduce

    • Send a message on Mobile Data

    Actual result: Spinning icon untill connected to WiFi. No messages delivered in or out. Expected result: Messages should be delivered.

    Device info

    Device: Samsung, Xiaomi, Huawei (various) Android version: 8, 9, 10 and 11 Signal version: 5.27.13

    Link to debug log

    I attach one of the devices debug log, the errors are the same across all devices (I think the SSL handshake fails).

    https://debuglogs.org/b8d5664acd597b3447f7c36a53fd91161b7420c611a149c8b2a86090220c85fb

    opened by quaqo 119
  • Signal camera not working on Huawei phones

    Signal camera not working on Huawei phones

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    When trying to take a picture to send within Signal using a Huawei Mate 10 Pro or a Huawei P20, a black screen is displayed with the shutter button and the square in the bottom left of existing pictures, but no camera image. On pressing back to return to the chat and trying again, Signal stops being responsive.

    Steps to reproduce

    • Open a chat
    • Try to take a photo to send

    Actual result: Black screen with camera UI but no image Expected result: Camera UI with a moving image of what the camera sees

    Device info

    Device: Huawei Mate 10 Pro, Huawei P20 Android version: 9.1 Signal version: 4.49.13

    Link to debug log

    https://debuglogs.org/b6f9596c588335d29eccc0851848d75b31ad9be16ee8a06e75de96286985e662

    camera wontfix 
    opened by ajsteele 109
  • Voice/Video chat beta: Missing Echo Cancellation

    Voice/Video chat beta: Missing Echo Cancellation

    I have:

    • [x] searched open and closed issues for duplicates
    • [x] read https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports

    Bug description

    When doing an audio call on Speaker mode in the new Voice/Video call beta enabled, you can hear your own voice clearly reflected through the microphone. This causes a rather high level of annoyance as you hear your own voice, with a double round-trip time in between, making it a very sad communication companion that constantly interrupts you when you speak.

    Steps to reproduce

    • Enable voice calling beta
    • Put both phones on speaker mode
    • Pull up volume a bit
    • Speak slowly and hear your own voice with a delay, routed through the aether.

    Actual result: Annoyingly noise of your own voice

    Expected result: Effective echo cancellation on the remote side that cancels out the noises from the speaker against the microphone.

    Screenshots

    Not applicable

    Device info

    Device 1: Fairphone 2 Device 2 Nexus 5x Android version: 7.1.1 and the current fairphone (5/6 something?) Signal version: Pass.

    Link to debug log

    Not applicable.

    opened by Spindel 109
  •  Not downloading MMS messages in group chats or single person chats on AT&T

    Not downloading MMS messages in group chats or single person chats on AT&T

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    My parents are having an issue where they are not receiving MMS messages. I was having this issue on Signal Beta on MY OnePlus 6t, so I uninstalled and reinstalled only to be greeted with this issue #9136 which is not a resolved or duplicate issue (@greyson-signal )

    Steps to reproduce

    • be in a group chat
    • get a next in that group chat or
    • be in a text thread
    • get an mms message (ie: an image or audio file) in that text thread

    Actual result: "Error downloading MMS message, tap to retry", click retry, it spins for a second and then "Error downloading MMS message, tap to retry" again ad infinitum Expected result: the MMS message downloads

    Device info

    Device: OnePlus 6t & Samsung Galaxy S10e Android version: Android 9 Signal version: 4.49.16 Carrier: AT&T

    Link to debug log

    This is the link for the debug log for my mom's S10e. That's all I could get at the time of writing this issue https://debuglogs.org/868b7a7d545287bcf96691fbeb753cf89e44384b1e4fe5b271cba972471e67e1

    opened by g2bb 104
  • Replace the old SimpleProgressDialog with the new ProgressCard in Wal…

    Replace the old SimpleProgressDialog with the new ProgressCard in Wal…

    …lpaperCropActivity.

    Contributor checklist

    • Virtual Pixel XL, Android 12
    • [X] My contribution is fully baked and ready to be merged as is

    Description

    Replace the old SimpleProgressDialog with the new ProgressCard in WalllpaperCropActivity.java See also https://github.com/signalapp/Signal-Android/pull/10251#issuecomment-765705419

    grafik Screenshot_1673109527

    opened by Sgn-32 0
  • App crashes upon open

    App crashes upon open

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    The Signal app is crashing upon opening 10/10 times.

    Steps to reproduce

    • Updated to the latest version
    • Just opened the app after the update
    • It's just force closing itself upon each open instantly after 2seconds

    Actual result: It's crashing whenever I open the app. Expected result: It shouldn't crash/close rather I need to take backups, chats etc

    Screenshots

    Screenshot_20230107-145231_Pixel_Launcher_Extended.png

    Device info

    Device: Xiaomi Redmi Note 9 Pro Android version: 13 December Patch Signal version: Version 6.7.0

    Link to debug log

    https://paste.evolution-x.org/2ndnn2

    Incase if you're not able to open the log, here is the screenshot. IMG_20230107_145103_498.jpg

    opened by parzival-cmd 3
  • black banner viewing photos

    black banner viewing photos

    • [X] I have searched open and closed issues for duplicates
    • [X] I am submitting a bug report for existing functionality that does not work as intended
    • [X] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [X] This isn't a feature request or a discussion topic

    Bug description

    When consulting the photos in landscape mode, we have the black banner at the top and bottom which reappears when we consult a new photo even if we clicked on the photo so that the black banner at the top and bottom disappears

    Steps to reproduce

    • Select a picture
    • Put your phone in landscape mode
    • the photo is displayed with the black banner at the top and bottom (the 2 red rectangles)
    • Click on the photo to remove the black banner above and below
    • Show next photo by swiping. The black banner at the top and bottom reappears!!!

    Actual result: When looking at photos by removing the black banner at the top and bottom by clicking with your finger, they reappear when looking at the next photo. Expected result: When looking at photos by removing the banner at the top and bottom by clicking with your finger, the banners do not appear on the next photo

    Screenshots

    • the photo is displayed with the black banner at the top and bottom (the 2 red rectangles) Screenshot_20230106-191017_Signal
    • Click on the photo to remove the black banner above and below Screenshot_20230106-191024_Signal
    • Show next photo by swiping. The black banner at the top and bottom reappears!!! Screenshot_20230106-191040_Signal

    Device info

    Device: Samsung A51 Android version: 12 Signal version: 6.6.3

    Link to debug log

    No debug log. Only visual problem.

    opened by Torok42 0
  • echo on receiving end with video call on asus zenfone 8

    echo on receiving end with video call on asus zenfone 8

    • [x] I have searched open and closed issues for duplicates
    • [x] I am submitting a bug report for existing functionality that does not work as intended
    • [x] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [x] This isn't a feature request or a discussion topic

    Bug description

    Receiving end hears their own voice when being video called from Asus Zenfone 8. This seems independent of the device of the receiving end. Happens for android and iPhone as receiver.

    Steps to reproduce

    • Asus Zenfone 8 video calls another user or is being called

    Actual result: receiving end hears their own voice as annoying echo only on their side Expected result: receiving end hears only the voice of the caller.

    Screenshots

    None

    Device info

    Device: Asus Zenfone 8 (sake) Android version: LineageOs 19.1 Signal version: 6.6.3

    Link to debug log

    https://debuglogs.org/android/6.6.3/686ce20dc15d0f09ea43b777ff38cba9b34f442b722038969c30909520a448c4

    opened by thrillfall 0
  • Updates are not checked via mobile data (only via Wi-Fi) for the APK-installed app.

    Updates are not checked via mobile data (only via Wi-Fi) for the APK-installed app.

    • [X] I have searched open and closed issues for duplicates
    • [X] I am submitting a bug report for existing functionality that does not work as intended
    • [X] I have read https://github.com/signalapp/Signal-Android/wiki/Submitting-useful-bug-reports
    • [X] This isn't a feature request or a discussion topic

    Bug description

    Updates are not being checked unless the device is on a Wi-Fi network.

    Steps to reproduce

    • Install app via Android APK on Signal website.
    • Disable Wi-Fi for a few weeks, leaving mobile data enabled.
    • Enable Wi-Fi again.
    • Notice than an update notification is presented after a few days, for a version that was published whilst Wi-Fi was off.

    Actual result: No updates are presented when on mobile data. Expected result: Updates should be checked, regardless of network type.

    Screenshots

    None as there is nothing to show.

    Device info

    Device: Google Pixel 4a Android version: 13 Signal version: 6.6.3

    Link to debug log

    No debug log - updates are just not being checked.

    I first noticed this bug when away travelling for a while - I have unlimited mobile data so never connect to a Wi-Fi network. Signal informed me that my current version was too out of date. Having to find and connect to a Wi-Fi network, just to auto-update a secure messaging app seem like an oversight. I've since purchased a mobile hotspot for the sole purpose of connecting to its Wi-Fi to "trick" Signal into auto-updating.

    opened by greenerk 6
  • Signal notifications manage to ignore DND on various android phones

    Signal notifications manage to ignore DND on various android phones

    I just woke up because of this bug, please fix it.

    If you are still having this issue, please submit a new GitHub Issue with a debuglog URL. Thank you!

    Originally posted by @nicholas-signal in https://github.com/signalapp/Signal-Android/issues/8257#issuecomment-1369914895

    I tried all possible settings as proposed in the original issue to double-check I didn't have an exception for signal which would allow it to ignore DND, but still, it's ignoring DND.

    Here is the link to the debug log: https://debuglogs.org/android/6.6.3/7178b2025cfe6c18cc93cd60f56cf95618fcf21b2757584c6c8a445d97da9c53

    opened by hboetes 0
Telegram messenger for Android

Telegram messenger for Android Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. This repo contains the

DrKLO 21.3k Jan 1, 2023
Open Super dApp - Your gateway to the new digital commons. Integrated mobile messenger, Ethereum wallet, and Web 3.0 browser built on open, decentralized, and encrypted protocols.

A fully open source, open standard, decentralized "super app" including a secure, encrypted Matrix compatible messenger based off of the Element Messenger, and an Ethereum crypto wallet and web3 browser based off of Alpha Wallet.

2Gather 6 Jul 25, 2022
Tonomy ID is the cross-platform mobile wallet (Android and iOS) for public and private EOSIO blockchains

Tonomy ID is the cross-platform mobile wallet (Android and iOS) for public and private EOSIO blockchains. This application allows you to sign transactions on the block chain, share your DID and Verifiable Credentials containing your identity with others in a consensual way and log into web2 and web3 applications. If you lose your phone several mechanisms exist to allow you to recover your account without trusting anyone with custody of your private keys.

null 7 Dec 24, 2022
an android app to send private secret SMS while terrorist Islamic republic of Iran banned internet access in Iran.

Mahsa An android application which is designed to deliver safe and encrypted messages using SMS while Islamic republic of Iran banned Iranian people a

null 3 Sep 22, 2022
Simple metrics exporter HTTP server for Prometheus meant to be used for private Discord servers.

Discord Prometheus Exporter Simple metrics exporter HTTP server for Prometheus meant to be used for private Discord servers. Thanks to the creator of

Subham 2 Nov 29, 2022
android-delicious Delicious Android is an Android app which helps you access and save bookmarks via Delicious. It's available over at Google Play.

Delicious Android Delicious Android is an Android app which helps you access and save bookmarks via Delicious. It's available over at Google Play. Fea

Alexander Blom 137 Nov 20, 2022
Android cutout screen support Android P. Android O support huawei, xiaomi, oppo and vivo.

CutoutScreenSupport Android cutout screen support Android P. Android O support huawei, xiaomi, oppo and vivo. Usage whether the mobile phone is cutout

hacket 5 Nov 3, 2022
FoldingNavigationDrawer-Android This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer.

FoldingNavigationDrawer-Android Sample (Play Store Demo) This is a sample project present how to use Folding-Android to add Folding Efect to Navigatio

null 242 Nov 25, 2022
Twidere-Android Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature.

Twidere for Android Material Design ready and feature rich Twitter/Mastodon/Fanfou app for Android 4.1+. Enjoy Fediverse now! Twidere-Android is maint

Twidere Project 2.7k Jan 2, 2023
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.

Popular Movies Stage 1 + Stage 2 Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API. ✨ Screenshots M

Yassin AJDI 189 Nov 26, 2022
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!

Spokestack is an all-in-one solution for mobile voice interfaces on Android. It provides every piece of the speech processing puzzle, including voice

Spokestack 57 Nov 20, 2022
Aggregated Android news, articles, podcasts and conferences about Android Development

DroidFeed Curated news feed for Android Developers! Stay up to date with the latest Android Development news. Built for the Android developer communit

Dogan Gulcan 183 Dec 2, 2022
Shreyas Patil 2.1k Dec 30, 2022
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar

#Android-LollipopShowcase This is a simple showcase to show off Android's all new Material Design and some other cool new stuff which is (new) in Andr

Mike Penz 1.8k Nov 10, 2022
The Android startup used to schedule tasks, jobs while launching Android App.

Android Startup, schedule your startup jobs Introduction AndroidStartup is an open source project used to refine your Andriod App startup. Compared wi

ShouHeng 46 Aug 24, 2022
Android playground project with modularization by feature (android libraries), unit tests, MVVM & MVI.

Movies Movies is a simple project to study and play with some android components, architecture and tools for Android development. Tech Stack This proj

Christopher Elias 333 Dec 30, 2022
🌄 Photo editor using native modules for iOS and Android. Inherit from 2 available libraries, Brightroom (iOS) and PhotoEditor (Android)

React Native Photo Editor (RNPE) ?? Image editor using native modules for iOS and Android. Inherit from 2 available libraries, Brightroom (iOS) and Ph

Baron Ha. 242 Dec 28, 2022
Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks

Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks

MindOrks 1.2k Dec 29, 2022
A simple Android app to demonstrate the use of Hover SDK for M-PESA Send Money while offline. This SDK does not require an internet connection, it automates USSD sessions in the background of an android application.

HoverSDKDemo Hover SDK is an Android SDK that lets mobile developers to add money features to the applications. This SDK does not require an internet

Joel Kanyi 9 Dec 21, 2022