(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 '%leav%') 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
=== It's a WATCHFACE, not an APP! ===
A watchface which acts just like a simple stopwatch.
I need an easy-to-use stopwatch, so I wrote it. It helps me a lot when I'm making tea. I hope it can be helpful to you, too!
Usage:
- To start, just switch to this watchface
- To pause / resume, just shake it left or right.
- To reset, just switch to any other watchface, and then switch back again
- It will count until 99'59", and then return to 00'00"
If you are exercising and keep shaking your hands, I also prepared the non-pausable version for you.
Please let me know if you have any suggestion.
TODO:
- Configuration page to enable / disable the pause feature.
If you like my work, please consider to donate. Thank you!
BTC: 175EPbhA8AptH9pWrp47Z6cUKBWoMvUFia
created by - leav
-
Description
Simply designed watchface with fancy animations.
Inspired by UNIQLOCK.
Now features:
- 24-hour time display
- YYYY-MM-DD date display
- Battery optimization. The fluency will be adjusted automatically according to your battery state.
TODO:
- Configuration page including time format, date format, performance, etc.
If you like my work, please consider to donate, since I got fired in early January...
BTC: 175EPbhA8AptH9pWrp47Z6cUKBWoMvUFia
Any suggestion is welcome!
created by - leav
Description
(Obsoleted)
FPS doubled.
If you don't care about battery, you can try this extremely fluent version!
created by - leav