Commit Graph

112 Commits (278220cf181c8ecc0b1b566fdedb6b807387d26f)

Author SHA1 Message Date
Jake McGinty 90169e9468 pending messages more accurately conveyed to user 11 years ago
Moxie Marlinspike 5cd8c922d2 Merge pull request #648 from veeti/tweaks-and-polish
Assorted tweaks and polish
11 years ago
Benedict Pregler ee921a8f49 fixed some hardcoded strings 11 years ago
Veeti Paananen 757cb1c846 Add touch highlight to contact photos 11 years ago
Veeti Paananen 4f066757e7 Use the touch highlight background for the emoji toggle 11 years ago
Veeti Paananen 633aa9b057 Fix the send button's touch highlight color
Introduce a generic touch highlight background drawable, and use the
proper shades of blue (and gray on v19+).
11 years ago
Tim Bücher 6fb85aff6d Fix hpyerlinking recieved/sent date in messages 11 years ago
Jake McGinty a8c23413ba Merge pull request #745 from mcginty/logcat_submit
activity to submit logcat to pastebin
11 years ago
Jake McGinty ce68429a9b activity to submit logcat to pastebin 11 years ago
Buck Doyle 5d42110d6c Make outgoing links readable 11 years ago
Tim Bücher bd167cbb17 Fix missing localozation strings for custom LED blink pattern. 11 years ago
Jake McGinty 3dd27ed59a push conversation messages are now blue
// FREEBIE
11 years ago
Moxie Marlinspike 056dbd1a4e tweak text
//FREEBIE
11 years ago
Jake McGinty 7beab36c6a updates to conversation menu, and updating of group info
// FREEBIE
11 years ago
Jake McGinty 0cdc6fd87d embrace the darkness, don't open quickcontact for groups
// FREEBIE
11 years ago
Jake McGinty 0688dd0c2c repurpose ImageDivet for avatar, minor lint, fix bitmap decoding
// FREEBIE
11 years ago
Moxie Marlinspike 760c96171d Merge branch 'master' into groups 11 years ago
Jake McGinty 93329df530 avatar selection on gb fixed, disable push groups if not push registered 11 years ago
Jake McGinty 725e943842 fixed date floating in funky location 11 years ago
Jake McGinty 5810062b25 group action conversation items, tweaks to single contact selection 11 years ago
Jake McGinty 8e3aa94a05 group member name tags, group convo iconography, tweaks 11 years ago
Jake McGinty b2fdd74a1c fix error indicator visibility/placement for sent messages 11 years ago
Jake McGinty 556b0dec1d pretty up the interface/colors a bit. 11 years ago
Jake McGinty 9b41675f8f single contact selection 11 years ago
Jake McGinty bb4a4d33c9 handlePush and handleMms prototypes 11 years ago
Jake McGinty c5d010c86f Quick progressbar sample for network operations during group create 11 years ago
Jake McGinty fe55ac57d9 strings, strings, strings 11 years ago
Jake McGinty 01a438de09 basic messaging when non-push users are added 11 years ago
Jake McGinty 9cd5a67ec5 directory changes to use number instead of token, group ui progress 11 years ago
Jake McGinty 5a75ff9299 Merge pull request #537 from veeti/registration
Registration activity fixes
11 years ago
Jake McGinty 9fd2c4753e ui wip 11 years ago
Veeti Paananen fc458770ea Reduce margin between registration text 11 years ago
Veeti Paananen 0d2ce2528c Use equal margins in the registration view 11 years ago
Veeti Paananen 6bfae9ebc9 Fix registration activity being cut off on small screens or large fonts 11 years ago
Jake McGinty 8f7c9d45aa pngcrush and removal of unused layout // FREEBIE 11 years ago
Jake McGinty 28c1c5006b icon, contact list and conversation redesign 11 years ago
Moxie Marlinspike 04b2c3772a Support skipping password creation at setup 11 years ago
Moxie Marlinspike a4a3b4a453 Update registration strings 11 years ago
Moxie Marlinspike 5e6d39beea Move classes into library 11 years ago
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.
11 years ago
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.
11 years ago
Moxie Marlinspike 0ed9da9a2c Strings and slight cleanup 11 years ago
Moxie Marlinspike 7eef93c829 Stringify and clean layout 11 years ago
Moxie Marlinspike 3634ba0b55 Registration with voice verification. 11 years ago
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"
12 years ago
Veeti Paananen bee964dcf8 Improve appearance of "no contacts" indicators by centering them.
Also remove pointless scroll views.
12 years ago
Veeti Paananen f18324e2d6 Add tab swiping in the contact picker 12 years ago
Veeti Paananen 89ae5ed4ed Clean up password unlock layout
Remove unnecessary and redundant nested layouts, fix the alignment of
the unlock button to the right edge of the screen, use cleaner margins
and replace the deprecated fill_parent sizes with match_parent.
12 years ago
Veeti Paananen 9ddfa6499c Gingerbread pls go
Look like an Android app from 2013.

Remove the redundant Gingerbread button styles from buttons to
automatically use the Holo theme on phones that don't run a 3+ year old
operating system.

Create a new style for horizontal progress bars that uses the Holo
progress bar style on v11 and above.
12 years ago
rhodey 2c2a03e5e2 Enhanced MMS configuration prompts and processing.
1) Added a new message status to MmsDatabase to
   signify a pending MMS download which requires
   APN settings.

2) Added a database method to query MMS messages
   based on status.

3) Added login to SendReceiveService for processing
   of MMS pending APN information.

4) Moved all APN/MMS settings into ApnPreferencesActivity
   and transformed PromptApnActivity into a simple
   informational activity.

5) Added logic to check for APN settings on send and
   receive of all MMS (media, group, email) and direct
   user to PromptApnActivity then ApnPreferencesActivity
   if necessary.

6) Vocab/grammar adjustments.
12 years ago