Moxie Marlinspike
2042ca6cb7
Generate "prekeys" at push registration time.
...
This generates a large number of key exchange messages and
registers them with the server during signup.
2014-01-06 14:34:47 -08:00
Moxie Marlinspike
cfb7b8fcba
Consider unregistered if authorization fails.
...
This should only occur if another device has registered with the
same number, effectively making the current device unregistered.
2014-01-06 14:34:46 -08:00
Moxie Marlinspike
03ff55db97
Actually set the preference to unregistered
2014-01-06 14:33:53 -08:00
Moxie Marlinspike
0e899b93d4
Reset Release
2014-01-06 14:33:53 -08:00
Moxie Marlinspike
fb378a6e00
Change attachment retrieval interface
2014-01-06 14:33:53 -08:00
Moxie Marlinspike
9287d413ac
Support for incoming attachments.
...
1) Refactored MMS layer to use abstracted types.
2) Added support for retrieving attachment IDs.
2014-01-06 14:33:52 -08:00
Moxie Marlinspike
4bb337a3a0
Revised support for outgoing attachments
2014-01-06 14:33:52 -08:00
Moxie Marlinspike
fd045f2354
Refactor MMS send/download to be synchronous.
...
1) Make the radio change a synchronous action with a timeout.
2) Move the send logic into an MmsTransport, in preparation for
UniversalTransport composition.
3) Move the download logic into a synchronous receiver.
2014-01-06 14:33:52 -08:00
Moxie Marlinspike
53803630d4
Enable TextSecure universal transport.
2014-01-06 14:33:52 -08:00
Moxie Marlinspike
d7070e7ecf
Inserted the Registration activity into initial setup flow.
...
1) Added push messaging toggle to preferences.
2) Added push messaging registration screen to setup flow.
3) Migrated rest of SharedPreferences accessors to
TextSecurePreferences.
2014-01-06 14:30:03 -08:00
Moxie Marlinspike
52e5274a2f
Add registration notification support.
2014-01-06 14:21:51 -08:00
Moxie Marlinspike
4c615546e8
update gitignore
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
1d1492b15c
Remove from VCS
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
0ed9da9a2c
Strings and slight cleanup
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
26dadfcb7a
Move trust store to raw resource from asset.
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
1ac06312a0
Move directory and push service socket into library.
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
a200d29514
Move most of Util into library
2014-01-06 14:21:50 -08:00
Moxie Marlinspike
21eee19380
Split into library project and add shared preferences layer of indirection.
2014-01-06 14:20:59 -08:00
Moxie Marlinspike
2539723410
Fix string
2014-01-06 14:19:06 -08:00
Moxie Marlinspike
0958c30400
Stringify
2014-01-06 14:19:06 -08:00
Moxie Marlinspike
7eef93c829
Stringify and clean layout
2014-01-06 14:19:05 -08:00
Moxie Marlinspike
3634ba0b55
Registration with voice verification.
2014-01-06 14:18:30 -08:00
Moxie Marlinspike
6ca029f64a
Plugin 0.7, Gradle 1.9, AS 4.0
2014-01-06 14:13:12 -08:00
Moxie Marlinspike
7bf96ec7d7
Merge pull request #524 from thoughtbox/master
...
Merge Allow for "Enable Enter key" translation
2014-01-02 15:35:56 -08:00
thoughtbox
389fdaed32
Enter key string.xml references
...
To allow for translations
2014-01-02 18:58:54 +01:00
thoughtbox
8186694555
Change to string refs for Enter
...
To allow for translation
2014-01-02 18:53:50 +01:00
Moxie Marlinspike
b98d5ca244
Merge pull request #501 from veeti/notification
...
Improve password caching notification UI & UX
2014-01-01 13:51:26 -08:00
Veeti Paananen
eb1b762a76
Improve password caching notification UI & UX
...
On Jelly Bean and above:
- Use the standard notification style for a better and consistent visual
appearance
- Use the JB notification actions API for the locking action
- Use a lower notification priority to prioritize other notifications
over TextSecure
On ICS:
- Use the existing custom notification layout
Everywhere:
- Allow opening the app itself from the notification
- Simplify strings: don't talk about a "cached passphrase" but about the
app being "unlocked"/"locked"
2013-12-22 04:48:39 +02:00
Moxie Marlinspike
ca92b4d904
Merge pull request #493 from niktrix/patch-1
...
set unread message count in notifications.
2013-12-18 13:21:10 -08:00
nicky g
a0c821f6ac
set unread message count in notifications.
...
was not able to squash commit requesting new pull
2013-12-19 02:44:42 +05:30
Moxie Marlinspike
d260cdcc9f
Add giffgaff APN defaults. // FREEBIE
2013-12-17 16:57:40 -08:00
Moxie Marlinspike
496d5e21d2
Add Slovenia APN defaults
2013-12-17 16:53:35 -08:00
Moxie Marlinspike
bba49fcb76
Merge pull request #446 from veeti/settings
...
Show LED and ringtone setting values in their summaries
2013-12-16 20:17:54 -08:00
Veeti Paananen
6eb094c87e
Show LED and ringtone setting values in their summaries
...
As instructed in the Android design guidelines. Also removed unnatural
capitalization.
2013-12-17 03:13:22 +02:00
Moxie Marlinspike
23e8035edd
Merge pull request #486 from jlund/strings-update
...
Incredibly minor cleanup of the strings file
2013-12-16 15:02:03 -08:00
Joshua Lund
0fed5593a8
Incredibly minor cleanup of the strings file
2013-12-16 15:11:17 -07:00
Moxie Marlinspike
60f5363da0
Merge pull request #485 from veeti/tabswipe
...
Add tab swiping to contacts picker
2013-12-16 12:50:41 -08:00
Veeti Paananen
bee964dcf8
Improve appearance of "no contacts" indicators by centering them.
...
Also remove pointless scroll views.
2013-12-16 22:27:10 +02:00
Veeti Paananen
f18324e2d6
Add tab swiping in the contact picker
2013-12-16 22:17:52 +02:00
Moxie Marlinspike
e7f4a6039c
Merge pull request #479 from kyleconroy/new_icon
...
Add a new icon
2013-12-16 11:05:43 -08:00
Moxie Marlinspike
fccb4cc0cf
Add bithub payout slug.
2013-12-16 09:58:56 -08:00
Kyle Conroy
f91cfe1c44
Update icon with more distinct drop shadow. Make the lock flat.
2013-12-13 11:33:02 -08:00
Kyle Conroy
c8422a8942
Lighten the drop shadow on the icon
2013-12-12 16:54:36 -08:00
Kyle Conroy
f74119a58c
Add new icons
2013-12-12 16:30:14 -08:00
Moxie Marlinspike
ce4f935fa6
Bump version to 1.0.6
2013-12-07 11:47:14 -08:00
Moxie Marlinspike
ee0a84ec16
kn_IN
2013-12-07 11:31:08 -08:00
Moxie Marlinspike
7d931f5e6b
Updated translations
2013-12-07 11:22:33 -08:00
Moxie Marlinspike
1740f9a7cd
Merge pull request #443 from veeti/unlock
...
Clean up password unlock layout
2013-12-07 11:16:19 -08:00
Moxie Marlinspike
94913f34da
Merge pull request #459 from thoughtbox/master
...
Add summary information to "Sound" setting in preferences.
2013-12-07 11:08:11 -08:00
Moxie Marlinspike
15284cd4d9
Merge pull request #460 from thejeshgn/patch-1
...
Added Kannada to languages
2013-12-07 11:05:02 -08:00