Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
eec5320f1c | |||
|
f63bc06d2d | ||
a15f295d3f | |||
5988e16ea7 |
7 changed files with 14 additions and 7 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/.svn/
|
||||
/*.ipk
|
||||
/releases
|
3
Ping.fm/.gitignore
vendored
Normal file
3
Ping.fm/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/.pmd
|
||||
/.project
|
||||
/.settings/
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
}
|
BIN
screenshots/5-pingfm_2011-11-07_182824.png
Normal file
BIN
screenshots/5-pingfm_2011-11-07_182824.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
screenshots/6-pingfm_2011-11-07_191545.png
Normal file
BIN
screenshots/6-pingfm_2011-11-07_191545.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
screenshots/7-pingfm_2011-11-07_182709.png
Normal file
BIN
screenshots/7-pingfm_2011-11-07_182709.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Loading…
Add table
Add a link
Reference in a new issue