Skip to content

Instantly share code, notes, and snippets.

View rik's full-sized avatar

Anthony Ricaud rik

View GitHub Profile

Bug 1026682 [Meta] Support for ICE Contacts

Bug 1038701 [US] Support for ICE Contacts in Lockscreen/Emergency call

24 hour support

Bug 1035763 [Dialer] support 24 hour time format

Bug 1035760 [Contacts] support 24 hour time format

Bug 1035762 [SMS] support 24 hour time format

1026690 Highlight actionable Fields

Bug 1043166 - Highlight actionable Fields in Contacts APP

apps/communications/dialer/js/call_log_db.js | 60 ++++++++++++++--------------
1 file changed, 29 insertions(+), 31 deletions(-)
diff --git a/apps/communications/dialer/js/call_log_db.js b/apps/communications/dialer/js/call_log_db.js
index 7f3ad2c..5404f30 100644
--- a/apps/communications/dialer/js/call_log_db.js
+++ b/apps/communications/dialer/js/call_log_db.js
@@ -2,14 +2,14 @@
/* exported CallLogDBManager */
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>The Omni Group</title>
<link>https://www.omnigroup.com/</link>
<description>Omnigroup builds awesome.</description>
<dc:language>en</dc:language>
<dc:rights>Copyright 2014</dc:rights>
<admin:generatorAgent rdf:resource="http://expressionengine.com/"/>
<atom:link href="https://www.omnigroup.com//blog/rss" rel="self" type="application/rss+xml"/>
apps/system/lockscreen/js/lockscreen.js | 1 +
apps/system/test/unit/lockscreen_test.js | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/apps/system/lockscreen/js/lockscreen.js b/apps/system/lockscreen/js/lockscreen.js
index bec29ee..2038b31 100755
--- a/apps/system/lockscreen/js/lockscreen.js
+++ b/apps/system/lockscreen/js/lockscreen.js
@@ -197,6 +197,7 @@
break;
apps/callscreen/js/calls_handler.js | 2 ++
apps/callscreen/js/handled_call.js | 2 ++
2 files changed, 4 insertions(+)
diff --git a/apps/callscreen/js/calls_handler.js b/apps/callscreen/js/calls_handler.js
index 0464826..76b41f9 100644
--- a/apps/callscreen/js/calls_handler.js
+++ b/apps/callscreen/js/calls_handler.js
@@ -78,6 +78,8 @@ var CallsHandler = (function callsHandler() {
/* === Handled calls === */
On the phone:
1) Go in Settings > Developer (at the bottom)
1-a) If Settings > Developer doesn't exist, enable it in Settings > Information > More information > Developer Menu
2) Debugging via USB > Select "ADB and devtools"
On your computer:
3) Download https://github.com/mozilla/buddyup/archive/master.zip (from https://github.com/mozilla/buddyup, "download zip" in the bottom right)
4) Unzip
5) Plug in your phone
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/badger/models.py:33: DeprecationWarning: django.utils.simplejson is deprecated; use json instead.
import django.utils.simplejson as json
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x.
from compiler.consts import CO_GENERATOR
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/badger/models.py:33: DeprecationWarning: django.utils.simplejson is deprecated; use json instead.
import django.utils.simplejson as json
/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x.
http_sumo_app: 10:25:43 django.request:ERROR Internal Server Error: /api/2/user/generate: /Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/handlers/base.py:224
Traceback (most recent call last):
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 88, in get_response
response = middleware_method(request)
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/middleware/common.py", line 71, in process_request
if (not urlresolvers.is_valid_path(request.path_info, urlconf) and
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", line 600, in is_valid_path
resolve(path, urlconf)
File "/Users/rik24d/code/kitsune/venv/lib/python2.7/site-packages/django/core/urlresolvers.py", line 480, in resolve
return get_resolver(urlconf).resolve(path)
commit 6a5062cfc309c819c9f6958f15b2abc54b66f0c9
Author: Anthony Ricaud <anthony@ricaud.me>
Date: Sat Jan 5 22:40:15 2013 +0100
Don't choke on large git repos
diff --git a/themes/wedisagree.zsh-theme b/themes/wedisagree.zsh-theme
index 9bdbce4..87ab659 100644
--- a/themes/wedisagree.zsh-theme
+++ b/themes/wedisagree.zsh-theme
ensure_endpoint: function() {
if (!navigator.push) {
// Do nothing when push notifications are not supported
console.log('no support for push notifications');
return Promise.resolve();
}
if (ensure_endpoint_in_progress) {
return Promise.resolve();
}