Skip to content
#

sms

Here are 2,010 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

arena
arena commented Jan 28, 2020

Problem
When signing up, potential users want to review the privacy policy.

Solution
A spot for the privacy policy on the sign up screen and notes about how to configure it in the deploy instructions.

Additional context
Maybe somebody more familiar with how this might work on the dev side should fill in some details... I think the link should go at the bottom of the page alon

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.