Commit Graph

1325 Commits (a4bd9fae9ae3ae885a75282f26d0724c4f6a975a)
 

Author SHA1 Message Date
agrajaghh a4bd9fae9a make "repeat alerts" setting translatable
Fixes #2511
Closes #2516

 //FREEBIE
9 years ago
Moxie Marlinspike d4493e700e Add GroupId for received messages.
// FREEBIE
9 years ago
Moxie Marlinspike 83d65228e9 Fix for race conditioned caused by OkHttpClient NPE.
We catch OkHttpClient exceptions to deal with bugs in their code,
but in some cases that was leaving our state information in a
bad situation.

// FREEBIE
9 years ago
Moxie Marlinspike 8a2caeef3d Fix for OKH IllegalStateException.
// FREEBIE

Fixes #2501
10 years ago
Jake McGinty 6280ef4ab8 Revert "set appcompat menu class to obfuscate-only in PG"
This reverts commit 899afa2092.

Was able to reproduce a crash with this in second test that was actually
resolved in the previous proguard. Reverting.
10 years ago
Jake McGinty 899afa2092 set appcompat menu class to obfuscate-only in PG
keeping it on the safe side - tested on problematic samsung devices, and
it looks like it works fine.
// FREEBIE
10 years ago
Moxie Marlinspike 7c6b965969 Shrink some SC classes for Gingerbread dexopt limit.
// FREEBIE
10 years ago
Jake McGinty 5fac189736 "All images" view for conversations
// FREEBIE
10 years ago
Moxie Marlinspike d3271f548c Support for retrieving stored messages via websocket.
1) When registering with server, indicate that the server should
   store messages and send notifications.

2) Process notification GCM messages, and connect to the server
   to retrieve actual message content.
10 years ago
Jake McGinty 023195dd4b make send button focusable
Fixes #2494
// FREEBIE
10 years ago
Moxie Marlinspike 299dd86c77 Support matching to account for telcos inserting SMS prefixes.
// FREEBIE

Fixes #1944
10 years ago
Jake McGinty f818cfa32b Unjank character count indicators
Fixes #1841
// FREEBIE
10 years ago
Jake McGinty fc21d2038f Add first Espresso interaction test
// FREEBIE
10 years ago
Jake McGinty 8277e4e102 Fix NPE when InetAddress.getByName() is null
Resolves #2189
// FREEBIE
10 years ago
Jake McGinty 242dbef54e Prevent NPE when MMS's FROM PduHeader is missing
Fixes #1448
// FREEBIE
10 years ago
Jake McGinty 9ffd84ce05 Increase readability of recv date in dark theme
Fixes #1483
// FREEBIE
10 years ago
Moxie Marlinspike cb37ce0f5f Fix README typo
// FREEBIE

Closes #2396
10 years ago
Andy Martin 7ab739b22b clear the current text box when deleting a draft-only thread.
otherwise the draft will be immediately re-saved (preventing
thread deletion).

// FREEBIE

Closes #2474
Fixes #2473
10 years ago
Moxie Marlinspike 224b06f05a Theme the HMS picker.
// FREEBIE

Closes #2353
10 years ago
McLoo d36d33f837 Stop crash on pasting long numbers as country code
//FREEBIE

Closes #2311
10 years ago
Moxie Marlinspike 724dced820 Define a max message length to display.
// FREEBIE

Closes #2294
10 years ago
Sam Lanning b8ca0e57ad Only initialise EmojiGrid when not in edit mode
Suppress initialisation of the emoji_grid_layout.xml when the
EmojiDrawer is being used in a layout where the editor is shown,
 to prevent an NPE when an editor is being used.

// FREEBIE

Closes #2288
10 years ago
AsamK fe5fc411a7 Save drafts for recipients without an existing thread
- Save drafts without thread in draft database
- Clear drafts when deleting conversation(s), otherwise
  the drafts stay in the database and will reappear when a thread
  with the same threadId is created

Closes #1510
10 years ago
agrajaghh 20d43bbfcb add icons to the preference categories
Closes #2361
10 years ago
Jake McGinty 442f56cdc3 prevent NPE in GroupCreateActivity
Occurs when a returned Recipient is null when returning from contact
selection activity.

Fixes #2466
// FREEBIE
10 years ago
Moxie Marlinspike 35dabaf1e5 Bump version to 2.5.3
// FREEBIE
10 years ago
Jake McGinty 1aec794a34 widen LGE menu workaround constraints
// FREEBIE
10 years ago
Jake McGinty 5bd8d6c69d Check the part stream is non-null before decoding
// FREEBIE

Closes #2459
10 years ago
Moxie Marlinspike aa26785c00 Reinclude SC provider for consistency.
// FREEBIE

Fixes #2461
10 years ago
Moxie Marlinspike f450b37cfd Bump version to 2.5.2
// FREEBIE
10 years ago
Jake McGinty b88e470594 prevent recipient listener Activity context leak
Resolves #2372
Resolves #2425
// FREEBIE
10 years ago
Jake McGinty f38677794a stop giving long-living static objects Activity contexts
// FREEBIE
10 years ago
Jake McGinty ac4db41435 lower memory consumption from previews
// FREEBIE
10 years ago
Jake McGinty 3a9d521ffe Workaround LG-related menu issues, pt. 2
fixes #2444
// FREEBIE
10 years ago
Jake McGinty b1bf33b13b Fix SaveAttachmentTask NPE
resolves #2454
// FREEBIE
10 years ago
Moxie Marlinspike 352418d2d7 Don't notify on MMS delivery failure if message has been deleted.
// FREEBIE

Fixes #2453
10 years ago
Moxie Marlinspike fb523985ed Bump version to 2.5.1
// FREEBIE
10 years ago
Moxie Marlinspike 7ffe6f053c Merge pull request #2435 from mcginty/dark-actionmode-popup
Fix white-on-white ActionMode popup in dark theme
10 years ago
Jake McGinty ea77191b70 Fix white-on-white ActionMode popup
// FREEBIE
10 years ago
Moxie Marlinspike e0b882d4d2 Merge pull request #2434 from mcginty/plurals
move plurals to strings.xml
10 years ago
Jake McGinty 10a74d6d08 move plurals to strings.xml
Resolves #2421
// FREEBIE
10 years ago
Jake McGinty f092e85b62 Workaround for LGE-related NPEs
See: https://code.google.com/p/android/issues/detail?id=78154

Fixes #2424
Closes #2428

// FREEBIE
10 years ago
Moxie Marlinspike 8aa0f15740 Bump version to 2.5.0
// FREEBIE
10 years ago
Moxie Marlinspike 18d4d4de24 Update language translations
// FREEBIE
10 years ago
Moxie Marlinspike b3c42dee7e Merge pull request #2416 from mcginty/better-relative-dates
more succinct relative dates
10 years ago
Moxie Marlinspike 5836f35291 Merge pull request #2400 from mcginty/mms-bad-base64-fix
Fix NPE when encrypted MMS has bad base64 encoding
10 years ago
Jake McGinty dbd8a4083c Fix NPE when encrypted MMS has bad base64 encoding
// FREEBIE
10 years ago
Jake McGinty 0fd52ad1fe more succinct relative dates
// FREEBIE
10 years ago
Moxie Marlinspike 8031c788d9 Merge pull request #2415 from mcginty/empty-group-updates
fix empty group update messages
10 years ago
Moxie Marlinspike 10a29db93d Merge pull request #2414 from mcginty/unread-readability
increase unread visibility in conv list
10 years ago