Skip to content
#

sms

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

schuyler1d
schuyler1d commented Jun 24, 2020

Problem
Let's celebrate texters finishing their message sends!

Solution
Create a TEXTER_SIDEBOX implementation that upon getting to the end of sends shows a configurable (animated) gif.

Context

  1. There is a new TEXTER_SIDEBOX extension framework where you can add a directory here:
    https://github.com/MoveOnOrg/Spoke/tree/main/src/integrations/texter-sideboxes
    (maybe `celebra

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.