Commit Graph

12 Commits (21f04605c68a2e157cfe0da4e5a480635842f5ec)

Author SHA1 Message Date
Moxie Marlinspike 21f04605c6 Don't E164 shortcodes
Fixes #4478
// FREEBIE
10 years ago
Moxie Marlinspike 434ce4f9c9 Canonicalize entries in canonical address database.
Make all our queries E164, so eventually everything in there
will be E164.  Stops thrashing between formats.

Closes #4306

// FREEBIE
10 years ago
Moxie Marlinspike bbf33f88e0 Support for static RecipientDetails for certain shortcodes.
Closes #3813
// FREEBIE
10 years ago
Jake McGinty 5b788fe188 fix activity leak when initializing singletons
Closes #3219
// FREEBIE
10 years ago
Moxie Marlinspike 08ed90c5ec Split out Util functions. 11 years ago
Jake McGinty f6e04d0f89 use latest android number as recipient number
Fixes #791
// FREEBIE
11 years ago
Moxie Marlinspike aa25f94291 Enhanced import/export support.
1) Allow imports from the stock SMS database at any time.

2) Provide plaintext export support, in a format compatible with
   the "SMS Backup And Restore" app.

3) Fix the DB weirdness on encrypted restore that previously
   required killing the app.
12 years ago
Moxie Marlinspike 9939830551 Refactor recipient access.
1) Refactor recipient class to support asynchronous loading operations.

2) Refactor recipient factory to simplify recipient access.

3) Consoliate everything into one recipient provider that is capable of
doing async lookups and intelligent caching.
13 years ago
Moxie Marlinspike 82f8ba3584 Removed tabs 13 years ago
Moxie Marlinspike 3d3db421d3 Lint warning changes. 13 years ago
Moxie Marlinspike 4c3b7cbe08 Extract TextSecure strings for i18n.
1) Change all instances which use concatenation to build strings
with variables in them to use string formatting instead.

2) Extract all string literals from layouts and menus into strings.xml

3) Extract all string literals from code into strings.xml
13 years ago
Moxie Marlinspike bbea3fe1b1 Initial Project Import 14 years ago