(mysqlt): select p1.cID, pt.ctHandle from Pages p1 left join Pages p2 on (p1.cPointerID = p2.cID) left join PagePaths on (PagePaths.cID = p1.cID and PagePaths.ppIsCanonical = 1) left join PageSearchIndex psi on (psi.cID = if(p2.cID is null, p1.cID, p2.cID)) inner join CollectionVersions cv on (cv.cID = if(p2.cID is null, p1.cID, p2.cID) and cvID = (select cvID from CollectionVersions where cvIsApproved = 1 and cID = cv.cID)) left join PageTypes pt on pt.ctID = cv.ctID inner join Collections c on (c.cID = if(p2.cID is null, p1.cID, p2.cID)) left join CollectionSearchIndexAttributes on (CollectionSearchIndexAttributes.cID = if (p2.cID is null, p1.cID, p2.cID)) where 1=1 and (ak_pebble_authorName LIKE '%derfreimann%') and (p1.cID!='128') and cvName != '' and pt.ctID = '10' and (ak_exclude_page_list = 0 OR ak_exclude_page_list is null) and PagePaths.cPath like '/apps/%' and PagePaths.ppIsCanonical = '1' and cvIsApproved = '1' and (p1.cIsTemplate = 0 or p2.cIsTemplate = 0) and ((select count(cID) from PagePermissionAssignments ppa1 inner join PermissionAccessList pa1 on ppa1.paID = pa1.paID where ppa1.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and pa1.accessType = 10 and pa1.pdID in (0)
and pa1.peID in (2) and (if(pa1.peID = 4 and p1.uID <>0, false, true)) and (ppa1.pkID = 1 and cv.cvIsApproved = 1)) > 0
or (p1.cPointerExternalLink !='' AND p1.cPointerExternalLink IS NOT NULL)) and ((select count(cID) from PagePermissionAssignments ppaExclude inner join PermissionAccessList paExclude on ppaExclude.paID = paExclude.paID where ppaExclude.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and accessType = -1 and pdID in (0)
and paExclude.peID in (2) and (if(paExclude.peID = 4 and p1.uID <>0, false, true)) and (ppaExclude.pkID = 1 and cv.cvIsApproved = 1)) = 0) and ak_pebble_flag = '0' and ak_pebble_subApp = '0' and p1.cIsActive = '1' order by ak_pebble_dateAdded desc limit 0,56
-
Description
komplett konfigurierbare Version!!!
Einstellungsmöglichkeiten:
- "viatl" oder "viatl noch" (bzw. mehr Varianten mit versch. Sonderzeichen ô,å,...)
- Ändern des Datums (dargestellt als Wort oder Ziffern, schwarz / weiß)
- Aussehen des watchfaces (schwarz / weiß)
- versch. Vibrationsmuster bei connect/disconnect
- more to come (Umlaute anzeigen, Batterieanzeige deaktivieren, ...)
ACHTUNG: Anzeige- und Datumsänderungen (z.B. Wort -> Ziffer) brauchen ein bisschen um auf der Pebble zu wirken (<1Min)
...man kann's aber auch "erzwingen" indem man nach dem Konfigurieren einfach kurz das watchface auf der Pebble ändert und dann wieder zurück zu "wia spot is?" geht...
Vielleicht könnt ihr mir helfen die Zeit in eurem (vielleicht einem ganz besonderen?) Dialekt einzuprogrammieren!?!
Ich würde mich freuen mehr Dialekte einbauen zu können...
meine Homepage ist zwar nicht ganz up-do-date, aber wenn ihr KOMMENTARE oder VORSCHLÄGE habt, dann bin ich ganz Ohr:
http://members.chello.at/derfreimann/div/pebble/wiaspotis/index.html
auch zu finden im Pebble AppStore :D "like" it if you like it!
all my gratitude to the community for sharing their codes, especially to @teog's source which finally could let me finish my configuration screen!
created by - derfreimann
-
Description
komplett konfigurierbare Version:
http://www.mypebblefaces.com/apps/1223/10400/
"fuzzy time" auf österreichisch!
v3.5 -> 100% Akku ist jetzt eine durchgängige Linie!
Adaption auf SDK2
PEBBLE-AKKU:
wird angezeigt durch die Linie in der unteren Hälfte
BLUETOOTHVERBINDUNG:
- bei bestehender BT-Verbindung ist die Schrift weiß auf schwarzen Untergrund
- reißt die Verbindung ab vibriert die Pebble stark und die Schrift wird schwarz und der Hintergrund weiß
- wird die BT-Verbindung wieder hergestellt vibriert die Pebble kurz und das Watchface ist wieder weiß auf schwarz
TODO:
-Datum
einfache Version ohne Akkuanzeige und Bluetoothalarm:
http://www.mypebblefaces.com/apps/1223/8404/
die angezeigte Zeit (am Beispiel 10:00 - 11:00) sieht folgendermaßen aus:
10:00:00 - 10:00:29 = 10:00 = punkt zêne
10:00:30 - 10:02:29 = ~10:00 = zêne
10:02:30 - 10:07:29 = ~10:05 = fünf noch zêne
10:07:30 - 10:12:29 = ~10:10 = zên noch zêne
10:12:30 - 10:17:29 = ~10:15 = viatl öfe
10:17:30 - 10:22:29 = ~10:20 = zên vua hoiba öfe
10:22:30 - 10:27:29 = ~10:25 = fünf vua hoiba öfe
10:27:30 - 10:32:29 = ~10:30 = hoiba öfe
10:32:30 - 10:37:29 = ~10:35 = fünf noch hoiba öfe
10:37:30 - 10:42:29 = ~10:40 = zen noch hoiba öfe
10:42:30 - 10:47:29 = ~10:45 = dreiviatl öfe
10:47:30 - 10:52:29 = ~10:50 = zên vua öfe
10:52:30 - 10:57:29 = ~10:55 = fünf vua öfe
10:57:30 - 10:59:29 = ~11:00 = fost öfe
10:59:30 - 11:00:00 = 11:00 = punkt öfe
created with http://cloudpebble.net/
[thanks a lot to MaikJoosten for sharing his source (http://www.mypebblefaces.com/apps/4021/3750/ )]
created by - derfreimann
Description
genau wie das Original, außer:
nôch => noch
zêne => zene
usw.
ich weiß, dass der "Screenshot" nicht passt, aber ich schwöre, dass das Watchface wirklich anders ist! ;)
created by - derfreimann
Description
genau wie das Original, außer:
viatl zwâ => viatl nôch âns
usw.
ich weiß, dass der "Screenshot" nicht passt, aber ich schwöre, dass das Watchface wirklich anders ist! ;)
created by - derfreimann
Description
genau wie das Original, außer:
viatl zwâ => viatl noch ans
usw.
ich weiß, dass der "Screenshot" nicht passt, aber ich schwöre, dass das Watchface wirklich anders ist! ;)
created by - derfreimann
Description
genau wie das Original, außer:
viatl zwâ => viatl îba âns
usw.
ich weiß, dass der "Screenshot" nicht passt, aber ich schwöre, dass das Watchface wirklich anders ist! ;)
created by - derfreimann
Description
genau wie das Original, außer:
viatl zwâ => viatl iba ans
usw.
ich weiß, dass der "Screenshot" nicht passt, aber ich schwöre, dass das Watchface wirklich anders ist! ;)
created by - derfreimann
-
Description
"fuzzy time" auf österreichisch (S/STMK/OÖ)!
Adaption auf SDK2
komplett konfigurierbare Version:
http://www.mypebblefaces.com/apps/1223/10400/
die angezeigte Zeit (am Beispiel 10:00 - 11:00) sieht folgendermaßen aus:
10:00:00 - 10:00:29 = 10:00 = punkt zêne
10:00:30 - 10:02:29 = ~10:00 = zêne
10:02:30 - 10:07:29 = ~10:05 = fünf noch zêne
10:07:30 - 10:12:29 = ~10:10 = zên noch zêne
10:12:30 - 10:17:29 = ~10:15 = viatl öfe
10:17:30 - 10:22:29 = ~10:20 = zên vua hoiba öfe
10:22:30 - 10:27:29 = ~10:25 = fünf vua hoiba öfe
10:27:30 - 10:32:29 = ~10:30 = hoiba öfe
10:32:30 - 10:37:29 = ~10:35 = fünf noch hoiba öfe
10:37:30 - 10:42:29 = ~10:40 = zen noch hoiba öfe
10:42:30 - 10:47:29 = ~10:45 = dreiviatl öfe
10:47:30 - 10:52:29 = ~10:50 = zên vua öfe
10:52:30 - 10:57:29 = ~10:55 = fünf vua öfe
10:57:30 - 10:59:29 = ~11:00 = fost öfe
10:59:30 - 11:00:00 = 11:00 = punkt öfe
created with http://cloudpebble.net/
[thanks a lot to MaikJoosten for sharing his source (http://www.mypebblefaces.com/apps/4021/3750/ )]
created by - derfreimann
-
Description
!!! SDK2-Versionen verfügbar !!!
http://www.mypebblefaces.com/apps/1223/8404/
http://www.mypebblefaces.com/apps/1223/9045/
[mit versch. Schreibweisen, zb: 15:15 = viatl viare, viatl noch drei, viatl iba drei, ...]
"fuzzy time" auf österreichisch (S/STMK/OÖ)!
Für Änderungsvorschläge bzgl. Schriftart und Wortwahl bin ich natürlich sehr dankbar ;)
Fehler bitte im Kommentarfeld berichten!
TODO:
-Animation
Fehlerbehebung in v1.1:
* bei 12:00 und 24:00 Uhr (="punkt zwöfe") wurde "z'mittog" bzw. "auf d'nocht" nicht angezeigt
Fehlerbehebung in v1.2:
* Justieren der Anzeige "z'mittog" (wird jetzt erst ab 11:15 Uhr angezeigt)
Fehlerbehebung in v1.3:
* "fost [stunde]" hinzugefügt
* Sourcecode bereinigt und aufgeräumt
Änderungen in v2.0:
* Datum im Format dd/mm hinzugefügt
Änderungen in v2.0:
* Datum in Format dd.mm. geändert
* Schriftart und Ausrichtung für Datum geändert
* Fehlerkorrektur (Monat "01" wurde nicht richtig angezeigt)
Änderungen v3.0:
* Datum eingerahmt und eine Spur kompakter gestaltet
* Schriftart komplett geändert (Schrift ist jetzt insgesamt ein bisschen schöner und wirkt größer)
* Schreibweisen ein bisschen angepasst (zb.: obnd -> ôbnd)
* Trennlinie zwischen Uhrzeit und Tagesabschnitt
* Hoppala ausgebessert: zwischen 23:15 und 00:10 wurde "auf d'nocht" nicht angezeigt
die angezeigte Zeit (am Beispiel 10:00 - 11:00) sieht nun folgendermaßen aus:
10:00:00 - 10:00:29 = 10:00 = punkt zêne
10:00:30 - 10:02:29 = ~10:00 = zêne
10:02:30 - 10:07:29 = ~10:05 = fünf noch zêne
10:07:30 - 10:12:29 = ~10:10 = zên noch zêne
10:12:30 - 10:17:29 = ~10:15 = viatl öfe
10:17:30 - 10:22:29 = ~10:20 = zên vua hoiba öfe
10:22:30 - 10:27:29 = ~10:25 = fünf vua hoiba öfe
10:27:30 - 10:32:29 = ~10:30 = hoiba öfe
10:32:30 - 10:37:29 = ~10:35 = fünf noch hoiba öfe
10:37:30 - 10:42:29 = ~10:40 = zen noch hoiba öfe
10:42:30 - 10:47:29 = ~10:45 = dreiviatl öfe
10:47:30 - 10:52:29 = ~10:50 = zên vua öfe
10:52:30 - 10:57:29 = ~10:55 = fünf vua öfe
10:57:30 - 10:59:29 = ~11:00 = fost öfe
10:59:30 - 11:00:00 = 11:00 = punkt öfe
v2.2 created with http://cloudpebble.net/ , since my Ubuntu doesn't like me anymore :´[
[thanks a lot to dutch and norsk "fuzzy time" creators, since this is mainly an adaption of their work!!!]
created by - derfreimann