-
Anton Shestakov <av6@dwimlabs.net>, Mon, 12 Dec 2016 18:00:04 +0800
messages: rename rivets.bind() parameter
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Dec 2016 13:23:03 +0800
coffee: update compiler to 1.12.1, recompile
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 14:29:48 +0800
Makefile: use ampersand in sed expression to refer to the whole string
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 13:58:13 +0800
contacts: only count unread for the exact jid
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 13:07:42 +0800
contacts: show the number of incoming messages in a badge
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:55:57 +0800
views: save nested AvatarView, and then dispose of it in remove()
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:54:27 +0800
calls: use parens for one-line function calls
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:40:21 +0800
calls: rename enableTracks() to toggleTracks(), since it takes a state arg
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:33:05 +0800
index: don't use rivets to update src attribute of <video> elements
Changing this attribute twice in a row is bad and shouldn't happen, and we're
already setting it in the view (so we can call el.play() immediately
afterwards).
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 16:39:37 +0800
pipelines: making grep quiet is actually not helpful at all