[DEV] Second - A Clock app (v1.0 - Dec 24th) - Windows Phone 8 Apps and Games

Hi everybody here, I just came from Android development, and now I want to try something new with Windows Phone platform.
As about one month ago, I have created a thread here:
http://forum.xda-developers.com/showthread.php?t=2534736
Click to expand...
Click to collapse
Which ask people for features of a clock app. Because of my graduation thesis, the project has been delayed so long. And now, I want to give you a very first version of my app with name Second. I will update my project states here as soon as any TODO feature is completed. I will also consider make a legacy version for Windows Phone 7.
Features: Clock, Alarm, Reminder, Timer, Stopwatch
State: On development, Alpha build, version 1.0, version code 6
Updated: Dec 24th, 2013
Supported: Windows Phone 8 (OS 8.0)
TODO:
Code:
Theme: Phone accent color
Theme: Custom color
Clock: Digital/Analog
Clock: Dimming (useful for AMOLED screen)
Clock: Custom display - hour/minute/second/milisecond
Clock: Custom display - year/month/day/day of week
Clock: Theming (like Android widget)
Stopwatch: Time lapse
Stopwatch: Notification
Stopwatch: Milisecond display
Timer: Milisecond display
Timer: Notification
Alarm/Reminder: Custom ringtone
General: Clock animation
General: Global setting
General: UI revamped
General: Live tile selection and customization
General: Custom lockscreen
Logo:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshot:
See attachments
Click to expand...
Click to collapse
Windows Phone Store:
http://www.windowsphone.com/en-us/store/app/second/1f2bdaf6-8152-48d2-9a34-5943d4ec29d4
Click to expand...
Click to collapse
QR Code:
Please leave feedback and rate on my app, and tell me what features do you expect from a clock app like this?
Thank you,

Works fine so far! However I have a question, since you publish it on the Store, how do you want to implement a live tile? Will you do it via xap for dev unlocked phones or did Microsoft change their rules for approval? If you need any inspiration for one live tile possibility, ultrashot open sourced Clock Hub, which is the best looking clone of the HTC clock: https://github.com/ultrashot/clockhub-native
Good lock with the ongoing development!

th0mas96 said:
Works fine so far! However I have a question, since you publish it on the Store, how do you want to implement a live tile? Will you do it via xap for dev unlocked phones or did Microsoft change their rules for approval? If you need any inspiration for one live tile possibility, ultrashot open sourced Clock Hub, which is the best looking clone of the HTC clock: https://github.com/ultrashot/clockhub-native
Good lock with the ongoing development!
Click to expand...
Click to collapse
Afaik, we can now custom live tile as we want programatically. Microsoft has an example for that feature.
I will have a look at your link, thanks very much for your suggestion

Moon.lSd said:
Afaik, we can now custom live tile as we want programatically. Microsoft has an example for that feature.
I will have a look at your link, thanks very much for your suggestion
Click to expand...
Click to collapse
And they allow you to update the tile every minute? This would be awesome news!

AFAIK, there's a WP Store/Marketplace-wide limit with a minimum of 40 minutes for a live-tile implementation to "save the battery".
Anyways, can you have it also show the time from an NTP server as well as the Device's time on the same screen? I tend to prefer time.nist.gov instead of the default time.windows.com that everything defaults to.

Im investigating this feature and if it can be customizable, I think it should be ok

Related

NewsSpot for Google Reader -[R]- 2013-02-01 -[U]- 2012-02-01 -[V]- 3.0

NewsSpot for Google Reader was just released for Windows Phone 8.
This is the Windows Phone 8 update of my app NewsSpot, which is already quite some time available for WP7 (see this thread). Besides the features listed in the other post, NewsSpot for Windows Phone 8 adds the following:
Full lock screen integration with quick and detailed status as well as background image. All updating in the background.
Pin sharp live tiles including the new wide tile style
Fast app resume
New splash screen
All graphics now in high resolution
The usual bug fixes
You can download it here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm looking forward to your feedback!
There is an add-supported version which is restricted to sync max. 200 unread and 50 starred articles, whereas the full version supports up to 1000 unread or starred articles. Additionaly the lock screen background is only available in the full version.
Issue with a live tile.
First of all great app!!! It's FAST and I found the ui is very user friendly. My only gripe right now is the live tile not updating correctly. I setup one group and it is currently saying I have 1000+ unread articles. And putting the live tile into "medium size" actually cuts off the logo. Other than that the app is awesome and is definitely my daily driver for news! Thanks!
dazednfazed said:
First of all great app!!! It's FAST and I found the ui is very user friendly. My only gripe right now is the live tile not updating correctly. I setup one group and it is currently saying I have 1000+ unread articles. And putting the live tile into "medium size" actually cuts off the logo. Other than that the app is awesome and is definitely my daily driver for news! Thanks!
Click to expand...
Click to collapse
Thanks! I'm glad you to hear like NewsSpot.
Yeah, the 1000+ is actually a limitation by the Google Reader API, since it reports the unread counts only up to this limit. There are ways to get around this limitation, but implementing it is awkward (you have to do one web request for every tile instead of getting all unread counts at once).
The cutoff is intended, as I think knowing the number is more important than seeing the logo Otherwise I would have to move the number or make the font smaller, which somehow breaks the default styling of the tiles.
Regards
is there any way for a google reader app to pre-download/fetch the full article so i can read it when i do not have a connection?
Thanks
ekolb123 said:
is there any way for a google reader app to pre-download/fetch the full article so i can read it when i do not have a connection?
Thanks
Click to expand...
Click to collapse
I get this request indeed more often recently. Technically it should not be that difficult, since all the code is already in place for caching the article previews and their images. I will see what I can do
FourSpotProject said:
I get this request indeed more often recently. Technically it should not be that difficult, since all the code is already in place for caching the article previews and their images. I will see what I can do
Click to expand...
Click to collapse
Any update?
Well, I'm currently involved in two other projects, so the next updates of NewsSpot might need some time to be released. However, I'm sure it will come this year.
Regards
As you will have already noticed, Google is shutting down its Reader service by the 1st of July. However, this does in no way mean NewsSpot will be retired, too. Please read our Statement to see what's next for NewsSpot.
It's been already a while that we released an update, so here are the news:
(WP8 only) Raised limit of number of synced articles to 2.000 for each starred and reading list
(WP8 only) Added share via QR-code
YouTube videos are started without using an external app
Improved sharing via phone services
Long hold an item in the article list to share it
Accelerated switching between articles
(WP8 only) Fixed bug: autosync on start works again
Happy reading!

[SHARE][APP] Chronus - Previously Known As The CyanogenMod cLock Widget

The CyanogenMod cLock home and lock screen widget is capable of displaying the time, the weather, upcoming calendar events, and more. It's highly configurable, as you would expect considering the ROM it's associated with, and thanks to popular demand, it's now available in the Play Store as a standalone app. Only now it goes by its original name - Chronus.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Developer David van Tonder has released this app independent of the CyanogenMod project, but he describes it as a functional equivalent to the cLock widget found in CM10.2, just with added support for older versions of Android. In his Google+ post, he mentions plans to release a pro version of the app later this year with additional features. Granted, Chronus isn't exactly a slouch as is. Take a look at the available options.
Users can choose either an analog or digital clock, tweak the font, and pick between colorful or monochromatic icons. A calendar panel opens up events with just a tap, and users can customize the look of upcoming events by tweaking colors and text. And that's just the beginning.
Features:
Support for Android 4.1 and later
Supports adding as a widget to either the Home screen (Android 4.1+) or Lock screen (Android 4.2+) or both
Select between Analog or Digital clock panel and customize the look and feel
Choose whether to show Alarms
Change font bold/normal in Digital Clock, Date and Alarm
Weather panel with Yahoo! weather
Color or Monochrome weather icons
Minimized weather widget support (especially handy on lock screen)
Calendar panel showing a scrollable list of upcoming events
Tapping event opens calendar at selected event
Taping calendar icon opens Calendar at today's date
Change the font color of all text in all panels
Configure widget when adding or from the Chronus app in the app drawer
Highlight upcoming calendar events with custom colors and font bolding
Chronus is free to download, but you need a device running Android 4.1 to get it running and Android 4.2 to take full advantage of all of its features. That may cut out some users, but now that the widget is available in the Play Store, it's more accessible than ever.
Download it here.
Font: Android Police
Tested in Galaxy S Advance running HarshJelly 2.2
is their possible to add clockscreen quote on this app ???
ithunter said:
is their possible to add clockscreen quote on this app ???
Click to expand...
Click to collapse
Just in Android 4.2 and higher.

[Lock Screen App] News and Weather information on your phone's lock screen

With AwesomeLock users can get the latest news (RSS and ATOM sources) and weather info directly from you phone's lock screen. AwesomeLock is a great app to fill up the unused lock screen area with really useful information.
Some of the features are:
- Show news on the lock screen
_Use one of the predefined news source (predefined sources for 17 countries)
_Some default news sources: CNN, Al Jazzira, El País, Le Figaro, Skynews, Financial Times, UEFA and many more.
_Provide your own favorite news source (RSS or Atom formats are supported)
_Show random or most recent news
_Show 1 or 2 news
- Show weather information
_Current location
_User defined location
- Show next calendar appointment/event
_This will allow you to configure another app the show information on the details section of the lock screen.
- Background image
_Use Bing’s daily picture
_You can select the picture from 9 countries
_Use a picture from your phone’s gallery
I’m already working full steam on the V2.0 with new amazing features (other info kinds). Stay tuned.
Windows Phone Store link: scan QR Code below. Thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some screenshots:
Kind regards,
Ernesto
Version 2.0 submited to Windows Phone Store for certification. Stay tuned for the new cool features.
UPDATE:
**What's new on v2.0**
- Trial mode: fully functional application
- Stocks information
- News: Random mode per country
- Application always in English option
- Bug fixing
A teaser screenshoot:
Avalilable as soon as it passes Windows Phone Store certification!
Great start!! Can you add
more lines for news?
editing news source for each line?
hourly forecast option for lockscreen?
more calendar options? (being able to see other appointments "today")
Thanks!
barrychon said:
Great start!! Can you add
more lines for news?
editing news source for each line?
hourly forecast option for lockscreen?
more calendar options? (being able to see other appointments "today")
Thanks!
Click to expand...
Click to collapse
Thanks for your feedback Barry Chon. I'll add this feedback to the roadmap.

[FREE APP] Who’s Got My Stuff? Updated in the Windows Phone Store!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Looking for your favorite set of ping-pong paddles, only to realize “Argh! I loaned it out months ago to… who was it??”.
Enter WGMS (Who’s Got My Stuff). A simple app to keep a log of Stuff, Cash and Favors you’ve dealt out, or received from others!
Create “Time Capsules” of info with as little as Who, What and When. Optional extra info helps you pinpoint all the details of the trade. Use that info to create a calendar event, or email the details to yourself or that special someone who may be hoarding your stuff
Color settings to spice up your experience, a quick-add tile to pin to your home screen and an overall simple, useful and functional experience that just works for what you need it to do. So never forget who’s got your stuff again…. now… Who’d I loan that purple pen too….
Oh, and keep in mind, support the devs and share your feedback, and healthy reviews. Updates and changes can go even farther with your support!
Main Features:
- Three general pages: Stuff They Borrowed, You Borrowed and Returned.
- Three general categories: Stuff, Cash and Favors.
- A variety of color options for each category and app UI itself.
- Select borrowers from your contacts… or not with contact images.
- Easily add calendar events.
- And send emails for your events.
- A myriad of sorting options.
- A variety of options for details.
- The app can be found here or scan the QR-code below:
- Any concerns, comments or questions don’t hesitate to contact me: [email protected]
Download from the WP Marketplace here, or scan the QR below:
Change log:
Version 1.6.5 Changes:
- Added optional PIN security!
- Added star ratings option for items/favors.
- Updated Onedrive bug with two-step auth.
- No need to restart the app for color changes!
- Support message starts after use.
- More animation transitions for UX.
- Fixed some French/Spanish translations that weren't appearing.
- Fixed bug that would update records despite NOT clicking save.
- Want to help provide better/new translations for your language? Added a suggestion link to email those translations! (Would love help with Hindi)
- Many tweaks and changes under the hood.
- More features and updates to come.
good app
its very useful, i like it
hi ^^
looks great.
is a Android-Version planed?
k.r.
spam.anonym said:
hi ^^
looks great.
is a Android-Version planed?
k.r.
Click to expand...
Click to collapse
Yeah! I like an android version too.
Very good App.
+1
kabexa said:
Yeah! I like an android version too.
Very good App.
Click to expand...
Click to collapse
Thanks for the support! Currently I'm on this as a one-man team after my day-job, so an Android versions coming, just far off! Thanks and enjoy the update!

Development [App][v1.2.9][08/10/2021] Live Tiles Anywhere - Custom Live Tiles and widgets

Hi!
I've released a new app called Live Tiles Anywhere.
LTA is the app that allows you to create not only working custom Live Tiles, but also add Live Tiles as widgets on your Desktop.
Featues
Create custom Live Tiles and add pin them on the Start Menu, on your Desktop as an icon or create a floating widget. All four sizes are supporte
The "Live" aspect of the Live Tiles is present both on the Start Menu tiles and for the widgets on Desktop. All apps with a Live Tile are supported, both on Windows 10 and Windows 1
No live tile support for some apps? Live Tiles Anywhere can use the toast notifications from the action / notification center
Customize many aspects of the tile, including images, background and text color, branding and more. - Supports Desktop win32 apps, UWP apps, links, commands and other protocols.
LTA will automatically find installed apps, including games from Steam and Epic Games launcher.
A central hub is available, where you can manage all the tiles you've created, added and customized.
No changes will be made on system files and no special procedures or patches are required.
Updated Fluent Design interface, easy to use, with light or dark theme supported.
Multi-language support available. English and Italian languages are supported in this version.
The app is available for free, without external ads and no in-app purchases.
Latest release: v1.2.11 24/12/2021
Compatible with Windows 10 Desktop and Windows 11
Download Live Tiles Anywhere from the Microsoft Store
Version 1.2.9 available for download:
Fixed: some games in the Steam Library may crash the app.
Fixed: wrong title for the startup directory of the command associated to the tile.
Partial fix: running some programs or apps may crash the app. An improvement has been made in this patch, however it's still in investigation.
Improvement: show Desktop is more likely to not hide the widget.
Improvement: changed some text to be easier to comprehend. Please consider that the english language is not my main language, so please let me know if I can improve this aspect of the app.
Improvement: I've noticed that some users missed the option to right-click on any app or tile inside the app, so I made the notice more visible.
Hello i posted the same comment in your post on reddit in case you didnt saw. Sorry; I have a problem and dont know how to fix it, the tiles pictures keep disappear after 15 or 30 minutes or after restarting the pc, it automatically will be fixed after it refreshes itself. Anyway thank you for your effort. This is what I created:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources