The Wayback Machine - https://web.archive.org/web/20200821055006/https://github.com/topics/sms
Skip to content
#

sms

Here are 1,994 public repositories matching this topic...

turkeyphant
turkeyphant commented Apr 30, 2019

Expected behaviour

Either all or none translated.

Actual behaviour

Most translated with notable exceptions e.g. "Old backup scheduler", "3rd party integration", "Donate", "Backup settings", "Restore settings".

Steps to reproduce the behaviour

System language to Spanish.

Please specify the following:

  • Android version 7.0
  • Phone model / brand LG G5 (LH-H850)
bohnman
bohnman commented Jul 24, 2018

Former title: lastRequest and lastResponse in HttpClient should be volatile

Version:

7.22.0

Code Snippet

HttpClient.java

private Response lastResponse;  // missing volatile
private Request lastRequest;  // missing volatile

Steps to Reproduce

The lastRequest and lastResponse members in HttpClient should be volatile because the class is indirectly used as a

Improve this page

Add a description, image, and links to the sms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sms topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.