Does anyone know if there is a alarm/timer/countdown app that will work nicely on Jelly Bean? I'm thinking of something along what iOS has, and I understand some HTC phones have something similar.
That would save me having multiple apps/icons and would just be "neater".
Many thanks.
Nitsson said:
Does anyone know if there is a alarm/timer/countdown app that will work nicely on Jelly Bean? I'm thinking of something along what iOS has, and I understand some HTC phones have something similar.
That would save me having multiple apps/icons and would just be "neater".
Many thanks.
Click to expand...
Click to collapse
I'm actually developing an application to handle these actions right now. It's an application that follows the Android Design Guidelines (http://developer.android.com/design/index.html) so it will look nice with Jelly Bean and Ice Cream Sandwich. I've decided not to support anything below Ice Cream Sandwich.
I'll give you a few details on the application. The application will have four tabs that you can swipe between (alarms, clocks, timer, countdown) and they will do what the name suggests. I'm focusing on simplicity in this application. I'm adding a few little extras too. For example when you turn the alarm on it will tell you how much time there is until the alarm goes off (identical to what the stock "clock" application does) and there will be a few other options, like a Holo Light and a Holo Dark theme.
Do not ask me for an ETA. This will be a paid application.
Turbocom said:
I'm actually developing an application to handle these actions right now. It's an application that follows the Android Design Guidelines (http://developer.android.com/design/index.html) so it will look nice with Jelly Bean and Ice Cream Sandwich. I've decided not to support anything below Ice Cream Sandwich.
I'll give you a few details on the application. The application will have four tabs that you can swipe between (alarms, clocks, timer, countdown) and they will do what the name suggests. I'm focusing on simplicity in this application. I'm adding a few little extras too. For example when you turn the alarm on it will tell you how much time there is until the alarm goes off (identical to what the stock "clock" application does) and there will be a few other options, like a Holo Light and a Holo Dark theme.
Do not ask me for an ETA. This will be a paid application.
Click to expand...
Click to collapse
I like the idea and that it's paid is not a an issue. Simplicity along with a clean look and a few extras is what I'm looking for. Post back in this thread when done and I'll have a look.
Imagine you must have researched the competition / existing apps - did you come across anything interesting?
Personally, I'd love to have something like this. So if you're serious about creating this app, I'll pay for it. Hope to see it soon.
This is my app:
https://play.google.com/store/apps/...SwyLDIxMiwic2ltcGx5Lm1hZGUuc2ltcGxldGltZXIiXQ
I just released it a few days ago. It currently is only a countdown timer, but I'll be adding stop watch functionality to it today/tomorrow and alarm features tomorrow.
It shows the time it's add in the status bar (and on the notification itself too, but you can see it on the status bar without even pulling the shade).
It follows the android guidelines and has the follow features built in already
-Custom Timers
-Ability to ring, vibrate, or both
-Ability to ring/vibrate once, or until the timer is cleared
-LED notifications (Currently implemented just when the timer finishes, but I think I'll add the ability for more, such as 1 minute remaining or 1hour remaining, etc)
-Custom volume/ringtones
-List of preset (changeable) times, and recently used times.
It currently cost 99cents on the market
{
"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"
}
ChrisJ951 said:
This is my app:
https://play.google.com/store/apps/...SwyLDIxMiwic2ltcGx5Lm1hZGUuc2ltcGxldGltZXIiXQ
I just released it a few days ago. It currently is only a countdown timer, but I'll be adding stop watch functionality to it today/tomorrow and alarm features tomorrow.
It shows the time it's add in the status bar (and on the notification itself too, but you can see it on the status bar without even pulling the shade).
It follows the android guidelines and has the follow features built in already
-Custom Timers
-Ability to ring, vibrate, or both
-Ability to ring/vibrate once, or until the timer is cleared
-LED notifications (Currently implemented just when the timer finishes, but I think I'll add the ability for more, such as 1 minute remaining or 1hour remaining, etc)
-Custom volume/ringtones
-List of preset (changeable) times, and recently used times.
It currently cost 99cents on the market
Click to expand...
Click to collapse
I will wait and download when other features are added. I already have a countdown timer. But I hope to see some great features. Thanks.
ChrisJ951 said:
This is my app:
https://play.google.com/store/apps/...SwyLDIxMiwic2ltcGx5Lm1hZGUuc2ltcGxldGltZXIiXQ
Click to expand...
Click to collapse
Sounds promising. I too will have a look once it has more features. Just post back here to let us know.
Nitsson said:
Sounds promising. I too will have a look once it has more features. Just post back here to let us know.
Click to expand...
Click to collapse
Hopefully it'll be done by the end of the week. I just added in stopwatch functionality with the following features:
-Ringing or vibrating after every minute (adjustable)
-Keeping track of laps
-Setting a timer equals to the length of the lap
-Setting a timer equal to the total time
I also have plans to add some more functionality to the stopwatch alongside the alarm in the next update.
ChrisJ951 said:
Hopefully it'll be done by the end of the week.
Click to expand...
Click to collapse
Nice. If you could also add a world-clock it would, in my opinion, be an improved version of Apple's clock app which is a good thing. Even without you seem to be on the right track. Keep it up.
Mind if I ask what you mean by world clock?
ChrisJ951 said:
Mind if I ask what you mean by world clock?
Click to expand...
Click to collapse
I'm referring to the clock in iOS which shows the time for various cities. See for instance: http://i49.tinypic.com/28uog1t.jpg
Nitsson said:
I'm referring to the clock in iOS which shows the time for various cities. See for instance: http://i49.tinypic.com/28uog1t.jpg
Click to expand...
Click to collapse
I'll look about adding that in after adding a daily alarm option. The only issue I would see is trying to find all of the countries and their timezones/when they implement daylight savings times.
Also as an update:
-Sped up the UI
-Added ability to show the stopwatch in the notification bar
ChrisJ951 said:
I'll look about adding that in after adding a daily alarm option. The only issue I would see is trying to find all of the countries and their timezones/when they implement daylight savings times.
Also as an update:
-Sped up the UI
-Added ability to show the stopwatch in the notification bar
Click to expand...
Click to collapse
I don't imagine it's easy, and the core functions (alarm, timer, stopwatch) are definitely more meat on the bone,
but I would love to see it there. I understand it's not a priority for you though.
In terms of functionality and ease-of-use I think that Apple really succeeded with their Clock app, but it can of course be improved with additional features. I look forward to seeing what you add.
Nitsson said:
I don't imagine it's easy, and the core functions (alarm, timer, stopwatch) are definitely more meat on the bone,
but I would love to see it there. I understand it's not a priority for you though.
In terms of functionality and ease-of-use I think that Apple really succeeded with their Clock app, but it can of course be improved with additional features. I look forward to seeing what you add.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=29095294#post29095294
Redesigned the LightMode UI
Bug Fixes.
And Alarm functionality is now added.
(If you like it please post comments/suggestions/feedback)
ChrisJ951 said:
http://forum.xda-developers.com/showthread.php?p=29095294#post29095294
Redesigned the LightMode UI
Bug Fixes.
And Alarm functionality is now added.
(If you like it please post comments/suggestions/feedback)
Click to expand...
Click to collapse
Nice. I've purchased the app to show my appreciation of your work and will try it out.
Related
Hey
Ducking out of coursework for a minute to write this post.
I've constructed a little hack using fiinix's custom tile system. It's actually super simple, where it loads generated data in for tiles, pins them, and then upon loading, redirects the user to the app.
{
"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"
}
It's a little glitchy and could use some improvements, but I figured I'd get it out before the holiday season Feel free to share any thoughts, comments, bug reports, etc., and feel free to share themes here, too.
As for the source, I don't have it packaged up currently, but if anyone wants a look, let me know and I'll share it. Nothing fancy.
Here's the links:
Download: http://windowsphonehacker.com/articles/themes_for_windows_phone_first_release-12-12-11
Video: http://www.youtube.com/watch?v=audIpFTqUC4&feature=player_embedded
Delta Theme
Let me introduce you:
The Windows Phone 7 Delta Theme.
This Theme is based upon the Photographs of ... myself. So basicly I tried to bring several new aspects into the design of Windows Phone without ruining it with odd-looking glass effects etc.
Hope you like it!
Shameless-Advert: As stated above, Photographs are done by myself, check my portfolio at klaus-widraw.de.
To download the xap visit the theme thread.
Cheers.
It's really well put together, however there are a couple of things wrong
No Large Tiles (eg Calender)
No Email Tiles (Individual or Linked)
Some System Tiles are Image Less (eg Office)
CruciasNZ said:
It's really well put together, however there are a couple of things wrong
No Large Tiles (eg Calender)
No Email Tiles (Individual or Linked)
Some System Tiles are Image Less (eg Office)
Click to expand...
Click to collapse
Working on adding some system items and larger icons. Biggest issue here is email, which we can't seem to find a way to link to, as it's on a per-account basis, and we don't know the tokens for them
i have this program on my device but i cannot open any of the applications that i applied this theme to. Is this normal or have you not implemented this?
lovenokia said:
i have this program on my device but i cannot open any of the applications that i applied this theme to. Is this normal or have you not implemented this?
Click to expand...
Click to collapse
Not normal. Did you make sure to add /_default to the GUIDs?
Just so I make sure I hear this right your app basiclly just launches itself right away? Also does this mean when I press the start button what is really happening is i am being directed to the homescreen and then the homescreen is directing me to your app?
starsoccer9 said:
Just so I make sure I hear this right your app basiclly just launches itself right away? Also does this mean when I press the start button what is really happening is i am being directed to the homescreen and then the homescreen is directing me to your app?
Click to expand...
Click to collapse
...No?
This is the actual homescreen.
Jaxbot said:
...No?
This is the actual homescreen.
Click to expand...
Click to collapse
LOL. that would be a homescreen in layers and I immediately thought of....
Shrek: [peels an onion] NO! Layers. Onions have layers. Ogres have layers. Onions have layers. You get it? We both have layers.
[walks off]
Donkey: Oh, you both have LAYERS. Oh. You know, not everybody like onions. What about cake? Everybody loves cake!
Shrek: I don't care what everyone else likes! Ogres are not like cakes.
Donkey: You know what ELSE everybody likes? Parfaits! Have you ever met a person, you say, "Let's get some parfait," they say, "Hell no, I don't like no parfait"? Parfaits are delicious!
Shrek: NO! You dense, irritating, miniature beast of burden! Ogres are like onions! End of story! Bye-bye! See ya later.
Donkey: Parfait's gotta be the most delicious thing on the whole damn planet!
Click to expand...
Click to collapse
anyway, can't wait for the next version with fixes. The background image spanning over tiles is Parfait. thank you!
derausgewanderte said:
LOL. that would be a homescreen in layers and I immediately thought of....
anyway, can't wait for the next version with fixes. The background image spanning over tiles is Parfait. thank you!
Click to expand...
Click to collapse
I've been.. trolled? Or more... ogred
Anyway, new version with fixes is up. Rush job, but it should clean up most of the common issues.
Lmao ok I understand now. On a differnt note if I install this app and then unistall it will it remove all the custom tiles I have. Also is the xap file just the one theme you select.
Jaxbot said:
Working on adding some system items and larger icons. Biggest issue here is email, which we can't seem to find a way to link to, as it's on a per-account basis, and we don't know the tokens for them
Click to expand...
Click to collapse
Cheers for the reply, that's unfortunate regarding the Emails. Perhaps you should focus on linked inboxes. Just say the Themes only support fully linked email boxes.
The commands for linking should make it easier to locate the app (at least in my mind it would oO)
Jaxbot said:
Not normal. Did you make sure to add /_default to the GUIDs?
Click to expand...
Click to collapse
i am not sure what you mean? can you explain?
ok, just tried this but I am having problems. I can apply my own background image to the default theme, however when I click "Background Theme" and add an app from the market I get the app but as soon as I add one single app, I cannot apply a background image. When I get out of this window and back to main, nothing changed. Still shows the default. Shouldn't it now show the newly added app and the arrangement I made under "Background Theme"? It doesn't.
When I add an app from the main window and remove apps it works fine. I cannot reorder apps though. When I then open "Background theme" to reorder what I just added and apply a background, I only see the default list. I can add a background and it's applied to the main window, however the app order is from the default and my added apps are at the end of the list. I cannot re-arrange in the main window. Again, as soon as I add an app in "Background Theme" I cannot apply a background. None of the apps added on that level are reflected in the main window.
Several times now I added my apps in the main window and was able to apply a background, however the tiles and apps in the main window reverted back to default as soon as I applied the background. I give up for now.
I am clearly missing something.
Never mind, just saw this post by Joe on Jaxbot's site.
"As of now, you have to manually add them to the "customs.txt" file in order for them to become default when making a new theme."
first off, ten thousand thanks for this, and second of all, does anyone have a link to where I can download the wp7 default app tiles (just the tiles in .png form) in the many different color schemes of wp7? a google and bing search yielded nothing useful. Thanks again!
what about the homebrew live tiles?
Dyskmaster said:
first off, ten thousand thanks for this, and second of all, does anyone have a link to where I can download the wp7 default app tiles (just the tiles in .png form) in the many different color schemes of wp7? a google and bing search yielded nothing useful. Thanks again!
Click to expand...
Click to collapse
try search for metro icons
deviantart.com could be a good place to try
My first attemt on skinning tiles
To bad we cant do live tiles and double tiles yet...
Hmmm who can make Office icon theme for WP7? I'd like all icons like Office icon.
I mean background.
Jaxbot, shocked to see that you haven't received more "Thanks" for this. I just added my daily limit
Looking forward to version 2 no rush! It's great to see that this actually works.
http://www.wpcentral.com/ask-ziggy-temporarily-busted-major-overhaul-horizon-exclusive-first-pics
{
"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"
}
look really good then.
Time to do some Apple Siri-Comparing!
Just Downloaded v1 from the marketplace out of curiosity. Definately needs some help with accuracy lol
I like positive news and this is positive, WP needs to keep up the good work and listen to what we want and need, if they do then I can see them reaching their goals in 2015 but if the don't then, well... it's not good and you all know how I feel about that so I'll spare you my complaining.
The new update looks awesome..cant wait for it..And the best part is that it is totally free!
Symondo said:
Just Downloaded v1 from the marketplace out of curiosity. Definately needs some help with accuracy lol
Click to expand...
Click to collapse
Agreed, I read some where that the dev of this app has actually been trying to get Ziggy to do more but you know MS and their damned restricted API's. I'n my opinion they need to hire this guy.
The screenshots look cool. I may dl it again.
I tried it before, and 90% of the time the response was just "would you like to do a websearch for that" or whatever it says.
I could save myself time and a couple steps by just voice-searching Bing.
sure haven't said:
The screenshots look cool. I may dl it again.
I tried it before, and 90% of the time the response was just "would you like to do a websearch for that" or whatever it says.
I could save myself time and a couple steps by just voice-searching Bing.
Click to expand...
Click to collapse
I know I hardly use it my self, I'll use it from time to time to entertain my self for a few laughs but it's great to see it evolve. You have to give it to the dev of the app; he has to improve it even with the MS restrictions.
I really don't like it when developers use a panorama design and put "Settings" as a screen to swipe to. They really should put the settings in the app bar. If he only wants the microphone icon in the app bar then add the settings to the "more" 2 dots part.
Otherwise I'm looking forward to this update!
sayonical said:
I really don't like it when developers use a panorama design and put "Settings" as a screen to swipe to. They really should put the settings in the app bar. If he only wants the microphone icon in the app bar then add the settings to the "more" 2 dots part.
Otherwise I'm looking forward to this update!
Click to expand...
Click to collapse
LOL, I think he did it that way because people asked him to make it more metrofied.
Much better design and definitely if Microsoft know what they doing, they would hire this dude. These are people that are ready to dedicate their full time to Windows Phone.
sinister1 said:
LOL, I think he did it that way because people asked him to make it more metrofied.
Click to expand...
Click to collapse
Then he should look closely at how MS design their panorama apps. Settings are always in the app bar in People hub, messaging, xbox live hub, calender etc
Generally when a user swipes along a panoramic screen its to see more content. Settings isn't more content. Most users don't even fiddle with it each time they launch the app unless they need to change something, so therefore dedicating an entire panoramic screen to it is bad design and not metro.
That is my opinion
sayonical said:
Then he should look closely at how MS design their panorama apps. Settings are always in the app bar in People hub, messaging, xbox live hub, calender etc
Generally when a user swipes along a panoramic screen its to see more content. Settings isn't more content. Most users don't even fiddle with it each time they launch the app unless they need to change something, so therefore dedicating an entire panoramic screen to it is bad design and not metro.
That is my opinion
Click to expand...
Click to collapse
+1
It's the case with so many major app developers. It's the mindset from other OSes. That brings us to badly developed apps argument. There is always an app for what we need, if not official, a client - majority of the times. But most apps are so horribly metrofied that it's mortifying. Making apps esp free ones, is an amazing task! But then full hearted approach to match the metro concept will streamline an user's experience and they will love your app more. Else someone too choosy about how his phone looks might find distasteful breaks in his streamline experience. Most WP users gotta be choosy with UI, why else would you love this new UI so much!?
May be people here won't agree, but this is what I generally consider as a factor whether any particular app will stay on my WP. In my WM and Android days, that wasn't an issue because OS UI was ugly anyway. But can't let the UI experience be ruined just because I want some functionality of an app that I might only use once a week or once a month!
Oh this looks so much better. I'm not a big fan of how it looks right now.
I do agree with previous comments about settings. A whole screen to swipe to is uneccessary. Put it in the bar.
I can agree Ziggy looks dirty. I hope developer ask some designers to help him make ui better.
Function over finesse. It's more important to get the core working well, than to tweak the look and feel.
For the most part the real use is a 1 button deal. Make it listen. Make it stop and process.
The app without a function update was only a cool concept, but not much worked properly. Since it is a 1 person team, I am glad the focus is on getting it to function properly.
Once the guts are working properly, it can be delivered. Then, we will have a great functional app while the user interface tweaks are done. Then we will have a superb app.
Hello fellow windows developer.
I guess I'm not a frequent poster but I need your help!
I need your feedback on my latest Windows 8 app: Kickstarter Browser. The thing is, I just got it release just to have a initial release but I need feedback on it. It's easy to feel satisfied with your app because you are familiar with it. I do have a general idea where I want to go with the app (adding twitter share, add favorites) but as far as GUI I'm not really sure. So any critic is welcome to just post here, perhaps even screenshots if there is anything specific you want to point out. If you have good things to say you can also review it windows 8 store. (Please do not post reviews/low stars saying it's bad, remember this is just my first release and I will improve it over the coming months using your feedback and then you can give a proper review ) If you give me feedback which I'll use to improve the app I will, if you want, add you to a thank you list in the App description.
As far as adding, login/pledging from the apps etc. there are no official Kickstarter API and the API I'm using is Very restricted.
Anyway, please give me feedback and I will be very thankful.
{
"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"
}
hmm, well I tried to install your app but the MS store is insisting that I am not connected to the internet, it worked fine 2 days ago on the same connection and I am clearly on the internet right now. I'll have to takes its suggestion of trying again later.
Picture looks alright but I cant see myself using the app if I'm honest, I just dont browse kickstarter. If I can get it to download I will pop back with something more useful to you
SixSixSevenSeven said:
hmm, well I tried to install your app but the MS store is insisting that I am not connected to the internet, it worked fine 2 days ago on the same connection and I am clearly on the internet right now. I'll have to takes its suggestion of trying again later.
Picture looks alright but I cant see myself using the app if I'm honest, I just dont browse kickstarter. If I can get it to download I will pop back with something more useful to you
Click to expand...
Click to collapse
Thank you for trying and thank you for giving me you 2 cents on the screenshot, hopefully you will be able to download it soon. I am at hard work to bring another release of this app within two-three weeks, but I do hope some more people would give me their opinions.
Update
I've made an update for this app. Though I have not received a single piece of feedback.
This time I bring the ability to see videos in the app and to search through descriptions of projects to find specific words (This is something the normal kickstarter.com website cannot do). I also updated to GUI to look much better and fixed bugs, you can find the app update here:
Please download, try it and give me some feedback.
Thanks.
Nice! Just gonna give some friendly feedback here: first, it would be nice to have the spotlight words in the top-left clickable, so I could select technology or whatever. Second, the tiles for each result could use a little more modern. By this I mean separate each tile a little, get rid of the rounded effect, and maybe make the background for each tile the project picture. Other than that, maybe some more background colors on the app would help. But really, nice work!
Thanks
C-Lang said:
Nice! Just gonna give some friendly feedback here: first, it would be nice to have the spotlight words in the top-left clickable, so I could select technology or whatever. Second, the tiles for each result could use a little more modern. By this I mean separate each tile a little, get rid of the rounded effect, and maybe make the background for each tile the project picture. Other than that, maybe some more background colors on the app would help. But really, nice work!
Click to expand...
Click to collapse
Wow, thank you. It was very observant of you to notice the kind of "Rounded effect". I have taken your advises into consideration for my next release. I will be releasing a Halloween update within the next few days and will post here when it is certified and live. Thank you SO MUCH. You are the first to give me some suggestions, and I've asked for help on quite a few forums.
The next update will have many new features I hope you all will enjoy.
Update!
Well, you could say I really buckled up last night and started my code, because here is the halloween update!
I focused on customization and user experience this time. The change log follows:
-Changes in version 1.2.0-
Big GUI update
Multitask support added (view video while using other apps)
Added tool tips
Added FAQ to project description
Significantly improved search times when searching through descriptions (by 20 percent)
Search now list projects as they are found (not when search is done)
Added settings for spotlight
- It's now possible to add/remove and enable/disable individual spotlight categories (found under settings)
Added the possibility to to favorite projects
Added favorite page (accessed by swiping down from top or right click the top of the screen)
Removed crash bug when no internet connection
Anyway I hope you all will download it and try it (and tell me what you think). I will be taking a one week break from coding Kickstarter Browser to recharge my batteries and get inspired to do some more work.
Update
I hate how it feels like I'm spamming/bumping my own thread but I just want to keep you guys updated and hopefully get more feedback from you guys!
So I've just got the post-Halloween update certified. Change log:
Revamped start screen
Added playback controls (Play, stop, mute, video time bar)
Added video full screen playback
Added sorting projects in search
Added backgrounds
Added browsing categories in search screen/start screen
Squashed bugs
So this is the first update based on feedback from users and feedback I've asked for from various forums. One point of feedback was really important. The user felt that when you first start the app you are welcomed with a screen with a huge gap in the middle. So I made the middle part dedicated for browsing through categories and all the searching should be done through the search screen. Another user told me that the app doesn't bring anything new to the table in terms of searching and finding, so I added more search options. The third big feedback I got was that the app was boring, colorless and not nice to look at, so I reworked the layouts and made it possible for the user to change background color/add background image. The last feedback I did take into consideration for this update was that the search screen was a bit confusing and that the video playback lacked features, so I rearranged the search screen a bit and added video playback features (it now has play, stop, mute, full screen and a timeline)
So you see, I use the feedback I get to make the app better, please keep it coming and I will possibly implement it.
Thanks
Live tile update
I guess you all know what this post mean by now.
I've just release update 1.2.5. Inspired by another app this update brings the ability to create live tiles of projects to have them on the system's start menu screen and keep track of projects. Change log:
Added more backgrounds
Added ability to create live tiles of projects
Added all subcategories to browsing
Refined browsing
Fixed bugs
Added Help/FAQ to top appbar
Moved settings to top appbar
Thanks
This is the last update this year. Well, it's a few updates since I last posted but I thought I might as well post now
-Changes in version 1.2.7-
Revamped most pages for a more unified look
Fixed FAQ/Description load bug due to changes of kickstarter.com
Removed "find atleast xx projects" slider
-Changes in version 1.2.6-
Separated browse and search, added browse screen
Made search faster
Fixed bug where background color wouldn't load
Many minor bug fixes and clean up code
I hope this is the correct place to announce the release of my first Tizen App : MultiTimer Pro!
{
"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"
}
The app is a timer app to compensate for the very limited stock timer app by Samsung. With MultiTimer Pro you can create mutliple timers and store them, or run them in parallel, as you like.
It is available at the Galaxy Store for 0.99$ and I would appreciate all feedback and feature suggestions!
Link to the Store : Click
Some Screenshots :
Great app, i think its rare to see people making things for this eco-system.
one suggestion is the addition of widgets.
also maybe a way to add icons from google of something like that?
chn555 said:
Great app, i think its rare to see people making things for this eco-system.
one suggestion is the addition of widgets.
also maybe a way to add icons from google of something like that?
Click to expand...
Click to collapse
Yes but the OS is so great, there should really be more devs
Widgets is a good idea, I will take a look into that one! Custom icons is noted aswell but I am not sure if that is really usable on the tiny screen but let's see
Hi,
Nice app, I use timer all the time (and other app Timerro bug since update to Tizen 4)
I see some bugs on your app the "Previous page" (and also "Next page") open a windows like when you would add another timer in place of come back to previous (or next page). It is a window like if we want edit a timer with name "Previous" with blank field for color and time and a button "Delete"
EDIT : after trying to return to the previous or next page my timers order are lost and the app arrange timers on a Ramdom ? way...
dersie said:
Hi,
Nice app, I use timer all the time (and other app Timerro bug since update to Tizen 4)
I see some bugs on your app the "Previous page" (and also "Next page") open a windows like when you would add another timer in place of come back to previous (or next page). It is a window like if we want edit a timer with name "Previous" with blank field for color and time and a button "Delete"
EDIT : after trying to return to the previous or next page my timers order are lost and the app arrange timers on a Ramdom ? way...
Click to expand...
Click to collapse
Hey,
Thanks for your feedback! I can reproduce the issue.
I will fix it ASAP, but unfortunately releasing updates currently takes over a week because Samsung has such a slow approval proces... Sorry for the inconvenience!
Fix is submitted, also now with default Timer names.
Let's hope it goes through fast...
Widgets up next
Dark Mode
Still waiting for the first update to be approved...
In meantime, I implemented a Dark Mode as a lot of users complained about the bright colors and the low contrast
AgeT said:
Still waiting for the first update to be approved...
In meantime, I implemented a Dark Mode as a lot of users complained about the bright colors and the low contrast
Click to expand...
Click to collapse
Dark mode looks great. Which version number will that be, currently I see 1.1.4? Any idea when this will become available?
I've been waiting for over a week for the last update to be approved and you cannot submit a new one while the previous one is under review... But it finally got approved today, and the dark mode version was finished last week but I couldn't submit it until now. It will be version 1.2 and I hope this one will get approved faster but it's out of my hands... Maybe a week?
It took over a week, and now they found a super weird reason to reject the app update.
(Clicking the button on the top right doesn't close the app because it is used for start/stop of the timer, and thus there is no way to close the app directly. I now added a button to the UI to close it... let's see).
So "bug" fixed and resubmitted... fingers crossed it won't take another week....
AgeT said:
It took over a week, and now they found a super weird reason to reject the app update.
(Clicking the button on the top right doesn't close the app because it is used for start/stop of the timer, and thus there is no way to close the app directly. I now added a button to the UI to close it... let's see).
So "bug" fixed and resubmitted... fingers crossed it won't take another week....
Click to expand...
Click to collapse
It is one reason I not like use Tizen Watch. Mainly for timer or stopwatch, just a button to close an app and stop timer or stopwatch (and lost it).....
dersie said:
It is one reason I not like use Tizen Watch. Mainly for timer or stopwatch, just a button to close an app and stop timer or stopwatch (and lost it).....
Click to expand...
Click to collapse
Do you like being able to use the hardware button to start/stop the timer or would you prefer it closing the app ?
AgeT said:
Do you like being able to use the hardware button to start/stop the timer or would you prefer it closing the app ?
Click to expand...
Click to collapse
I prefer "Start/Stop" But surely not really close the app, limit send app to foreground but not close. I have a "Stopwatch pro" app, il I press the upper button the stopwatch close and end the count, not acceptable.
dersie said:
I prefer "Start/Stop" But surely not really close the app, limit send app to foreground but not close. I have a "Stopwatch pro" app, il I press the upper button the stopwatch close and end the count, not acceptable.
Click to expand...
Click to collapse
Good I think it is usefull aswell. I kept it inside MultiTimer Pro so you can start and stop the timers with the button.
I think it is stupid to have 2 Hardware buttons and both are used for minimizing/closing an app.
Dark Mode
Finally......the dark mode is available!
Updated today from the first version and not worked. Press the app icon do nothing.
Uninstalled and installed again and it works.
Found a bug. I create few timers on 2 pages. I start timers (2 timers) on first page, after I go on the second page, I start other timer and if I want return to the first page with click to the "previous page" Icon, the app stop/crash and all running timers are stopped.
dersie said:
Updated today from the first version and not worked. Press the app icon do nothing.
Uninstalled and installed again and it works.
Found a bug. I create few timers on 2 pages. I start timers (2 timers) on first page, after I go on the second page, I start other timer and if I want return to the first page with click to the "previous page" Icon, the app stop/crash and all running timers are stopped.
Click to expand...
Click to collapse
Hello,
this is a known bug, aswell as an issue with deleting timers when you have more than one page.
However, these are already fixed in version 1.5.0 which is already submitted and currently under review by Samsung.
It should be available by the end of the week!
In the coming days a new version will be available that adopts the new OneUI !
Here are some screenshots, I hope you like the new design ( the old ones are still available through the settings )
Also a couple of new icons were added and more are to come!
I'm using the S3 with AOD mode (One UI V1.0). At count end, the app vibe but the screen keep in sleep mode (AOD) and you can not see the Timer end Just feel the vibe (or not....) but do not know why until you unsleep the watch to see the Timer end screen
dersie said:
I'm using the S3 with AOD mode (One UI V1.0). At count end, the app vibe but the screen keep in sleep mode (AOD) and you can not see the Timer end Just feel the vibe (or not....) but do not know why until you unsleep the watch to see the Timer end screen
Click to expand...
Click to collapse
Hello,
I normally don't use the AOD so I did not realize there was a problem, thank you for reporting I will try to reproduce it and fix it!
https://www.xda-developers.com/andr...namic-theming-notification-permission-dialog/
January 13, 2022 2:39am Kishan Vyas
Android 13 leak reveals four new styles for dynamic theming system, gives us a glimpse of notification permissionsThe wallpaper-based dynamic theming is one of the biggest highlights of Android 12. The feature, codenamed “monet,” generates a rich color palette based on the colors extracted from your wallpaper and then applies them to theme various parts of the system UI and apps. It appears the wallpaper-based theming system is set to get even more dynamic in Android 13.
According to Android Police (via Mishaal Rahman), Google is working on four new styles for the monet theming system. These new styles are codenamed TONAL_SPOT, VIBRANT, EXPRESSIVE, and SPRITZ. All these styles would still use your wallpaper to generate a color palette.
TONAL_SPOT: The default Material You pallete.
VIBRANT: This one offers more colorful secondary and background colors
EXPRESSIVE: Covers a wider range of colors, including those not present in the background.
SPIRITZ: It has a muted, almost grayscale pallete
Android 12 on Pixel phones already offers four dynamic theme styles which are generated by changing the seed color or main hue. However, these new styles would be different in that they would offer greater customization and colorfulness.
Here are some screenshots that showcase all four styles in action:
TONAL_SPOT
VIBRANT
EXPRESSIVE
SPIRITZ
A separate report from Android Police gives us the first look at Android 13’s runtime permission for notifications. As we previously reported, Android 13 adds a new runtime permission for notifications. This means that notifications could become an opt-in feature on Android 13. Users may be able to choose whether they want to allow an app to send a notification, just like how they are able to control Location and Camera permissions. The following screenshot shared by Android Police showcases how the notification permission dialogue would look like in Android 13. As you can see, the dialogue shows two options: Allow and Don’t.
{
"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"
}
Other noteworthy features and changes in Android 13 include a redesigned audio output picker, a tap-to-transfer feature for media playback, easier QR code scanning, and the ability to define language settings on a per-app basis.
Click to expand...
Click to collapse
I still can't wrap my head around Android 12!
yup but they still got android 12 to fix. (i pretty much have 0 issues besides wifi dropping 6g).
They can also add getting rid of the disgusting pure black quick settings pull-down in light theme and actually make it match material you colors.
Bwyan Benton said:
They can also add getting rid of the disgusting pure black quick settings pull-down in light theme and actually make it match material you colors.
Click to expand...
Click to collapse
As long as they keep the option to have it pure black.
roirraW edor ehT said:
As long as they keep the option to have it pure black.
Click to expand...
Click to collapse
Of course, when you choose dark theme. You know, the way it actually makes sense.
I would love some options, not what they think we like but like hex color codes and font selection, turn off material you theming switch would be nice, i dont like the bad way they miss the colors on the system.
To me Android 12 is a step down in terms of theming, and the only issue i have is android auto and music playing, my wireless headset does not drop audio at all but android auto does it like 5-6 times on a 30 min drive.
I wish they'd let me change my font again.
fil3s said:
I wish they'd let me change my font again.
Click to expand...
Click to collapse
They need to allow greater customization similar to Samsung and their options; such as lock screen clock, fonts, icon styles etc. It makes more sense for it to come from Google than a direct competitor.
Even "material you" is so limited i don't even see it as a proper theme engine.
RetroTech07 said:
They need to allow greater customization similar to Samsung and their options; such as lock screen clock, fonts, icon styles etc. It makes more sense for it to come from Google than a direct competitor.
Even "material you" is so limited i don't even see it as a proper theme engine.
Click to expand...
Click to collapse
While I agree with you about material you being limited, keep in mind it was a massive change to the system and it's only in its first release. It's clearly gonna expand from here. Lock screen clock is already rumored to be coming in android 13 or maybe it was even 12L. And if you want to change fonts and icons etc maybe your better off Samsung? I don't believe Google cares to do that...you can already install a third party launcher and change your icons and with ADB you can change your fonts most likely. You can already do more customization on a pixel than an iPhone...yet Apple seems to get away with it and Google gets crapped on because they don't do as much as Samsung etc.
Bwyan Benton said:
While I agree with you about material you being limited, keep in mind it was a massive change to the system and it's only in its first release. It's clearly gonna expand from here. Lock screen clock is already rumored to be coming in android 13 or maybe it was even 12L. And if you want to change fonts and icons etc maybe your better off Samsung? I don't believe Google cares to do that...you can already install a third party launcher and change your icons and with ADB you can change your fonts most likely. You can already do more customization on a pixel than an iPhone...yet Apple seems to get away with it and Google gets crapped on because they don't do as much as Samsung etc.
Click to expand...
Click to collapse
ya just root your phone and magisk module it lol.
Ok jk but ya root and or apps allow a ton of options to happen.
you just reminded me to turn on bold font for my pixel 6 pro.