Ikarulus
c9939c8da8
Moving the error badge to the right corner in ios theme
...
// FREEBIE
2017-02-06 18:42:30 -08:00
lilia
030c5a403f
Fix key change advisory style in dark theme
...
Override the light font color which is the default in dark mode.
For regular android theme this should cause no change.
2017-01-25 20:40:24 -08:00
Ikarulus
59c684db8a
Removes orange borders glitch (visible in dark design)
...
FREEBIE
2017-01-25 20:40:24 -08:00
Ikarulus
bb5ebf39bd
Changed debug log color in dark theme
...
Fixes #990
2017-01-25 20:40:24 -08:00
lilia
33dc9ca3a3
Make dark theme links lighter and less saturated
...
10% lighter and 10% lower saturation than traditional signal blue
2016-12-03 20:25:59 +01:00
lilia
46254e3c23
Use shades of gray for left pane focus effect
...
Also remove extraneous rule. It is repeated further down the stylesheet,
and overruled by !important.
2016-12-03 20:20:34 +01:00
lilia
09b582bb2b
Darken material colors in dark theme
...
Dark theme uses material colors with value 700 from
https://material.google.com/style/color.html
2016-12-02 11:51:18 +01:00
lilia
ee334d3fcb
Dark theme tweaks
...
* Fixes hourglasses
* Fix delivered status icon
* Other changes aiming for more consistency of visual structure
between light and dark themes.
* Restores left pane header focus/transition effect.
2016-12-02 11:42:56 +01:00
Ikarulus
53cd3af78b
Added a dark theme
...
I added a dark theme in order to solve #328 .
This may fix #328 at least partially.
2016-12-02 00:41:42 +01:00
lilia
35270dbbb4
Use timeout-based animation for hourglasses
...
CSS animations are convenient but costly if you have hundreds of them.
Fixes #945
2016-10-30 16:53:17 +09:00
lilia
9c00a27081
Bump video min-width to include all controls
...
Fixes #960
2016-10-28 15:05:48 +09:00
lilia
7256fe9b6f
Reduce CPU load from css animations
...
On osx this cuts the load in half. We can probably do better with
js-based animations but let this be a quick fix for now.
2016-10-16 16:32:01 +09:00
lilia
e47868129e
Remove unneeded rule
...
No longer needed thanks to previous commit.
2016-10-12 11:02:59 +09:00
lilia
d5431a942f
Simplify and correct message metadata alignment
...
Match left/right adjustment on Android.
Incoming to the left, outgoing to the right.
2016-10-12 10:52:34 +09:00
lilia
657fa2725f
Adjust hourglass vertical alignment
2016-10-11 22:52:40 +09:00
lilia
d6f714defc
Improve capitalization consistency in menus
...
Android uses sentence case. iOS uses title case.
2016-10-08 11:17:08 +09:00
lilia
83d285e4ab
Fix style for qr code
2016-10-05 19:11:39 +09:00
lilia
790407d42e
Add qr codes
2016-10-05 19:11:39 +09:00
lilia
7fe708d195
Insert keychange advisories
...
On click, these open a verification panel for the relevant contact,
within this conversation.
// FREEBIE
2016-10-05 19:11:39 +09:00
lilia
1fe90ecdcb
Add frontend for safety numbers approval setting
...
Adds the checkbox under settings.
// FREEBIE
2016-10-05 19:10:20 +09:00
lilia
2b2c6ab040
Frontend for timer updates and timer indicator
2016-09-29 16:17:01 -07:00
lilia
8f76548a53
Invert button styles
...
Make buttons dark by default, and let the android theme styles apply the
inversion.
2016-09-28 17:20:03 -07:00
lilia
4cd2c03687
Add clock svg style
2016-09-28 17:20:03 -07:00
lilia
e809a0cf8b
Breakout timer rendering into its own view
...
Make width and height constant.
2016-09-28 17:20:03 -07:00
lilia
bd713352e3
Hourglass can start at any percentage
...
This breaks the css-purity of our mixin but is necessary in order to
apply the initial offset of the hourglass animation dynamically, since
jquery can't manipulate arbitrary css on psuedo elements.
2016-09-28 17:20:02 -07:00
lilia
5f92ccd524
Render animated hourglass when messages are expiring
2016-09-28 17:20:02 -07:00
lilia
96fd017890
Support for incoming expiring messages
...
When initialized, or when expiration-related attributes change, expiring
messages will set timers to self-destruct. On self-destruct they trigger
'expired' events so that frontend listeners can clean up any collections
and views referencing them.
At startup, load all messages pending expiration so they can start their
timers even if they haven't been loaded in the frontend yet.
Todo: Remove expired conversation snippets from the left pane.
2016-09-28 17:20:02 -07:00
lilia
2fec5ee867
Fix text wrapping on long urls in ios theme
...
// FREEBIE
2016-09-15 15:40:05 -07:00
lilia
6a4b720b89
Make timestamp text selectable
...
Previously we only declared the message body as selectable, but Chrome's
implementation of user-select is a little quirky in that it allows
unselectable text to be copied if you select elements around it. Oddly
enough, styling the entire bubble contents as selectable, including the
timestamp, actually prevents chrome from copying the timestamp text when
it's not supposed to, i.e., when triple-clicking the message body.
Fixes #887
// FREEBIE
2016-09-10 15:02:20 -07:00
lilia
7ed6a1c4f8
Fix sender name color on android
...
// FREEBIE
2016-09-08 17:41:49 -07:00
lilia
1afe50b1db
Make contact sync button quieter
...
// FREEBIE
2016-09-08 12:05:48 -07:00
lilia
d7b6e7c26b
Make group updates and other control messages selectable
...
// FREEBIE
2016-09-07 13:04:45 -07:00
lilia
ab0083f341
Simplify invert-text-color mixin
...
// FREEBIE
2016-09-07 13:04:44 -07:00
lilia
43ccb90a92
Fix size of microphone icon
...
// FREEBIE
2016-09-03 14:38:22 -07:00
lilia
9f034fb698
Fix padding on key-conflicts
...
Error message contents need padding too.
Also make control messages and error message text selectable.
// FREEBIE
2016-09-01 17:41:41 -07:00
lilia
4652c2cff3
Fix selection style
...
// FREEBIE
2016-09-01 15:56:22 -07:00
lilia
f918142742
Fix bubble selection style and toast z-index
...
// FREEBIE
2016-09-01 15:13:27 -07:00
lilia
1c89142752
Customize emoji conversion
...
Use image tags with :emoji: in a title attribute for an optimal
copy/paste ux.
// FREEBIE
2016-09-01 12:55:23 -07:00
lilia
f042378a37
Upgrade emoji support and switch to apple emoji
...
Use emojijs for replacing unicode with image tags for display. We were
already using it to replace colons with unicode. Additionally it has
a companion data repo that is kept up to date with images from all
the common image sets.
// FREEBIE
2016-09-01 11:51:53 -07:00
lilia
262f9d135f
Add subtle border to ios attachments
...
// FREEBIE
2016-09-01 11:51:06 -07:00
lilia
6d0a535f4a
iOS bubble tails
...
// FREEBIE
2016-09-01 11:51:06 -07:00
lilia
65cb7c0e9c
Cleanup colors and focus/active input states
...
// FREEBIE
2016-08-31 15:04:02 -07:00
lilia
b5191e78c3
More themeing
...
Restyle message input and welcome screen
Cleanup search, headers
// FREEBIE
2016-08-30 18:31:03 -07:00
lilia
2e3db91b30
Theme-ify header colors and styles
...
Remove the Signal banner and restyle the search field for ios theme.
// FREEBIE
2016-08-30 18:31:02 -07:00
lilia
6e2ca331a3
Fix ios control messages
...
i.e., session reset messages.
// FREEBIE
2016-08-30 18:31:02 -07:00
lilia
6c05a71424
Tune up ios bubble style
...
// FREEBIE
2016-08-30 18:31:02 -07:00
lilia
7b9894d688
Refactor css to support theming
...
Move away from inline style attributes for setting contact colors.
Apply colors by name via css classes instead. Also lays groundwork
for syncing contact colors.
// FREEBIE
2016-08-30 18:31:02 -07:00
lilia
3aa72d2244
Address large font size edge cases
...
Fix some visual bugs occuring at large font size:
* Contact names break onto the next line after their avatars in
message detail screen
* Settings menu font-size failed to scale
* Handle Content overflow in modals.
// FREEBIE
2016-08-24 16:47:39 -07:00
lilia
41e4154d60
Make font sizes relative
...
So it's easier to adjust them globally.
// FREEBIE
2016-08-24 16:08:29 -07:00
lilia
9fa7e7f462
Remove unused view
...
// FREEBIE
2016-08-24 16:08:29 -07:00