session-android/src/org/thoughtcrime/securesms
Greyson Parrelli 5f99470226 Allow searching for words with apostrophes.
Previously, because apostrophes were 'banned' characters, searching for
them wouldn't work. That meant you couldn't find words like "I'm". Now
we just replace the apostrophe with a space and things "just work"
because of the nature of SQLite tokenization and prefix queries.
2018-06-22 10:59:53 -07:00
..
animation Update registration flow 2017-11-14 10:50:17 -08:00
attachments Added ability to share contacts. 2018-05-21 15:45:22 -04:00
audio Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
backup Fix backup/import issue with expiring messages. 2018-06-21 19:07:27 -07:00
color Fix reply-to colors in dark mode to increase contrast. 2018-04-20 17:35:48 -07:00
components Show a banner in the event of a service outage. 2018-06-18 14:32:45 -07:00
contacts Increase number of recent conversations shown when sharing. 2018-05-24 10:25:58 -04:00
contactshare Convert vCard attachments to Shared Contacts. 2018-05-21 15:45:22 -04:00
crypto Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
database Break FTS queries into multiple prefix queries. 2018-06-22 10:59:53 -07:00
dependencies Support for Registration Lock PINs 2018-03-05 16:13:56 -08:00
events Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00
gcm Support for read receipts 2017-10-01 22:36:52 -07:00
giph Render images in a conversation true-to-size. 2018-03-31 02:14:02 -07:00
glide Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
groups Added ability to share contacts. 2018-05-21 15:45:22 -04:00
jobs Fix false-positive outage detection. 2018-06-20 13:24:33 -07:00
lock Allow skipping registration PIN intervals on success 2018-03-15 12:14:43 -07:00
mms Convert vCard attachments to Shared Contacts. 2018-05-21 15:45:22 -04:00
notifications Fix bug with quoted reply notifications. 2018-06-18 14:08:47 -07:00
permissions Treat Permissions "not now" as a denial 2018-05-21 15:45:22 -04:00
preferences Show lock notification immediately after setting is toggled 2018-05-21 15:45:22 -04:00
profiles Populate incoming attachments with width and height from message 2018-03-31 02:14:02 -07:00
providers Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
push Setup alternate domain front. 2018-03-31 02:14:02 -07:00
qr Support for updated fingerprint format 2016-09-25 14:23:52 -07:00
recipients Added ability to share contacts. 2018-05-21 15:45:22 -04:00
scribbles Fixed crash when ScribbleView failed to save. 2018-06-18 14:33:44 -07:00
search Allow searching for words with apostrophes. 2018-06-22 10:59:53 -07:00
service Fix NPE during busy call. 2018-06-21 18:47:14 -07:00
sms Remove unnecessary body model 2018-02-01 18:29:09 -08:00
transport Remove encrypted SMS transport, simplify transport options. 2015-03-12 17:53:38 -07:00
util Fixed issue where self-sends didn't auto download. 2018-06-22 10:37:07 -07:00
video Make some inner classes static 2018-03-07 09:51:05 -08:00
webrtc Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00
ApplicationContext.java Add Moto G (5S) Plus to hardware AEC blacklist 2018-04-19 10:58:39 -07:00
ApplicationPreferencesActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
BaseActionBarActivity.java Flag secure in all activities that extends BaseActionBarActivity 2015-11-05 11:00:31 -08:00
BaseActivity.java widen LGE menu workaround constraints 2015-02-12 13:16:03 -08:00
BasicIntroFragment.java Experience upgrade splash screen. 2015-09-30 18:29:54 -07:00
BindableConversationItem.java Added ability to share contacts. 2018-05-21 15:45:22 -04:00
BindableConversationListItem.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
BlockedContactsActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ClearProfileAvatarActivity.java Display user profile information in settings activity 2017-08-28 10:30:50 -07:00
ConfirmIdentityDialog.java Remove unnecessary body model 2018-02-01 18:29:09 -08:00
ContactSelectionActivity.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
ContactSelectionListFragment.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
ConversationActivity.java Show a banner in the event of a service outage. 2018-06-18 14:32:45 -07:00
ConversationAdapter.java Updated reply-to UI. 2018-04-16 17:33:26 -07:00
ConversationFragment.java Prevent replies on action messages. 2018-05-23 15:16:42 -04:00
ConversationItem.java Fixed issue where self-sends didn't auto download. 2018-06-22 10:37:07 -07:00
ConversationListActivity.java Implemented full-text search. 2018-05-21 16:36:59 -04:00
ConversationListAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationListArchiveActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ConversationListFragment.java Show a banner in the event of a service outage. 2018-06-18 14:32:45 -07:00
ConversationListItem.java Improve highlighting in search results. 2018-06-22 10:59:53 -07:00
ConversationListItemAction.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationListItemInboxZero.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationPopupActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ConversationTitleView.java Make save attachment task toast location instead of snackbar 2017-12-08 15:21:46 -08:00
ConversationUpdateItem.java Updated reply-to UI. 2018-04-16 17:33:26 -07:00
CountrySelectionActivity.java Workaround for LGE-related NPEs 2015-02-09 09:15:44 -08:00
CountrySelectionFragment.java replace ABS with AppCompat 2014-10-29 16:51:55 -07:00
CreateProfileActivity.java Populate incoming attachments with width and height from message 2018-03-31 02:14:02 -07:00
DatabaseMigrationActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DatabaseUpgradeActivity.java Fix backup/import issue with expiring messages. 2018-06-21 19:07:27 -07:00
DeviceActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DeviceAddFragment.java Support for updated fingerprint format 2016-09-25 14:23:52 -07:00
DeviceLinkFragment.java Device provisioning 2015-11-19 11:30:39 -08:00
DeviceListFragment.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
DeviceListItem.java TextSecure is now SignalService 2016-03-24 14:05:56 -07:00
DeviceProvisioningActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DummyActivity.java Workaround for Android bug when swiped from recent tasks list. 2014-03-03 11:45:05 -08:00
ExperienceUpgradeActivity.java Delay processing SMS messages until after sqlcipher migration 2018-02-21 18:49:52 -08:00
ExpirationDialog.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
GroupCreateActivity.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
GroupMembersDialog.java Group member dialog tap takes you to recipient preference 2018-04-16 17:33:26 -07:00
ImportExportActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ImportExportFragment.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
IntroPagerAdapter.java Experience upgrade splash screen. 2015-09-30 18:29:54 -07:00
InviteActivity.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
LogSubmitActivity.java Update to glide 4.x 2017-10-11 17:47:12 -07:00
MasterSecretListener.java move routing logic to all activities 2015-04-01 10:23:05 -07:00
MediaDocumentsAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MediaGalleryAdapter.java Allow batch deletion of media. 2018-03-31 02:14:02 -07:00
MediaOverviewActivity.java Pass correct address from media overview to preview 2018-04-16 17:33:26 -07:00
MediaPreviewActivity.java Allow batch deletion of media. 2018-03-31 02:14:02 -07:00
MessageDetailsActivity.java Updated reply-to UI. 2018-04-16 17:33:26 -07:00
MessageDetailsRecipientAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MessageRecipientListItem.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MuteDialog.java migrate to AppCompatDialog 2015-11-19 10:30:26 -08:00
NewConversationActivity.java Fix new conversation activity crash 2018-02-01 19:36:09 -08:00
PassphraseActivity.java Improve #3990 2016-11-11 18:44:22 -08:00
PassphraseChangeActivity.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
PassphraseCreateActivity.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
PassphrasePromptActivity.java Fix issue "home button" issue with screen lock 2018-03-09 10:25:29 -08:00
PassphraseRequiredActionBarActivity.java Correctly lock screen when locked from conversation list 2018-02-26 10:47:41 -08:00
PlayServicesProblemActivity.java Make GCM re-registration failure notification based. 2014-11-23 17:12:35 -08:00
PlayServicesProblemFragment.java migrate to AppCompatDialog 2015-11-19 10:30:26 -08:00
PromptMmsActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
PushContactSelectionActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ReadReceiptsIntroFragment.java Synchronize read receipt configuration from splash screen 2017-10-02 12:15:45 -07:00
RecipientPreferenceActivity.java Correctly avoid displaying about category in groups 2018-04-19 10:53:37 -07:00
RegistrationActivity.java Make an attempt to store/retrieve backups from removable storage 2018-04-16 17:33:26 -07:00
ShareActivity.java Implemented full-text search. 2018-05-21 16:36:59 -04:00
SmsSendtoActivity.java No need for a RecipientFactory any longer 2017-08-28 10:30:50 -07:00
TextSecureExpiredException.java Add expiration check on build freshness. 2015-01-12 09:12:10 -08:00
TransportOption.java Calculate SMS characters respecting encoding 2016-08-31 19:51:34 -07:00
TransportOptions.java Support for selective permissions 2017-11-30 10:26:41 -08:00
TransportOptionsAdapter.java Support for dual-sim SMS/MMS functionality 2016-02-09 16:53:15 -08:00
TransportOptionsPopup.java make TransportOptionsPopup a ListPopupWindow 2015-07-10 16:38:32 -07:00
Unbindable.java Listen for recipient changes in conversations and group updates. 2015-09-17 12:22:35 -07:00
VerifyIdentityActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
WebRtcCallActivity.java Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00