funkatron / spaz-webos

A microblogging client (Twitter, Identi.ca, StatusNet) for Palm webOS

spaz-webos / default_preferences.js
100644 47 lines (32 sloc) 1.206 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
var default_preferences = {
 
'last_username':null,
'last_type':null,
'last_userid':null,
 
 
'users':[], // an array of user objects with properties { 'id', 'username', 'password', 'type', 'meta' }
'always-go-to-my-timeline':false,
 
    'use-markdown': true,
 
    'sound-enabled': true,
    'vibration-enabled': true,
    'wilhelm-enabled': true,
 
    'network-refreshinterval': 900000,
    'network-searchrefreshinterval': 900000,
 
    'network-autoadjustrefreshinterval': true,
 
    'timeline-scrollonupdate': true,
    'timeline-maxentries': 100,
    'timeline-maxentries-dm': 10,
    'timeline-maxentries-reply': 10,
    'timeline-friends-getcount': 20,
    'timeline-replies-getcount': 5,
    'timeline-dm-getcount': 5,
 
    'url-shortener': 'bitly',
 
    'image-uploader': 'tweetphoto',
 
    'services-twitpic-sharepassword': false,
 
    'services-pingfm-userappkey': '',
    'services-pingfm-enabled': false,
    'services-pingfm-sendreplies': false,
    'services-pingfm-updatetype': 'default',
 
    'twitter-api-base-url': 'https://twitter.com/',
    'twitter-www-base-url': 'http://twitter.com/',
 
    'twitter-source': 'spaz',
 
'timeline-text-size': 'tall', // also grande, venti
}