lilia
fe62d86d37
Move mixins to a separate file
...
// FREEBIE
10 years ago
lilia
a5ec2321fd
Use helper function
...
// FREEBIE
10 years ago
lilia
2f90645142
Break up long line
...
// FREEBIE
10 years ago
lilia
2506b2115d
Log when fetching messages
...
// FREEBIE
10 years ago
lilia
1a06ac6ead
Update install copy
...
// FREEBIE
10 years ago
Blake Griffith
39091fca80
Add tests for message.getContact
...
FREEBIE
10 years ago
Blake Griffith
e07e3a53c9
Test message.*ImageUrl methods.
...
FREEBIE
10 years ago
2-4601
27dc620566
Update issue and pull request templates
...
Issue template
- more explanations and tips
- clarify how to fill checkboxes
- actual and expected results
- remove link to the community forum
PR template
- clarify how to fill checkboxes
- more about tests
- add a link to an explanation for BitHub rewards
- explain that failing Travis CI build checks are normal
Closes #735
// FREEBIE
10 years ago
lilia
c8d03d9019
Remove /native
...
A relic from the days before the great libaxolotl split.
// FREEBIE
10 years ago
lilia
6d445c2ea7
Bump version
...
// FREEBIE
10 years ago
lilia
a81ab2ca6b
Apply paperclip hover state on focus
...
// FREEBIE
10 years ago
lilia
31f3824d89
Update translations
...
// FREEBIE
10 years ago
lilia
28c602ab85
Use button for file input / paperclip
...
// FREEBIE
10 years ago
lilia
4bd266521a
Apply button hover effect on focus as well
...
// FREEBIE
10 years ago
lilia
21cb6e0945
Use aria-hidden on avatars
...
Prevent screen readers from reading the identicons. They will already be
reading the names.
// FREEBIE
10 years ago
lilia
f0720776a2
Add alt tags to close buttons
...
// FREEBIE
10 years ago
lilia
8d800a4862
Make close buttons part of the tab order
...
// FREEBIE
10 years ago
lilia
f9c194f641
Remove commented out button
...
// FREEBIE
10 years ago
lilia
c6f51b190f
Add alt tags to menu buttons for screen readers
...
// FREEBIE
10 years ago
lilia
b5a399dc55
Fix up contact list height off by 4px
...
Add some variables so we can actually compute this height instead of
hard coding it.
// FREEBIE
10 years ago
lilia
2d6d2a92b9
Update libaxolotl
...
// FREEBIE
10 years ago
lilia
0f4f00ff4e
Fix read sync on duplicate messages
...
In the case of a double send (same message encrypted and sent twice due
to key conflict bug), we would mark the first instance read twice rather
than marking both instances read. Fix by searching for matching messages
that have not yet been marked read.
// FREEBIE
10 years ago
lilia
7ff2d431b2
Bump version
...
// FREEBIE
10 years ago
lilia
9aa429e18a
Add frontend support for expiring releases
...
When a release expires, it gets a persistent banner notification to
upgrade, and an ephemeral toast warning when trying to send a message.
// FREEBIE
10 years ago
lilia
c442a02cb6
Add build support for expiring old releases
...
Builds expire after 90 days.
10 years ago
lilia
5faee2d61c
Update translations
...
// FREEBIE
10 years ago
lilia
af392c077d
Update libaxolotl
...
// FREEBIE
10 years ago
lilia
7e2c6fd6bc
Remove unused argument
...
// FREEBIE
10 years ago
lilia
82ea537557
Remove unused image
...
// FREEBIE
10 years ago
lilia
e5748b974f
Harmonize x/close buttons
...
// FREEBIE
10 years ago
lilia
242c05834b
Remove unused template
...
// FREEBIE
10 years ago
lilia
6faed3d9d7
Remove unused style
...
// FREEBIE
10 years ago
lilia
4f57dff1e6
Use svg for paperclip icon
...
// FREEBIE
10 years ago
lilia
3488e86190
Remove background color from new contacts
...
// FREEBIE
10 years ago
lilia
6be7b765b2
Harmonize border radii
...
// FREEBIE
10 years ago
lilia
d4174b94f1
Tweak button sizes and menu style
...
Restore previous icon size to header buttons, add padding to accomodate
positioning.
Remove blue border from menus.
// FREEBIE
10 years ago
lilia
d8d34e7afc
Icon upgrade
...
Also remove unused images.
// FREEBIE
10 years ago
lilia
367a62111b
Tweak conversation list active state
...
// FREEBIE
10 years ago
lilia
6a9ec073c6
Decrease bubble radius
...
// FREEBIE
10 years ago
lilia
01ca6b7c3a
Vertically center contact names
...
For contacts/conversations without any messages, center their names
vertically in the conversation list element.
// FREEBIE
10 years ago
lilia
1aa975e199
Differentiate active vs selected conversation states
...
// FREEBIE
10 years ago
lilia
c3a7766dd4
Use normal font size in search bar
...
Also update placeholder copy to be consistent with Android.
// FREEBIE
10 years ago
lilia
ddcdc9e2ff
Log on prekey messages
...
// FREEBIE
10 years ago
lilia
3e9396f933
Bump version
...
// FREEBIE
10 years ago
lilia
960519d296
Add debug logging
...
// FREEBIE
10 years ago
lilia
b1b4cd81d4
Bump version
...
// FREEBIE
10 years ago
lilia
d081b301d8
Clean up search outline
...
// FREEBIE
10 years ago
lilia
8c03d3e088
Fix sorting of the last element
...
// FREEBIE
10 years ago
lilia
8fe00f79b2
Fix sorting on incoming key conflicts
...
// FREEBIE
10 years ago
lilia
07a0463b65
Fix conversation list self-resorting
...
When deleting all messages in a conversation, the entry in the left pane
should be inserted into the alphabetical portion of the list. To keep it
in this collection, do not nullify active_at.
To ensure the list view is keeping itself correctly sorted, make sure
that resorting behavior is triggered any time a relevant attribute is
changed.
This fixes deleted conversations jumping to the top of the list, and
conversation order scrambling when getting a group or contact sync
message from our master device.
Fixes #734
// FREEBIE
10 years ago