diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0ee7af --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.svn/ +/*.ipk +/releases \ No newline at end of file diff --git a/Ping.fm/.gitignore b/Ping.fm/.gitignore new file mode 100644 index 0000000..18978d2 --- /dev/null +++ b/Ping.fm/.gitignore @@ -0,0 +1,3 @@ +/.pmd +/.project +/.settings/ diff --git a/Ping.fm/app/assistants/main-assistant.js b/Ping.fm/app/assistants/main-assistant.js index d4a6e4f..8eb45ac 100644 --- a/Ping.fm/app/assistants/main-assistant.js +++ b/Ping.fm/app/assistants/main-assistant.js @@ -74,7 +74,7 @@ KeyDialogAssistant.prototype.checkKey = function() Mojo.Log.info('checkKey: ' + params.toQueryString()); - var request = new Ajax.Request('http://api.ping.fm/v1/user.key', + var request = new Ajax.Request('http://papi.cmp.sr/v1/user.key', { method: 'post', parameters: params, @@ -519,7 +519,7 @@ MainAssistant.prototype.pingIt = function() this.controller.modelChanged(this.pingBtnModel); var method = this.methodModel.value; - var url = 'http://api.ping.fm/v1/user.post'; + var url = 'http://papi.cmp.sr/v1/user.post'; this.prefs.defaultMethod = method; @@ -534,7 +534,7 @@ MainAssistant.prototype.pingIt = function() if (method.charAt(0) == '#') { - url = 'http://api.ping.fm/v1/user.tpost'; + url = 'http://papi.cmp.sr/v1/user.tpost'; // toLowerCase workaround Ping.fm API bug params.set('trigger', method.substring(1).toLowerCase()); } @@ -647,7 +647,7 @@ MainAssistant.prototype.updateMethods = function() if (this.updatedMethods.hasNoServices) { - request = new Ajax.Request('http://api.ping.fm/v1/user.services', + request = new Ajax.Request('http://papi.cmp.sr/v1/user.services', { method: 'post', parameters: @@ -663,7 +663,7 @@ MainAssistant.prototype.updateMethods = function() if (this.updatedMethods.hasNoTargets) { - request = new Ajax.Request('http://api.ping.fm/v1/user.triggers', + request = new Ajax.Request('http://papi.cmp.sr/v1/user.triggers', { method: 'post', parameters: diff --git a/Ping.fm/appinfo.json b/Ping.fm/appinfo.json index 30a05eb..7acb165 100644 --- a/Ping.fm/appinfo.json +++ b/Ping.fm/appinfo.json @@ -1,11 +1,12 @@ { "id": "net.thauvin.erik.webos.pingfm", - "version": "1.0.2", + "version": "1.0.3", "vendor": "Erik C. Thauvin", "type": "web", "theme": "light", "main": "index.html", "title": "Ping.fm", "icon": "icon.png", - "noWindow": true + "noWindow": true, + "uiRevision": 2 } \ No newline at end of file diff --git a/screenshots/5-pingfm_2011-11-07_182824.png b/screenshots/5-pingfm_2011-11-07_182824.png new file mode 100644 index 0000000..ba7fd5c Binary files /dev/null and b/screenshots/5-pingfm_2011-11-07_182824.png differ diff --git a/screenshots/6-pingfm_2011-11-07_191545.png b/screenshots/6-pingfm_2011-11-07_191545.png new file mode 100644 index 0000000..44ed516 Binary files /dev/null and b/screenshots/6-pingfm_2011-11-07_191545.png differ diff --git a/screenshots/7-pingfm_2011-11-07_182709.png b/screenshots/7-pingfm_2011-11-07_182709.png new file mode 100644 index 0000000..060ad3b Binary files /dev/null and b/screenshots/7-pingfm_2011-11-07_182709.png differ