You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/src/org/thoughtcrime/securesms
Greyson Parrelli 547b7a3c6f Migrate legacy color palette.
We don't store non-user-selected colors in the database. That means that
when we update the palette, we still have to hash based off of the legacy
palette when generating a color if we want to migrate to a
similar-looking color.

Unfortunately, because the new palette is smaller, some colors are
"overloaded", meaning that when we hash based off of the legacy palette,
some colors will be more/less common than others. To fix this, we simply
persist all current colors in the database, then switch our hashing list
to what we really want.
7 years ago
..
animation
attachments Reduce usage of Log.w() 7 years ago
audio Reduce usage of Log.w() 7 years ago
backup Prevent restoring newer backups into older versions of Signal. 7 years ago
camera Broaden exception handling around Camera#startPreview(). 7 years ago
color Migrate legacy color palette. 7 years ago
components Add hairline border to avatars. 7 years ago
contacts Migrate legacy color palette. 7 years ago
contactshare Fix log submission OOM, improve log scrolling. 7 years ago
crypto Reduce usage of Log.w() 7 years ago
database Migrate legacy color palette. 7 years ago
dependencies Add the ability to block groups. 7 years ago
events Clean up camera flipping, handle having missing cameras. 8 years ago
gcm Reduce usage of Log.w() 7 years ago
giph Switch logs to use new Log class. 7 years ago
glide Reduce usage of Log.w() 7 years ago
groups Turned SingleUseBlobProvider into MemoryBlobProvider. 7 years ago
jobmanager Show foreground notification for jobs when network is restricted. 7 years ago
jobs Show foreground notification for jobs when network is restricted. 7 years ago
lock Switch logs to use new Log class. 7 years ago
logging Fix Log secret reading. 7 years ago
logsubmit Suppress some noisy logs. 7 years ago
mms Suppress some noisy logs. 7 years ago
notifications Show profile avatar in toolbar. 7 years ago
permissions Treat Permissions "not now" as a denial 8 years ago
preferences Fix double onClick() notifications in preferences. 7 years ago
profiles Switch logs to use new Log class. 7 years ago
providers Turned SingleUseBlobProvider into MemoryBlobProvider. 7 years ago
push Add preliminary contact discovery service support. 7 years ago
qr Switch logs to use new Log class. 7 years ago
recipients Show profile avatar in toolbar. 7 years ago
scribbles Implemented new camera capture flow. 7 years ago
search Allow searching for words with apostrophes. 8 years ago
service Add notification channel support. 7 years ago
sms Switch logs to use new Log class. 7 years ago
transport
util Don't report contact discovery accuracy if it encountered an error. 7 years ago
video Update ExoPlayer to 2.8.4 7 years ago
webrtc Add notification channel support. 7 years ago
ApplicationContext.java Schedule jobs with WorkManager. 7 years ago
ApplicationPreferencesActivity.java Add per-contact notification channels. 7 years ago
BaseActionBarActivity.java Switch logs to use new Log class. 7 years ago
BaseActivity.java
BasicIntroFragment.java
BindableConversationItem.java Improve the look of message bubbles. 7 years ago
BindableConversationListItem.java
BlockedContactsActivity.java More MasterSecret cleanup 8 years ago
ClearProfileAvatarActivity.java
ConfirmIdentityDialog.java
ContactSelectionActivity.java Switch logs to use new Log class. 7 years ago
ContactSelectionListFragment.java Switch logs to use new Log class. 7 years ago
ConversationActivity.java Implement new color palette. 7 years ago
ConversationAdapter.java Reduce usage of Log.w() 7 years ago
ConversationFragment.java Disable forwarding for shared contacts. 7 years ago
ConversationItem.java Implement new color palette. 7 years ago
ConversationListActivity.java Show profile avatar in toolbar. 7 years ago
ConversationListAdapter.java
ConversationListArchiveActivity.java More MasterSecret cleanup 8 years ago
ConversationListFragment.java Improve the look of message bubbles. 7 years ago
ConversationListItem.java Move unread indicator to be above the avatar. 7 years ago
ConversationListItemAction.java
ConversationListItemInboxZero.java
ConversationPopupActivity.java Switch logs to use new Log class. 7 years ago
ConversationTitleView.java Switch logs to use new Log class. 7 years ago
ConversationUpdateItem.java Switch logs to use new Log class. 7 years ago
CountrySelectionActivity.java
CountrySelectionFragment.java
CreateProfileActivity.java Switch logs to use new Log class. 7 years ago
DatabaseMigrationActivity.java More MasterSecret cleanup 8 years ago
DatabaseUpgradeActivity.java Migrate legacy color palette. 7 years ago
DeviceActivity.java Switch logs to use new Log class. 7 years ago
DeviceAddFragment.java Switch logs to use new Log class. 7 years ago
DeviceLinkFragment.java
DeviceListFragment.java Switch logs to use new Log class. 7 years ago
DeviceListItem.java
DeviceProvisioningActivity.java More MasterSecret cleanup 8 years ago
DummyActivity.java
ExperienceUpgradeActivity.java Add notification channel support. 7 years ago
ExpirationDialog.java Support for full backup/restore to sdcard 8 years ago
GroupCreateActivity.java Switch logs to use new Log class. 7 years ago
GroupMembersDialog.java Group member dialog tap takes you to recipient preference 8 years ago
IntroPagerAdapter.java
InviteActivity.java Show groups when searching for contacts. 8 years ago
LogSubmitActivity.java Switch logs to use new Log class. 7 years ago
MasterSecretListener.java
MediaDocumentsAdapter.java Switch logs to use new Log class. 7 years ago
MediaGalleryAdapter.java Allow selecting all media in overview 7 years ago
MediaOverviewActivity.java Fix re-enabling tab switching in MediaOverview. 7 years ago
MediaPreviewActivity.java Reduce usage of Log.w() 7 years ago
MessageDetailsActivity.java Long-press timestamps in message details to copy. 7 years ago
MessageDetailsRecipientAdapter.java
MessageRecipientListItem.java
MuteDialog.java
NewConversationActivity.java Fix new conversation activity crash 8 years ago
PassphraseActivity.java Reduce usage of Log.w() 7 years ago
PassphraseChangeActivity.java Switch logs to use new Log class. 7 years ago
PassphraseCreateActivity.java
PassphrasePromptActivity.java Revert "Fingerprint unlock UX improvements" 7 years ago
PassphraseRequiredActionBarActivity.java Reduce usage of Log.w() 7 years ago
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java
PromptMmsActivity.java More MasterSecret cleanup 8 years ago
PushContactSelectionActivity.java More MasterSecret cleanup 8 years ago
ReadReceiptsIntroFragment.java
RecipientPreferenceActivity.java Allow setting the color for a group. 7 years ago
RegistrationActivity.java Allow submitting a debug log during registration. 7 years ago
ShareActivity.java Reduce usage of Log.w() 7 years ago
ShortcutLauncherActivity.java Add failsafe for invalid shortcuts. 7 years ago
SmsSendtoActivity.java Switch logs to use new Log class. 7 years ago
TextSecureExpiredException.java
TransportOption.java Implemented new camera capture flow. 7 years ago
TransportOptions.java
TransportOptionsAdapter.java
TransportOptionsPopup.java
Unbindable.java
VerifyIdentityActivity.java Reduce usage of Log.w() 7 years ago
WebRtcCallActivity.java Reduce usage of Log.w() 7 years ago