Clockr v1.5.1 is now available from the Android Market.
NOW UPDATED TO VERSION 1.5.1!!
{
"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"
}
What is Clockr?
Clockr is a simple home-screen widget that displays the current time in a readable text format.
While it is simple in design, it is packed full of customisation options to make it look just the way you want it to.
Why did I make Clockr?
I have always been a fan of minimalism. I like to have a clean home-screen. Since there was no other widgets available that presented the current time in a way that I wanted it, I decided to make my own widget.
Will it work on my device?
At the moment, Clockr is supported on all current devices running 2.1+. Soon I will have support for earlier versions of Android, but I haven't been able to test this yet. It was designed with a 480x800 screen in mind, but this isn't to say it wont work on other sizes (again, it is something I haven't tested).
Where can I get Clockr?
Clockr is again available as a free download from the Android Market. You can find it by searching for "clockr".
QR code, its click-able if you are on your phone (thanks to Wallla and excedio for helping me out):
I hope you enjoy my widget!
Thanks
- xaffron (One More Clock) for his help with services and his nifty notification trick.
- zappatilias (BattStatt) for the initial inspiration and for the Color picker suggestion!
- ralfoide (24 Clock) learnt a lot by studying his code.
Frequently Asked Questions:
Q: How do I use this widget? Every time I click the icon it just brings up a stupid information screen.
A: Scroll down to the next post, I have provided a simple guide to installing Clockr/Clockr Evolution on your Home screen.
Q: Why does a clock need permission to read phone state?
A: Apparently it doesn't, this has been removed in the latest versions available on the Android Market. If you are being asked for this permission by my app, you are using an older version, please update. - Thanks zappatilias
Q: Some other clocks don't use a service, why does yours?
A: Clockr will only use a service if you enable "Force Update". If you are having problems with the clock going out of sync, you might need to enable "Force Update" as most people suggest this is the best method. In fact I have tested Clockr against other similar clocks using Watchdog real-time profiling and I have found Clockr (With Force Update enable) to be one of the most efficient of all of them in regard to actual CPU usage. I encourage you to test this yourself, you will be surprised at how little this app uses.
Q: Why does it put an item in my notification bar if I select "Force Update"?
A: Since Android 2.0, there have been changes to how services are handled. To keep a service from not being killed by the Android OS, you need to set it to run in the foreground. Since a clock widget needs to be constantly updating itself every new minute that passes, we don't want the OS to kill it off at the wrong time. Now, by setting itself in the foreground, it doesn't mean it's actually working any harder, it just means that when the OS decides to kill off services, it will leave it alone.
In the old days (pre-2.0), it was possible to start a service and flag it as "foreground" and that was it. To do the same thing now, Android requires that a notification is shown to the user at all times. I've hidden it as much as possible (thanks to xaffron for his suggestions), but if you don't like the idea of a notification sitting there, you can switch "Force Update" off.
Q: When will you add this feature...
A: At the moment, I am working on including many features. If you have any suggestions, feel free to post them in this thread but I can only work on so many things at once, I am only human!
Q: Why don't you respond to my complaint in the market.
A: While I do read every comment on the market, if you have a bug/issue, it is best to write about it here or even email me via the email address on the Clockr Market page (which is: [email protected]). Please try to provide as much information as possible, I'm not psychic. If you can include what phone you have, which rom (official/custom) you are using, how did the bug occur, what were you doing, etc... it will help me greatly to find the problem.
Q: Will you be adding support for App2SD
A: No. Please stop asking, you're making yourself look silly. App2SD does not and never will work for widgets.
Change Log:
2010.11.16 - version 1.5.1
- Removed Notification
- Added option to change case (lower, defAUlt, UPPER)
- Added option to change alignment (left | center | right)
- Added force 12hr (for 24hr system clock users that prefer 12hr style Clockr)
- Fixed some landscape view bugs
2010.11.11 - version 1.1
- Total re-design of the Options Menu!
- Added new slide-bar dialog for selecting colors! (Thanks for the tip zappatilias!)
- Font Colors are now 100% custom instead of pre-selected list
- The middle number can now be colored separately
- *Date now has a lot of new options similar to the Time (Clockr Evolution only)
- Uniform version numbers for Clockr and Clockr Evolution
2010.11.08 - version 0.9
- Added "Tap To Open.." feature
- Added Lowercase option if you prefer the middle word in lowercase
- Added Different clock styles to change the middle word to ZERO, OH, or O'
- Added Font customisation options
- Big code clean-up
- Reduced file size by 25%
- Improved performance
- Added Date feature to Clockr Evolution (donate version)
2010.11.05 - version 0.9
- Fixed FC issues
- Added configuration screen (tap on widget to open)
- Service method now updated to work with Android 2.0+ changes (thanks xaffron)
- Added handler to check if phone screen is on/off (borrowed from 24 Clock)
2010.10.28 - version 0.3.6
- Major overhaul
- Recoded 80% of the application
- Now starts a service which is a lot more efficient that previous versions.
- Fixed the "not updating after reboot" issue.
- Added 24 hour clock support.
2010.10.27 - version 0.3.5
- Minor patch to fix some reports of crashing.
2010.10.26 - version 0.3.4
- Clock now updates correctly at the same time as system clock
2010.10.25 - version 0.3.3
- Changes made to some of the words.
2010.10.25 - version 0.3.2
- First public beta release
- Support for devices 2.1+
How to install the Clockr Widget on your homescreen
NOTE: This isn't the only way to add widgets to your Home screen, but it is one way that is easy to explain.
FIRST STEP
You need to start from your Home screen. This is what a basic Home screen looks like:
It has widgets and other things that you can move around.
You need to make sure that you have room for Clockr to be installed (It does take up a whole row of space).
SECOND STEP
Press the "Menu" button on your phone so that this pops up:
Now you need to select the "Add" option (the one I have highlighted).
THIRD STEP
Now this dialog box will pop up:
Select the option to add "Widgets" (highlighted in the image).
FOURTH STEP
Now a list of available widgets will appear:
Select the Clockr widget that you wish to install.
FIFTH STEP
If you followed these simple steps, Clockr will now be added to your Home screen:
If you tap on the widget, you can then change any of the custom options to make it look how you want it to look.
Hope this has helped you, if you are still having trouble, let me know!
Reserved for screenshots!
Stripes by Hollywooder:
Smile by Hollywooder:
Clockr Mods
Taking requests, until he gets the color pickers worked out =P
ALL MODS POSTED ON MY BLOG, DOWNLOAD THEM THERE
Link in first post, and in located to the right of my signature.
hollywooder said:
Took you long enough. I was very well tempted to steal that post from you, lol.
Click to expand...
Click to collapse
Yeah, it has a limit on how often you can post. Need to wait 30 seconds between each post.
hollywooder said:
God, I've been waiting for this for a while. I think a few mods are in order...let's
see, black text, most obviously...who knows what else I'll come up with =D
Click to expand...
Click to collapse
Future version releases will have basic options to change text color, size, background and other necessary things. I just wanted to get this released so people can stop asking me about it. ^_^
Can't wait to see what you can make out of it!
Added some mods. Uploaded to here, and on my blog's downloads section
Zehro and Hollywooder thanks for all your efforts!!
looks like an awesome app, just now added to my screen its much better than tjam in my opinion!
Looks cool, I'll try it out later.
Oh, how about localised versions? One thing that always bugged me about Tajm is that it is only English and am/pm, I'd very much love a widget like that that reads e.g. "ZwölfSiebenundZwanzig"
Cucoo said:
Looks cool, I'll try it out later.
Oh, how about localised versions? One thing that always bugged me about Tajm is that it is only English and am/pm, I'd very much love a widget like that that reads e.g. "ZwölfSiebenundZwanzig"
Click to expand...
Click to collapse
I hope to be able to add this soon.
I'm still very new to Android Development, just learning my way around. At the moment, I am working to provide a configuration screen that allows you to change font size, font color and also add a background image (similar launcherpro dock). After this, I think localisation will be my next goal.
Man, I was totally lurk-stocking the Nexus boards waitin for this. Great work man, thank you!
Freakin' awesome! I use it on my EVO and it looks nasty! I love it!
You know what would go good w/ this? "Dater" "tuesdayNOVEMBERtwenty-fifth"
..just sayin..
typeadam said:
Freakin' awesome! I use it on my EVO and it looks nasty! I love it!
You know what would go good w/ this? "Dater" "tuesdayNOVEMBERtwenty-fifth"
..just sayin..
Click to expand...
Click to collapse
I totally agree with DateR being the next one, fyi mine doesnt update the time correctly everytime.
bleebdat said:
I totally agree with DateR being the next one, fyi mine doesnt update the time correctly everytime.
Click to expand...
Click to collapse
+1 on the date thingy lol. and mine doesn't update immediately as well.
+1 on the date too... if you manage to get like a collection of time/date/percentage etc. it'll be perfect.
hollywooder said:
Black Mod attached below:
White w/ Black Shadow, attached below:
Black w/ White Shadow, attached below:
Taking requests, until he gets the color pickers worked out =P
Click to expand...
Click to collapse
it would be cool if it were possible to install all three mods as separate widgets rather than having to replace one after the other when trying to switch between mods
Thanks for the comments everyone! I'm glad people are liking it, hopefully you will like it even more once I improve it!
The reason it updates a bit slowly is because I didn't want it to be a big drain on battery life. I can always change it so it updates more frequently, but for my first android app release, I didn't want people screaming at me because my app is killing their device. =P
Tonight I have been trying to workout how to get this configuration page to work properly. As soon as that clicks in place, you'll be able to switch font colors and all the other things easily.
I do plan to make other widgets in a similar style (I like the idea of dater, but the name... sounds a bit like a dating service! LOL). Right now, I'm just trying to focus on getting this configuration screen working and then it will be easy for me to apply my application to other ideas.
For now, I gotta sleep. Its after 2am here and I have to work tomorrow! >.<
zehro said:
Thanks for the comments everyone! I'm glad people are liking it, hopefully you will like it even more once I improve it!
The reason it updates a bit slowly is because I didn't want it to be a big drain on battery life. I can always change it so it updates more frequently, but for my first android app release, I didn't want people screaming at me because my app is killing their device. =P
Tonight I have been trying to workout how to get this configuration page to work properly. As soon as that clicks in place, you'll be able to switch font colors and all the other things easily.
I do plan to make other widgets in a similar style (I like the idea of dater, but the name... sounds a bit like a dating service! LOL). Right now, I'm just trying to focus on getting this configuration screen working and then it will be easy for me to apply my application to other ideas.
For now, I gotta sleep. Its after 2am here and I have to work tomorrow! >.<
Click to expand...
Click to collapse
but would it drain the battery too fast if it updates every minute? been using tajm and batt stat for awhile and didn't notice any drain though. but anyway, thanks a lot for releasing this.
p/s: hey isn't it 3am in Melbourne now?
zehro said:
Thanks for the comments everyone! I'm glad people are liking it, hopefully you will like it even more once I improve it!
The reason it updates a bit slowly is because I didn't want it to be a big drain on battery life. I can always change it so it updates more frequently, but for my first android app release, I didn't want people screaming at me because my app is killing their device. =P
Tonight I have been trying to workout how to get this configuration page to work properly. As soon as that clicks in place, you'll be able to switch font colors and all the other things easily.
I do plan to make other widgets in a similar style (I like the idea of dater, but the name... sounds a bit like a dating service! LOL). Right now, I'm just trying to focus on getting this configuration screen working and then it will be easy for me to apply my application to other ideas.
For now, I gotta sleep. Its after 2am here and I have to work tomorrow! >.<
Click to expand...
Click to collapse
Excellent program right out of the box right now! Makes my screen look pretty sexy.. Looking forward to updates and future widgets!
Hi there. I can see, what you have made awesome thing. And i came with one question, can you make multilingual? Or you can post some files, where words of hours are saved, so i can manually translate them to my language. Lithuania.
Sweet job!
Great clock, this one is the one i've been looking for!!!
Just waiting for the tans background so i can have White on black background!
Related
So, this is my first attempt at programming for android. Well, my first attempt at java as well. Regardless, I am pleased with the outcome and though I would share. As a father of four, I always like keeping a photo of my kids handy. The gallery is nice, but not for a quick, "Have you seen my daughter recently" situation. So I went to the market... Surprisingly I didn't find much. At least not much that did what I wanted. So, here is what I wanted and what I currently have.
Application Website is http://deanstudios.net/dev/frameme
Features:
1x1, 1x2, 2x1, 2x2 Widgets
full screen image when clicked
multiple widgets supported
selectable picture frames
Crop image when selecting
Full widget preview on your background
Click on one widget - Fling to the others
Click on widget and fling through images in user selected directory
timed rotation of widget image in directory mode
Reconfigure existing widgets
Atrix external SDCard support
Frameless image
Screenshots:
{
"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"
}
Current Frames:
Issues:
Test it out and let me know if you find something else.
ToDo's:
Add additional frames
Add better support for hdpi devices. Need something to test with though.
As you can see it is pretty simple and straight forward. For me, it also does the job well. I have other ideas for it, feature wise as well as new frames. I am hoping to have time to implement them. However, I do have four kids so we will see. If there is interest, I might throw it into the market as well. For now, you can download it at the links below.
If you enjoy this app and want to support me it is available in the market for $0.99. It will always be available here free so don't worry. The QR Code below will take you directly to the market page. If you have bought it and enjoy it please consider rating it.
I would love to hear what you think and what device you are using it on if you have something other than a Hero. As it is, it was designed to support mdpi and android 2.1. Enjoy!
Updates:
FrameMe 1.3.5 - Several other memory related issues have been corrected. There is also the addition of a "No Frame" option when choosing your frame. An about screen was also added and available from the app drawer as well as the full screen image menu. Support for the Atrix's external sd card was also included.
FrameMe 1.3.3 - Added additional work-around's for the "out-of-memory" issues. Should most of the FCs due to bitmap creation and use. Hopefully you notice a difference.
FrameMe 1.3.1 - I am sorry 1.3.1 took so long to get here. There are some serious bugs in the Droid X gallery that I found in the last release. It took me a while to find a solution that didn't break all the other phones out there. Now 1.3.1 works on Droid X as well. (at least with my testers). I also added three new frames including one to go along with HTC Sense or similar design. Hope you enjoy.
FrameMe 1.3.0 - Okay, so a lot of you have been asking for a 2x2 widget and cycling of the image in the widget. Well, 1.3.0 brings all that and a little more. Not only was a 2x2 widget added, but a 1x2 and 2x1 as well. For those widgets using the directory option you can also have the displayed image cycle through images in the directory at a user set interval. Under the hood there has been several performance optimizations and that pesky Galaxy S bug is now dead as well. It should work on all the phones in the series. Also, landscape images are shows in landscape mode so you don't loose half the image. For now, that is about it. Again, I am sorry you have to redo all your widgets but it was necessary to support different widget sizes.
FrameMe 1.2.0 - Version 1.2.0 has had quite a bit of code rewritten. For starters the configuration screen now shows a full widget preview on your own wallpaper. The frame selection is now graphical and pressing menu when a widget is clicked provides an option to reconfigure that widget. There have also been some minor bugs squashed in the directory mode functionality.NOTES: Database has changed, please remove widgets before upgrading.
FrameMe 1.1.2 - Addition of several new frames. Directory mode was tweaked to allow the thumbnail image to be used as the first image when clicked.NOTES: For Directory enabled widgets, the thumbnail image will be in the rotation twice if it was selected from an image within the target directory.
FrameMe 1.1.1 - Corrected the memory issues in the directory option. It now can support unlimited images in a directory.NOTES: Images are loaded and scaled in real time. To improve fling speed size your images appropriate for your phone. It will work regardless though.
FrameMe 1.1.0 - Added the ever requested directory option. Now you can bind a widget to a directory on your sdcard and when clicked it will fling between the images in that directory. Thumbnail image is not required to be in that directory and still shows in the fling list for other non-directory widgets. NOTES: This modifies the database so you will need to re-add you current widgets. Also, it is easy to run out of memory when pointing to a directory with lots of images. It does resize though to help with this.
FrameMe 1.0.1 - Added the Rustic Edge frame & code cleanup.
FrameMe 1.0.0 - Corrected a few bugs with canceling out of the config screen without selecting an image. Removed the fling action if only one widget (image) is available. Code cleanup.
KidFrame 1.3 - Added a few more frames. Also made it so if you click on an widget to get a full size image you can now fling (swipe) and it will cycle through all widget images without having to close and click again. First image delays a little while it is processing and I am not completely sold on it yet. Also added my icon in the correct place for hdpi devices.
KidFrame 1.2 - Created resized thumbnails for display on the widget. This should help with memory resources and allow the number of widgets to be almost unlimited. Also added a third frame (was just playing with frames).
1.1 - Link above has been updated with the newest version: Code has been rewritten to us a database back-end. Configurations now are kept after a reboot. The selected image is now user cropped and resized so it should not limit the number of widgets you can add. Hopefully there will be more to come.
Great app. Thanks. I had an idea to fill a 4x4 screen with images of my family for easy viewing but using ADW the 6th+ widget fail to load. So I will go with 4-5. Cant wait to see what other frames you have in mind.
okcnyyfan said:
using ADW the 6th+ widget fail to load.
Click to expand...
Click to collapse
Looks like this may be a memory issue. If you resize your images manually to around 600 on the longest side you should be able to use as many as you want. I played around and had issues with camera images (5mp) not loading but smaller (640x480) images would just fine.
I will look into actually resizing the images for the thumbnails. This should help. Thanks for the feed back. I am glad you like it.
I'm glad I stumbled across this! Thanks much!
Sent from my PC36100 using XDA App
PhilD41 said:
Looks like this may be a memory issue. If you resize your images manually to around 600 on the longest side you should be able to use as many as you want. I played around and had issues with camera images (5mp) not loading but smaller (640x480) images would just fine.
I will look into actually resizing the images for the thumbnails. This should help. Thanks for the feed back. I am glad you like it.
Click to expand...
Click to collapse
I went down to one widget and noticed it wouldnt reload after reboot. I will try a smaller image and see how it works.
okcnyyfan said:
I went down to one widget and noticed it wouldnt reload after reboot. I will try a smaller image and see how it works.
Click to expand...
Click to collapse
Same here, not showing up after reboot.
Sent from my PC36100 using XDA App
Yeah, I am working on the reboot thing. It is driving me a little nuts. I will update the original post once I have it figured out. Thanks for giving it a try.
I don't personally have a use for this sort of thing, but thought I would congratulate you on your foray into the Java/Droid world - keep up the good works, and enjoy raising them kiddos!
oneirosFade said:
I don't personally have a use for this sort of thing, but thought I would congratulate you on your foray into the Java/Droid world - keep up the good works, and enjoy raising them kiddos!
Click to expand...
Click to collapse
Thanks! It has been a hair pulling ride. I should start my 4 year old in java. That way it could be a family activity.
Nice! My mom will love this app. I will wait to tell her about it though until it resizes the pics to thumbnails. She'll want to dedicate multiple, full, screens to her niece and currently it looks like that's not possible without getting errors.
Jedis said:
Nice! My mom will love this app. I will wait to tell her about it though until it resizes the pics to thumbnails. She'll want to dedicate multiple, full, screens to her niece and currently it looks like that's not possible without getting errors.
Click to expand...
Click to collapse
The current file uses resized thumbnails. It was an internal change and I got it wrapped up last night. You should be good to go! Glad you like it!!
Man those kids are so cute with them fat cheecks
Sent from my HERO200 using XDA App
Just installed 1.2. I will let you know how it goes.
edit: It's working great. I have 7 loaded on one of my screens and no blanking out or losing images on reboot. Thanks. I love this app.
Any way you can make the crop box be the same dimensions as the screen so we can tell what will show up. with the current setup you have to center the image so it show when you open it.
okcnyyfan said:
Any way you can make the crop box be the same dimensions as the screen so we can tell what will show up. with the current setup you have to center the image so it show when you open it.
Click to expand...
Click to collapse
I can, and I had actually tested it that way. The problem is that if you select an image based on the portrait view it never works correctly in landscape. With the 1:1 square, if you center what you want to focus on it works in both modes.
I realize that many people never use a landscape home (many devices don't support it) but many of us do. If enough people make the request, I can change it though.... or if you device doesn't support a landscape home screen then maybe I could make you a custom build... It might be a few days though.
Thank you, great job, working great on the evo.
Sent from my phone.
PhilD41 said:
I can, and I had actually tested it that way. The problem is that if you select an image based on the portrait view it never works correctly in landscape. With the 1:1 square, if you center what you want to focus on it works in both modes.
I realize that many people never use a landscape home (many devices don't support it) but many of us do. If enough people make the request, I can change it though.... or if you device doesn't support a landscape home screen then maybe I could make you a custom build... It might be a few days though.
Click to expand...
Click to collapse
Good point. Personally I usually show off my images when in the portrait mode.
maxomus said:
Thank you, great job, working great on the evo.
Click to expand...
Click to collapse
That is great to hear! I was hoping it would work okay on the hdpi devices. I have limited ability to test outside of my own Hero. I am glad it looks okay. If you have the ability, I would love to see a screen shot from the EVO.
I am glad it is being enjoyed!
Hey, on you EVO does it have a custom icon or the little green android stock thing? I think I need to make an hdpi icon...
It is the stock icon, Here are some screens from the evo:
The only thing I noticed & im not sure if it is because of the evo's screen size or not, but some of the pic gets cut off, well not the full size pic you know, I have to stretch & center it when cropping...
Sent from my phone.
maxomus said:
It is the stock icon, I will up some screens shortly.
Click to expand...
Click to collapse
Hummm bummer, I will get an update up that has the correct hdpi icon. I also have a few new frames.
Any requests for frames? Can't promise I can make them, but I can try.
sent from my mobile brain (hero)
Brand new app developer here. This is my first app. The app is free (though at some point I'd like to have an ad-supported / pro version).
LATEST UPDATE:
Ver. 2.2.0
----------
- LONG OVERDUE UPDATE!
- ADDED MANUAL ENTRY IN THE TIMESTAMPS PAGE!!! Just click the plus button in the top right corner of the project's timestamp page.
- Fixed issue with editing the check out times of timestamps!
- Fixed crash for new users who have no projects and attempt to access the the metrics pages. You must add projects to access those pages.
App can be found in the Google play market:
https://play.google.com/store/apps/details?id=com.simpletimesheet
I would appreciate ANY feedback!
Thanks,
Justin
Ive been through a lot (at least all the free ones) of time sheet/ time tracking apps, and none of them really have everything I'm looking for... but it looks like this one covers just about everything I need. I'll keep you posted on my opinion of it as I use it, thanks again
-pat
p27182 said:
Ive been through a lot (at least all the free ones) of time sheet/ time tracking apps, and none of them really have everything I'm looking for... but it looks like this one covers just about everything I need. I'll keep you posted on my opinion of it as I use it, thanks again
-pat
Click to expand...
Click to collapse
Thanks for the reply!
What did you like specifically about this app? Let me know if there are any features you'd like to see, or if there are any interface issues that are bothering you!
Hi Justin,
I haven't been able to put your app through real-world use so I hope my following feedback helps in some regard.
I'm thinking of getting rid of the check in/delete buttons in favor of a click/click&hold context menu on each project row (where clicking anywhere in the row would check in or check out, and click&hold would have options like rename, delete, other). I want to keep the app simple and streamlined. Your thoughts?
Click to expand...
Click to collapse
I think another option instead of the tap&hold is to implement the triangle on the right as in the Google Music app, that way it is visually intuitive.
Having a tap to check-in might be "difficult" for users to figure out. Maybe use a checkbox and highlight the row when they have checked in?
The date at the top is in a textview which is a bit deceptive since it cannot be edited, BUT good idea to auto fill that field.
The large ADD PROJECT button is good and makes sense.
I like that every option is on one screen and one can create a project in just a couple taps (excluding key presses).
I think the View Project Reports should be moved from the overflow menu and placed in the ActionBar.
Since the Weekly Project Reports screen is a separate activity there should be an up affordance in the top-left (App icon with a left-pointing arrow) to return to the main activity.
The first time you open the Weekly Project Reports the date textfield does not auto-populate with the current date; that also should be changed to a button of some kind.
This may be stretching it, but instead of the date picker dialog box you could use a month style picker, like the one in Business Calendar. I know Google implemented a numberpad in their updated Clock app for their time picker in Android 4.2. Did they do something similar with dates?
I think the state of the Decimal Format checkbox should be saved when the user leaves the Weekly Project Reports screen and restored when they view it at a later time.
Really cool idea on the landscape layout for the main activity!
The Generate Email Report should be put into the ActionBar as the Share icon, but I'm sure you're already working on that.
I don't think the Really Exit? dialog is necessary. It may scare the user in thinking that they forgot to click a save button.
AndroidDevelopers on YouTube are a group of Google developers and designers that take a technical in-depth look at Android apps nominated by their viewers and developers themselves. I'd recommend watching their series as they give some helpful tips on implementing certain things in your code, correct design patterns, and their Android Design in Action show, where they show Holo redesign mockups of Android apps, is pretty awesome. You can even nominate your app to be reviewed.
I think another option instead of the tap&hold is to implement the triangle on the right as in the Google Music app, that way it is visually intuitive.
Having a tap to check-in might be "difficult" for users to figure out. Maybe use a checkbox and highlight the row when they have checked in?
I'll look into the triangle menu.
The date at the top is in a textview which is a bit deceptive since it cannot be edited, BUT good idea to auto fill that field.
I was trying to maintain some symmetry in the GUI. If I can find something that looks better, I'll change it. A textview doesn't look right with the Project name editor underneath
The large ADD PROJECT button is good and makes sense.
I like that every option is on one screen and one can create a project in just a couple taps (excluding key presses).
I think the View Project Reports should be moved from the overflow menu and placed in the ActionBar.
GOOD CALL! I'm not familiar with using that, but it looks like the proper way to go.
Since the Weekly Project Reports screen is a separate activity there should be an up affordance in the top-left (App icon with a left-pointing arrow) to return to the main activity.
I'll look into it, but I've never used that feature in any app before. I always use the back button.
The first time you open the Weekly Project Reports the date textfield does not auto-populate with the current date; that also should be changed to a button of some kind.
I purposely leave that blank at start-up so that the "Click to select a Date" hint shows up. If you are suggesting to have a "Select Date" button next to a date textview, that is possible, but I thought the date box was intuitive enough. I'll consider it tho.
This may be stretching it, but instead of the date picker dialog box you could use a month style picker... I know Google implemented a numberpad in their updated Clock app for their time picker in Android 4.2. Did they do something similar with dates?
I think the state of the Decimal Format checkbox should be saved when the user leaves the Weekly Project Reports screen and restored when they view it at a later time.
I need to write/open a config file (or save to the database). It's coming in a future release
Really cool idea on the landscape layout for the main activity!
The Generate Email Report should be put into the ActionBar as the Share icon, but I'm sure you're already working on that.
Have not been working on that, but it's a good idea.
I don't think the Really Exit? dialog is necessary. It may scare the user in thinking that they forgot to click a save button.
I implemented that before I had a SQLite database. It will be removed.
Thanks for the great feedback!
Someone found a bug. Apparently if you click checkIn on a new project, or click the delete button for a project, and then double click "yes" on the pop-up window, the program crashes. I'll have to look into this tonight.
jbd1986 said:
Someone found a bug. Apparently if you click checkIn on a new project, or click the delete button for a project, and then double click "yes" on the pop-up window, the program crashes. I'll have to look into this tonight.
Click to expand...
Click to collapse
That was me right after I posted my feedback.
gollyzila said:
That was me right after I posted my feedback.
Click to expand...
Click to collapse
I thought that might be the case. I kind of want to leave work early so I can fix that bug lol... but alas, android development doesn't pay my bills
I've fixed this issue, and I've also prevented users from being able to double-click "Check In" or "X", which would result in 2 separate dialog windows (in the delete case, the second dialog fails on a 2nd yes click since the project no longer exists).
I'll probably be releasing a new version this afternoon. I'd like to see if I can get some additional features in first.
New version released
New version uploaded to the Google Play Market.
Version 1.0.2
-------------
- Fixed bugs involving double-clicking of the CheckIn and Delete buttons.
- Made Sorting Buttons persistent.
- Made Decimal Format button setting persistent.
- Clicking of the "Decimal Format" has significantly better performance now.
- Improved stability when changing the screen orientation from portrait to landscape, or vice-versa. Window Manager was not always returning the current screen orientation (it occasionally returns NULL).
I'm trying to apply gradients to some linearLayout backgrounds. There are 3 texviews in the linearLayout. For some reason if I assign different weights to the 3 textviews, the gradient background dissappears from roughly half of the largest textview (usually occurs as soon as I scroll the view, but it will happen automatically after a second or two).
Anyone have any ideas?
EDIT: I figured out the problem. I was using a single instance of the GradientDrawable class for all 3 views... and you have to create a unique gradient for each view, otherwise the exact same shape/size gradient will get applied to those views' backgrounds (this would only work if each view to have the gradient applied was the exact same size).
First Major visual update for TimeSheet (Lite) released!!!
Version 1.1.0
-------------
- Drastically updated the main project screen (Click anywhere on a Project row to check in, and Click&Hold on a Project Row to access that project's menu for name editing and project deletion... more options will be coming in a future release).
- I now use relative layouts to make sure that buttons and project rows utilize the whole screen. Please email me if you are having issues with screen layout on your device.
- More updates soon (such as editing timestamps).
Do you guys like the new interface? Any suggestions?
New Version Released:
Ver. 1.1.2
----------
- BUG FIX (Midnight related. I calculated the time in milliseconds of the beginning and end of the previous day instead of the intended day).
- Implemented the Android action bar (Clickable icons in top-right corner of the app). All menu items will appear in the top-right corner of the screen (such as bringing up the weekly reports screen, or generating an email report).
- Greatly improved the performance of the weekly reports. Reports and email attachments generate MUCH faster now.
- Rearranged Add Project button in portrait mode.
- Active project text is now BOLD.
Another decent sized release:
Ver. 1.1.3
----------
- BUG FIX (Calculation of midnight was still incorrect... UTC instead of the phone's timezone offset)
- Implemented Time Stamp viewer. To view timestamps, click & hold on the project you'd like to view. There is now a new option to "View TimeStamps". In this new screen, Click & hold on any timestamp to bring up a new menu with the option to delete the stamp.
- Next release should contain the ability to EDIT timestamps from the click & hold menu.
Ver. 1.2.0
----------
- Implemented Time Stamp editor. Now you can Click&Hold on a timestamp to delete it, or edit the check-in or check-out times. Ability to add a brand new timestamp from scratch will be coming in a future release.
- BUG FIXES (More Beginning/End of Day fixes related to Time Zones. The main screen is now properly updated automatically when a change of date occurs)
{
"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"
}
Here is my current working design. Do you guys like it? Any suggestions for the color scheme?
jbd1986 said:
Here is my current working design. Do you guys like it? Any suggestions for the color scheme?
Click to expand...
Click to collapse
It's kind of funky looking with the contrasting black rows and gray background. The background of the sort row should also be changed to match the rest of the app theme. I like the green gradient; it doesn't look too iOSy, though you may want to do something more Holo-ish like a green outline or glow. I'd recommend checking out other Holo themed apps and see their themes. I think the ADD PROJECT button should be moved to the ActionBar or, if you want to implement something a little different, a TextField row as described in this ADiA video.
This site looks pretty cool. It has a bunch of custom user-submitted views: http://www.androidviews.net
gollyzila said:
It's kind of funky looking with the contrasting black rows and gray background. The background of the sort row should also be changed to match the rest of the app theme. I like the green gradient; it doesn't look too iOSy, though you may want to do something more Holo-ish like a green outline or glow. I'd recommend checking out other Holo themed apps and see their themes. I think the ADD PROJECT button should be moved to the ActionBar or, if you want to implement something a little different, a TextField row as described in this ADiA video.
This site looks pretty cool. It has a bunch of custom user-submitted views: http://www.androidviews.net
Click to expand...
Click to collapse
I do plan to change the color of the bottom row (with the sort buttons), but I'm not sure in what way yet. My primary concern is keeping a nice consistency with the landscape mode. There is considerably more whitespace in the left panel of landscape mode. I'll repost the screen after I make some more changes.
Nice app thank you, it would be nice if we could completely customize the colors...
ganseki70 said:
Nice app thank you, it would be nice if we could completely customize the colors...
Click to expand...
Click to collapse
I may implement something like that in a future release.
{
"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 Steam mobile app is definitely due an update, the last update was released in March 2012, but I don't see that changing for a long time.
The current interface for the Steam app is terrible, low quality images all over the show, it's a direct port from the iOS app, and that most certainly
does not follow the Android design guidelines. If Valve won't fix and update the app, who will?
I will.
This App is a modification to the official app from Valve on the Play Store. This mod completely changes the user interface from the ugly interface
that is currently in use, to a more pleasing interface known as "Holo". The visuals of this app follow the Android design guidelines as closely as it
possibly can without having to recode the entire app.
As well as this app being a visual update, the app also comes with speed increases, stability and general smoothness all the way throughout the app.
The standard app uses images for the text input box, send button and many more features of the app; using images for assets such as this contribute
to slowing down the speed of the app due to there being more files to read from. I have removed the need for many images in this app by moving the assets
from using images to using official Android code (Assets such as chat text input and the send button).
Every single visual asset of this app has been changed and rebuilt using the Android guidelines. The action bar is no longer an ugly bar with diagonal pin stripes
with a gradient overlay, it's now a single colour Android action bar. The chat bubbles are no longer obnoxious low quality bubbles, they're now high quality boxes
similar to that of the boxes used for Hangouts. All these visual changes and more in the app.
On the official app, scrolling through web pages (such as people's profiles) was painful, scrolling would take forever with a huge noticeable lag on every scroll,
making tasks such as viewing your games list unbearable.
To install this app, you must first of all uninstall the official app from the Play Store if you currently have that on your device.
Once the app is uninstalled, you can then install this version.
Mentions:
http://www.vgu.tv/2014/01/16/modder-creates-holo-steam-app-android/
http://www.steamfirst.com/steam-android-holo-style-app-looks-beautiful-download-it-now/
This app is completely free, you are free to use it for as long as you like without payment towards me, however if you wish to donate to me to help me
further my work in learning how to develop applications from scratch, this is how.
Donations are through PayPal, send how much you want to, every bit helps, the email to send the donation to is [email protected]
You do not have to donate, it is simply an option if you want to support me, please do not feel pressured into giving your hard earned cash to me for a small app like this.
Current Donor list:
This is a shout out to those who have donated. It helps me a lot, it brings a smile to my face, to know that people appreciate the work which I do, that they enjoy or like using
the app. It makes me feel good. Thanks to those who have donated or will donate, thank you.
Donors:
Cole (Member iCole from Facepunch)
dsidewd (In the form of a £2.50 album on bandcamp)(Member dsidewd from Facepunch)
In the attachment is the download for this app.
31-12-13
First release, pretty much everything changed from the default application
01-01-14
Gradient added in navigation area (Similar to that in settings app)
Official Android design used for button used for "Send" and "Clear Chat History" (Includes disabled, enabled and pressed animation)
Official Android design used for text input used for "Tap to chat" (Includes disabled and enabled animations)
Holo icons added to navigation area (Bug: icons are huge)
02-01-14
Holo icons in navigation area have been redone, their size is also correct this time
03-01-14
Menu button on navigation bar removed
Back end changed to the latest Android API
Increased speed and stability (Refresh times have been decreased by a huge amount, navigation is faster, boot time is faster and the app doesn't have to reconnect as much)
Send button changed to official android button code
Text input in chat changed to official android text input code
All pop up windows changed to KitKat design
Application can have added backwards compatibility to OS versions before 2.2(Froyo) if requested
Unread messages text on friends list is now white
Navigation gradient is no longer a gradient. Now is #191919 to mimic the future slide out navigation which will be implemented
"Tap to chat" changed to "Send a message" (Like Hangouts)
04-01-14
Padding beneath text input on chat removed
Text next to friend names are now the same as the colour of the profile picture containers
Text in chat boxes is now centred
30-01-14
Speed increases and stability
Here's a video demo.
Amazing work! Scrolling is now also waaay smoother than on vanilla.
Really impressive
Sent from my Nexus 5 using Tapatalk
Looks great! Really needed this, I couldn't take much more of the default app's appearance.
If only Valve would do something about it sooner
Would it be possible to drag the side panel menu in from the side, and hide it away with another swipe? Similar to the new Play Store style?
Other than that amazing job!
jaimbo said:
Would it be possible to drag the side panel menu in from the side, and hide it away with another swipe? Similar to the new Play Store style?
Other than that amazing job!
Click to expand...
Click to collapse
In the current state the app is in, I cannot. However, I am working on a separate app which will replace this, that app will be full holo and be on the Play Store.
How exactly do you modify an app like this? Is there a general overview/tutorial somewhere?
God I would love this done to the Rdio app.
mitchsamuels said:
How exactly do you modify an app like this? Is there a general overview/tutorial somewhere?
God I would love this done to the Rdio app.
Click to expand...
Click to collapse
There are various programmes which will decompile an app, once you've decompiled the app, you will be left with the apps source code.
Once you've got the source code, you can start modifying images, XML files and Java files. Once you've done, you can recompile it, usually using the same programme as the one you used to decompile, although the signature will be different
conRAWR said:
In the current state the app is in, I cannot. However, I am working on a separate app which will replace this, that app will be full holo and be on the Play Store.
Click to expand...
Click to collapse
Please, please, pleeeease make it look like this!
And nice work!
great looking mod! conRAWR, can you share the wallpaper used in the last screenshot please? it looks awesome.
cannot install, it says package with same name, but signature in conflict is already installed.. :/
kentobi said:
cannot install, it says package with same name, but signature in conflict is already installed.. :/
Click to expand...
Click to collapse
Uninstall the old one first
1/4 Life said:
Uninstall the old one first
Click to expand...
Click to collapse
thanks that did it, thought it was supposed to be an update
Kaemo said:
Please, please, pleeeease make it look like this!
And nice work!
Click to expand...
Click to collapse
That looks so awesome. Honestly if it looked like that I would pay for it.
Oh my god oh my god oh my god THANK YOU! I have been waiting for such an update for aaaages. I've posted the link for a few of my Steam friends and they're testing it out - here's what we discovered.
I found a first bug and a thing or two which can be reverted:
- If you have pending messages, touching the number near the name doesn't open the chat. I need to touch the name, then touch chat.
- The message boxes used to be gray and blue, now everything is white. If you can add alternating colors, it'd be great!
Suggestions for expanding features (which may be impossible since decompiling doesn't give the original source, but asking can't hurt!)
- Do you think you can fix the notification system? Steam somehow doesn't push them like WhatsApp does.
- Steam group chats is something the app has lacked for forever!
- Ability to clear history of certain chats while leaving others untouched?
RainbowSwag said:
Oh my god oh my god oh my god THANK YOU! I have been waiting for such an update for aaaages. I've posted the link for a few of my Steam friends and they're testing it out - here's what we discovered.
I found a first bug and a thing or two which can be reverted:
- If you have pending messages, touching the number near the name doesn't open the chat. I need to touch the name, then touch chat.
- The message boxes used to be gray and blue, now everything is white. If you can add alternating colors, it'd be great!
Suggestions for expanding features (which may be impossible since decompiling doesn't give the original source, but asking can't hurt!)
- Do you think you can fix the notification system? Steam somehow doesn't push them like WhatsApp does.
- Steam group chats is something the app has lacked for forever!
- Ability to clear history of certain chats while leaving others untouched?
Click to expand...
Click to collapse
The bug with tapping the chat button not working is a long standing bug in the normal Steam app and is completely random whether it happens or not, I will continue to look into a fix for this.
Alternating colours were a thought while developing, however in the end it was decided to use completely white. The white is much more appealing than alternating colours, it also attempts to mimic the Hangouts chat boxes.
I assume you mean to have the notifications to include what the message is?
It would be incredibly hard to add this, but I may attempt this in the future.
This you already can, just enter a chat with a certain button, press on the overflow menu and press the button that drops down.
Is it possible for you to release the source code or is Steam's license prohibiting that? Just asking since my Steam account is too valuable to be put at risk. Now, I am not saying that OP is out here to steal peoples login info, but there's always a risk involved when you are logging in through a 3rd party app.
If only Valve would man up and update the damn app. It's been what, over 1½ years since they updated it, yes, it looks horrible, it's slow and barely usable.
conRAWR said:
The bug with tapping the chat button not working is a long standing bug in the normal Steam app and is completely random whether it happens or not, I will continue to look into a fix for this.
Alternating colours were a thought while developing, however in the end it was decided to use completely white. The white is much more appealing than alternating colours, it also attempts to mimic the Hangouts chat boxes.
I assume you mean to have the notifications to include what the message is?
It would be incredibly hard to add this, but I may attempt this in the future.
This you already can, just enter a chat with a certain button, press on the overflow menu and press the button that drops down.
Click to expand...
Click to collapse
The chat button not working problem just appeared for me for two people I usually speak with, didn't happen before, but I think that's a coincidence then.
If you could include the option for alternating colors, it'd be great. Google design choices aren't always perfect either and I like to see who's who at a glance.
With the notification, I mean that the notifications often don't get pushed but feel like they get fetched, since they often don't notify while the screen is off and when the screen is on it suddenly notifies again, having like a 20 minute delay. Though I think it's just Steam not using the Google Push Notifications, and this might be impossible for you to fix.
Attempting sounds great! Sadly I think you'd need cooperation from Steam somehow, I don't suppose there's a clear API and messing around in decompiled code isn't exactly very structured .
The clear history option was requested by a friend, they wanted to batch-remove some histories, though I can't really see the point of it. Might be that they have a lot of messages from lots of people.
{
"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"
}
Hi guys ~
NEW VERSION RELEASED!
We pormise to release GEAK Launcher every week, but now on Google+, find us here http://goo.gl/y30Rkv
Let's experience new, develop new together !
Install instructions:
- For the people who want the stable relesase, you could go to GOOGLE PLAY.
- For people who what to try new feature and be close with us developers, you could install the PREVIEW version by clicking the link below.
If you have already install APK in our official forum or XDA, you could just update on the settings of GeakOS.
just open the “Settings - Check for updates”to get the latest test version
ATTENTION:
And I want to emphasize that the version I release here is always newer than Google play. So you could get and experience new feature ahead of time on xda.
Hope you like it.
PREVIEW version download link:
http://get.geakmobi.com/redirect/get_geakos_preview/
GOOGLE version download link :
https://play.google.com/store/apps/details?id=com.geak.mobileos
GO, GO, GO !
GO to INSTALL or UPDATE your GEAK OS !
*************************************************************************
Follow US:
Official forum: http://forum.geakmobi.com/
Facebook: https://www.facebook.com/likegeakos
Google Play: http://goo.gl/16fvq8
Help to translate the GEAK OS to your language:http://get.geakmobi.com/redirect/get_language_pack/
Geak os emoji
We GEAK OS team release EMOJI APP on Google play.
This is a powerful IOS Emoji, now you could use it on your Android device.
It brings you more than 800 emoji to select when chatting.
Let your chatting more Colorful, Emotional and Expressive.
No more words needed, let Emoji tell.
If you got this Emoji, any word seems redundant in front of it.
Let IOS EMOJI dance on Android.
Google play download link: https://play.google.com/store/apps/details?id=com.geak.message.plugin.emoji
HISTORY new updates HERE
History new features updated [from 1.0.14304 to 1.0.14310] as follows: --------------Nov. 6th, 2014
***Highlight:
Support for region/language selection.
Add contacts avatar.
*Launcher:
- [fix] Solve the crash problem when pressing virtual key insome situations.
- [fix] Solve the icon lost problem when pressing virtual keyin some situations.
*Dialer:
- [Add] Add letter display of contacts.
- [optimization] If you got missed call, it will go directlyto call logs by clicking the dialer.
*News:
- [Add] Support for region/language selection.
*GEAK Appstore:
- [Add] Add notification when no network connection.
*Downloadcenter:
- [Add] Add blank notification when there is no download taskin download center.
- [fix] Solve the probabilistic error when continuingdownload apps.
History new features [from 1.0.14310 to 1.0.14317] updated as follows:--------------Nov. 13th, 2014
***Highlight:
Add global Weather forecast !
*Launcher:
- [Fix] Solvethe situation that the launcher would be in disorder.
*Message:
- [Fix] Solve the problem that the notification of message isinvalid.
*Account:
- [Optimization] Optimize the notification when the passwordis bank.
- [Optimization] Optimize the situation that the email woulddisplay error when you haven’t activated it.
- [Optimization]Optimize failure message due to frequent operation.
- [Fix] Automaticallylog out because of time out when uploading or downloading contacts.
- [Fix] Countdown boardwould be covered when sending verificationcode to the phone.
*Weather:
- [Add] Support for weather forecast of global cities.
- [Optimization] Optimize the process of searching city.
*GEAK Appstore:
- [Optimization] Optimize the delay problem when back to thelist and reload the progress.
- [Optimization] Optimize the background of applicationscreenshot in app detail page.
- [Optimization] Optimize new logical without networkconnection.
- [Optimization] Optimize the circular bead of the pictureson the app detail page.
- [Optimization] Optimize the pop-up box.
- [Optimization] Optimize the style of red spot in thefull-screen mode.
*Download center:
- [Fix] Solvethe display problem of unknown files.
- [Fix] Solve the display problem of apps downloaded.
- [Fix] Solve the problem that names of apps are two long.
History new features [from 1.0.14317 to 1.0.14325] updated as follows: --------------Nov. 21th, 2014
***Highlight:
Notification of new message has beendivided into three parts, Notification center, Popup window and Badge app icon.Any of them could be open and closed as you wish.
*Launcher:
- [Fix] Fix the coming soon problem of Gallery and Camera on Nexus 5
- [Fix] Music on Sony device is available to open.
*Dialer:
- [Fix] Solve the crash problem when adding contacts form the third part apps.
*Message
- [Add] Notification of new message has been divided into three parts, Notification center, Popup window and Badge appicon. Any of them could be open and closed as you wish.
- [Add] There will be second confirm process if you delete message on the popup.
- [Optimization] Optimize the starting speed when there are too many messages.
- [Optimization] Solve the problem of sending pictures more than 2MB.
- [Fix]Solve the display problem of free message in other third part message apps.
- [Fix] Solve the notification of popup when receiving new free messages.
- [Fix] Device above Android 4.4 could edit free message such as selecting picture or video.
- [Fix] Messages could be marked asread when you receive message on the message app and then exit normally
*News
- [Add] Pictures of news would be loaded manually even thought it has been set to no loading status.
*Account
- [Add] Solve the loading problem ofregister.
*Cloudservice:
- [Optimization] There will be a confirm notification when your local contacts is empty.
*Downloadcenter:
- [Optimization] If the downloadprocess has been stopped accidently, it could be continued next time youlauncher the app manually.
For more update details, please visit: [FONT=宋][FONT=华]http://forum.geakmobi.com/forum.php[/FONT][/FONT]
Thanks. gonna try this out
Welcom to leave feedback any time
ianjay06 said:
Thanks. gonna try this out
Click to expand...
Click to collapse
Thanks for your support dear, welcome to leave feedback, any bug or need
Geak OS
Just a couple of suggestions here.
1. Add an English version of the news widget.
2. Add 12 hour format for the clock
3. Do not automatically sort all of our apps into many folders, it makes sorting it all out a train wreck.
I love the direction of this theme, however. It has great animations and colors. Also, could someone explain to me what the GeakOS account is for? I am reluctant to sign up.
Reply to your suggestions, Thanks !
Kwwolves2012 said:
Just a couple of suggestions here.
1. Add an English version of the news widget.
2. Add 12 hour format for the clock
3. Do not automatically sort all of our apps into many folders, it makes sorting it all out a train wreck.
I love the direction of this theme, however. It has great animations and colors. Also, could someone explain to me what the GeakOS account is for? I am reluctant to sign up.
Click to expand...
Click to collapse
Fist of all, thanks so much for your suggestions !
here is what im trying to do:
1. for the news widget, the English version will come, im searching for internatial rss.
2. you could set the clock to 12 hour format on the settings.
3.for the automatically sorting options, If you do not like it, we could try to change this in the next version, if most of users feel the same way like you.
for the GeakOS account, signing up one is for cloud service, the next version will support this function.
So anything else?
Have a nice day.
Thanks for the fast reply. I am glad to hear about the future inclusion on English for the widget. Could you please direct me to where, in the settings, is the option to make the clock 12 hour format?
I will continue to check in for updates and further suggestions. The theme is very fluid and nice in my limited use, so that is definitely a good start. Can't wait for further improvements!
instructions for changing the clock to 12 format
Kwwolves2012 said:
Thanks for the fast reply. I am glad to hear about the future inclusion on English for the widget. Could you please direct me to where, in the settings, is the option to make the clock 12 hour format?
I will continue to check in for updates and further suggestions. The theme is very fluid and nice in my limited use, so that is definitely a good start. Can't wait for further improvements!
Click to expand...
Click to collapse
Here is the instructions for changing the clock to 12 format:
More settings - system - date and time - cancel the click of "Use 14-hour format"
Hope it help
also thanks for the support ^^
so nice !
so nice ! i like it very much~:good::good:
Thanks for the support
hedyguo said:
so nice ! i like it very much~:good::good:
Click to expand...
Click to collapse
Hope you could join us !
Let's make our own os together
Your advice has been taken
Katherine6 said:
it's amazing.
I tried it on my phone and i like the dialer most!
Also for the vote, i would like to sort the apps by myself, it's a little annoying when i try to drag every apps out and than sort them again...
but anyway, I like it and will keep up with your updates.
Click to expand...
Click to collapse
Thanks for your advise and if most people do not like the auto sort apps to the folder, i will consider to cut the fuction
Keep up with me, friend ^^
Flying snail said:
VOTE HERE!!
For the present, if you install the Geak os for the first time, You could see that all the apps are fold in the folder.
I want to know if you like it or Not !
Click to expand...
Click to collapse
I personally don't like this arrangement. Too many folders...
So, you want less folders ?
Landraider17 said:
I personally don't like this arrangement. Too many folders...
Click to expand...
Click to collapse
i can release all the apps just on the launcher, or fold them on the folders, so which one do you like better?
And for the icons, if you find some icon is ugly, i could draw again for you
Flying snail said:
i can release all the apps just on the launcher, or fold them on the folders, so which one do you like better?
And for the icons, if you find some icon is ugly, i could draw again for you
Click to expand...
Click to collapse
Ya the older style without auto folders is much better. Icons look better now. One more thing which I had requested earlier was contact photos. sure many people would want it. Especially if you can get MiUI style icons for contacts without photos... Something like what follows next
[/IMG]
[/IMG]
Really good idea !!
Landraider17 said:
Ya the older style without auto folders is much better. Icons look better now. One more thing which I had requested earlier was contact photos. sure many people would want it. Especially if you can get MiUI style icons for contacts without photos... Something like what follows next
[/IMG]
[/IMG]
Click to expand...
Click to collapse
I really think it is a good idea and we also consider to add the smart avater to the contact.
But we are confusing how to do it in details and whether most people would like it !
So you mean if you add the contact you do not want to add the photot in your gallery.
Instead, you want the system match one for you, right?
how to design it to make most people like it? any further ideas?
Did anyone know how to link to a foor?
I am kind fo new here.
so could anyone tell me how to link to specific floor on the contents??
Ya if there is no photo selected for any contact then the system (GEAK OS) should display a specific icon for that contact automatically instead of the boring default contact icon. If it displays the icons like MiUI of Gmail then it would be nice. I recommend that you take a look at Identiconizer app be GermainZ. Its fabulous and maybe you will get some idea.
it is here:
:highfive:
http://forum.xda-developers.com/showthread.php?t=2718943
I like it bro
hope on the progress the ram usage will keep small like that
maybe it can fold the apps according to category maybe
and bro I'm on dual sim phone maybe can it support dual sim ?
if not that's fine i'll just swap the sim
keep the good work
hope it'll get to play store soon
and prepare the donate version
Landraider17 said:
Ya if there is no photo selected for any contact then the system (GEAK OS) should display a specific icon for that contact automatically instead of the boring default contact icon. If it displays the icons like MiUI of Gmail then it would be nice. I recommend that you take a look at Identiconizer app be GermainZ. Its fabulous and maybe you will get some idea.
it is here:
:highfive:
http://forum.xda-developers.com/showthread.php?t=2718943
Click to expand...
Click to collapse
Yeah I got that
Depending on your words and I also tried MIUI and the link you give me.
If user do not set the photo of contacts:
For the miui, It display the two letter of the name, just in a different font.
For the ChameleonOS, It only display the first letter.
So none of them seems very satisfied , I wonder if i coud display a more interesting pic, instead of bank.
How do you think?
I am creating this R&D thread for a project I've been working on for most of this year.
The project named "oZoP" is an All-in-One mods/themes/tweaks for the phone.
The plan for the project is to make it a universally compatible for ALL stock based rom (AOSP is not and never will be supported or compatible)
I will probably release oZoP ConTroL as a stand alone zip mod that will do most of the work and include most or the options.
Eventually I will release the full Aroma oZoP (One Zip One Place) that will include a full rom with all bloat files (all optional of course), along with various other tools needed to build you phones setup the way you like it.
The reason for this thread is to receive valuable and needed user feedback, recommendations and requests.
The feedback will be used to build "OUR" project into a bug free, totally stable experience that will have something for everyone!!
We will get into more detail about what info is needed and how we can get it all put together.
I will add more details as I update this thread. There are A LOT of mods and a lot of info so this will take time.
If you are really that interested and just need to know more, you can always take a glance at some of my other projects,
Most of these projects are simply just sections of oZoP that have been pulled out as a stand alone mod.
Here are a few samples of the mods during the build phase (some features may or may not appear the same or make it to the initial public release)
SCREEN RECORDING VIDEO PREVIEWS
STATUSBAR SECTION:
Statusbar part.1
{
"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"
}
PULLDOWN QUICK SETTINGS SECTION:
Header
Expanded QuickSettings Count
Animated Pressed Toggle Icons
NavBar
Lockscreen
oZoP Theme Engine:
Keyboard Background (with users choice)
Keyboard key bg and text coloring
Full System Background
These are recording of the animations, but they also are a quick example of some of the options from the oZoP Theme Engine where everything you see that is themed is mix and match how ever you choose
Stock
Missing Link
Nexus 7
iOS
Flyme
Blur
Google Pixel
MIUI
Full-screen Caller ID
As you can see from what I have in the previews above There are a lot of options and configurations possibility and that's only about 1/5th of what is actually available at this point today.
With all those options come lots of possible conflicts with the various devices and variants that are planned to be on the list of compatible devices.
That brings me to the reason for this thread... I have the H918 Tmobile and may or may not need several users with other devices to be the support section to check compatibility!
To be clear, I have been building this project since March and have recently finished running clean install testing for the past 10 days to ensure all the defaults are set properly and that there are zero bugs that I can detect with my setup.
Again, just because everything works as it is intended for me with my model phone, carrier variant and app and setting setup, doesn't mean it will be the same for everyone.
This thread will hopefully eliminate any possibilities of this not working for everyone and ensures a wonderful experience
You may or may not have seen the following projects. They are in fact sections of oZoP pulled out as stand alone mods.
They have been sort of "silent" compatibility tests that have passed with flying colors. There has been no reports of things not working.
oZoP Modz - Full-screen Caller ID
oZoP MoDz - System Animations
BOOT/SHUTDOWN ANIMATION CHANGER
The next test is being announce as such and is starting taking place right here right now.
This has been tested privately for the last few days and the confirmed Roms and devices include Weta (all US carriers), NATF and one I can't remember right now
DEVICE REQUIREMENTS:
1. Rooted
2. Stock based deodex rom
oZoP MoDz Notifications and more
download Weta here
download for NATF rom
Included:
*volume slider sound toggle*
*volume panel timeout*
*remove ongoing notification for Powersave mode*
*quicksetting airplane toggle warning*
*quicksetting sync toggle warning*
*hide popup for incompatible charging slow mode*
*set trigger for low battery warning*
*set trigger for Critical low battery warning*
*home button pressed bg color*
*Google home button animation*
*colors for Google animation dots*
Report bug properly to get my support
Of course there are many way to properly report bugs and ALL of these ways have one thing in common, THEY ALL REQUIRE VERY DETAILED NOTES of the issue!
I'm moy goimg to go deep into how detailed you could get because lets face it, most people that report improperly are the ones who don't read and probably are going to read this! HaHaHa...
To get support from me I only ask for some simple things
1. What device, and rom you are running
2. What is the issue (no boot, fc everywhere, fc only certain app etc...)
3. Which option did you select
4. Did you get the install log
5. Did you use the restore.zip option to get back running
6. Do other choices share the same effect
That looks like a lot, but it really is the minimum amout of info need to troubleshoot!
Provide me that and I'll do my best to fix things and make this fun for everyone.
If you post things like
"Doesn't work", "bootloop" or anyone other similar post that have no value and help development is no way, actually these kinds of post only put development behind amd slow progress die the fact that anyone who cam help has to waste their time reading it!
If these kind of post ever come up, its best to ignore the lazy person and not clog the thread with flaming replies as that too slows development!
Feature list (WIP)(not even close to being finished and not sure I will until the project is ready for release)
|-|-|-Statusbar Launch Button-|-|-|
* position - hide, left, right or both
* Disabled*
* Screen Off*
* Home Button*
* Phone Dialpad*
* Play Music*
* Camera (LONG PRESS)*
* Browser*
* Screenshot*
* Calender*
* App Launcher - pick any app to quick launch*
* Statusbar Custom Backgrounds with the following options
* choose ANY from image gallery
* choose ANY 2 colors for Gradient with color picker
* choose ANY Solid Color with color picker
|-|-|-STATUSBAR LAYOUT-|-|-|
* arrange signals icons, network traffic info and batteries - left or right
* Time and date - left, center or right
|-|-|-CLOCK/DATE-|-|-|
* position - left, center or right
* click clock launcher - pick any app to quicklaunch - longpress to alarm settings
* seconds
* font style
* color picker for any color
|-|-|-Navigation Bar background-|-|-|
* Recent Panel Custom Backgrounds with the following options
* choose ANY image from gallery
* choose ANY 2 colors for Gradient with color picker
* choose ANY Solid Color with color picker
|-|-|--|-|-|
* Notification Pulldown Panel Custom Backgrounds with the following options
* choose ANY image from gallery
* choose ANY 2 colors for Gradient with color picker
* choose ANY Solid Color with color picker
|-|-|-EXTRAS-|-|-|
* Setup with Stangs Pick using One Click option in OC
* Restore Stock Colors Only with One Click option in OC
* Restore Stock Entire System Values with One Click option in OC
* 10 Quick Pick color for text, Icon and accents with One Click option in OC
* Bypass pin request with fingerprint on reboot
* 360° Rotation with toggle
XDA:DevDB Information
oZoP R&D, Device Specific App for the LG V20
Contributors
stangdriver44
Version Information
Status: Testing
Created 2017-11-12
Last Updated 2018-05-05
Reserved
Chromed Navbar Icons check this post
iOS signalbar style check this post
This is a patch made specifically for the v20 mods by Zach 4-30-18 version
The patch is to remove the dependency for a pin to be entered while using fingerprint lock security after a reboot
[URL="https://forum.xda-developers.com/attachment.php?attachmentid=4493876&stc=1&d=1525547163]DOWNLOAD_fixed version[/URL] and flash in recovery
Just curious I could have missed it but will the ability to turn off the annoying battery full notification be included in the mods? And any chance the ROM could include WETA like abilities to modify what is on the second screen (ie: 3min clock)?
Thanks for sharing all this by the way. Exciting times for our V20!
I noticed today that if I do a bulk execute on the second screen mods work on weta. But if I try to just modify them under ui mods individual it causes the system ui to crash. I'm on Verizon weta 5.1 #2
Sent from my VS995 using Tapatalk
how to restore??
I want go back cause 3mint battery is not work;;
sorry.I don't have a backup file.
inside your file restore option is fail
sorry..I'm a korean,my english level is veryX100 low..
this post from my ls997
james_pnut said:
I noticed today that if I do a bulk execute on the second screen mods work on weta. But if I try to just modify them under ui mods individual it causes the system ui to crash. I'm on Verizon weta 5.1 #2
Sent from my VS995 using Tapatalk
Click to expand...
Click to collapse
Same issue had to reflash entire rom to fix
I have not flashed this yet but your previews are amazing! Can't wait to try these and upcoming features. Great work!
AngryManMLS said:
Just curious I could have missed it but will the ability to turn off the annoying battery full notification be included in the mods? And any chance the ROM could include WETA like abilities to modify what is on the second screen (ie: 3min clock)?
Thanks for sharing all this by the way. Exciting times for our V20!
Click to expand...
Click to collapse
For the clock I have mod native built with control of many thing which do include layout position. I also have native build battery controls including the option to switch between stock modded or 3 minit batteries.
I have stock battery position left/right, but so far it doesn't work right for second screen so the battery will be in the stock position on the right for now.
The reason for this thread is for suggestion, recommendations.
That being said, i currently do not have a switch for the full battery notification.... Currently... I will be adding that and you can expect to see it in the official release!
Thank you
james_pnut said:
I noticed today that if I do a bulk execute on the second screen mods work on weta. But if I try to just modify them under ui mods individual it causes the system ui to crash. I'm on Verizon weta 5.1 #2
Sent from my VS995 using Tapatalk
Click to expand...
Click to collapse
highgel said:
I want go back cause 3mint battery is not work;;
sorry.I don't have a backup file.
inside your file restore option is fail
sorry..I'm a korean,my english level is veryX100 low..
this post from my ls997
Click to expand...
Click to collapse
DesertEagleSlim said:
Same issue had to reflash entire rom to fix
Click to expand...
Click to collapse
For the 3 replies about having compatibility issues, I want to say this does not come to a surprise and I can assure you that this will not be the case with the official release.
I suspect the reason for this fc issue is because WETA is a very customized rom and some of the mods are probably pushing files the the sysui which I modded and the old files are conflicting because they do not include the referances to the edits I made for the animated home button etc.
This will not be an issue when all the oZoP files are in place.
So i also want to clear this up...
Once the official oZoP is ready and gets installed on to your rom, it will override ALL current mods of your rom. The mod includes most core system files that devs mod.
Don't worry though, i am pretty sure that ANY mods you currently have will be available with oZoP.
If we find out that there is a mod which I haven't included, just let me know and i will definitely do what i can to add the feature.
Sorry for the inconvenience. I will make things more clear for the future as well as add a restore failsafe to the zips.
Bubba Fett said:
I have not flashed this yet but your previews are amazing! Can't wait to try these and upcoming features. Great work!
Click to expand...
Click to collapse
Thank you sir and the previews don't give any justice to what is really going on!! This will definitely keep you busy for a while. There are a lot of variations of the mods amf theme options!
Thank you all for the replys and feedback.
Remember, this is the time and place to make requests for things you would like to see built in to a stock based rom!
Cant wait for your rom. It looks sick!
stangdriver44 said:
Remember, this is the time and place to make requests for things you would like to see built in to a stock based rom!
Click to expand...
Click to collapse
I think it would be cool to have a working color coded battery bar for the second screen especially for the AOD part as it's easier to read than a small white battery icon and even the 3minit battery is still pretty tiny when trying to see it at a glance. Not sure if it is do-able
2nd screen is awesome on this phone just wish there was more ways to customize it. Be nice to force it to max brightness as well as being able to increase the time it displays notifications like text messages and stuff.
KUSOsan said:
I think it would be cool to have a working color coded battery bar for the second screen especially for the AOD part as it's easier to read than a small white battery icon and even the 3minit battery is still pretty tiny when trying to see it at a glance. Not sure if it is do-able
2nd screen is awesome on this phone just wish there was more ways to customize it. Be nice to force it to max brightness as well as being able to increase the time it displays notifications like text messages and stuff.
Click to expand...
Click to collapse
Again, thank you and this is what this thread is about, getting things we all want in one mod!
So for battery bar in SS, i already have the options for top/bottom placement, regular (left to right) or centered style, charging animation on/off, size and colorpicker for any color. I do not have it color coded, I assume you mean by percentage of battery remaining?
I can definitely look at adding to my code, but that may come in future updates...
As for the other battery options, stock battery is only white if you choose to leave it that way. The battery icon has color optiins for background, foreground and in-battery precentage colors. The icon has several styles including hide, circle and dotted cirlces. 3minit is 3minit, no need to go into that one.
As you can see, there are currently options that could hopefully satisfy your battery needs.
I totally aggree about needing more controls for SS options like brightness and screen notification timeouts.
@Zacharee1 and I have been looking deeper to add options for pulse and text color controls, but again this one may have to be for future updates as well...
Thank you for your interest and participation here.
Thanks for taking time to clear up as to why we're having issues. Your mods are awesome. And I commend you for putting the time in to do this for this phone. ?? ?? Im sure everyone in this forum with this phone is extremely grateful to you for doing this, as we don't have many choices for roms and such for a phone that is a year old. It amazes me, my old old HTC desire and galaxy s4 are still getting roms released yet this phone is all but abandoned. Lol anyway thank you immensely and I look forward to the finished product. (I will also beta test any releases you push if needed)
DesertEagleSlim said:
Thanks for taking time to clear up as to why we're having issues. Your mods are awesome. And I commend you for putting the time in to do this for this phone. ?? ?? Im sure everyone in this forum with this phone is extremely grateful to you for doing this, as we don't have many choices for roms and such for a phone that is a year old. It amazes me, my old old HTC desire and galaxy s4 are still getting roms released yet this phone is all but abandoned. Lol anyway thank you immensely and I look forward to the finished product. (I will also beta test any releases you push if needed)
Click to expand...
Click to collapse
Thank you for the patience and understanding of working through things!
I don't plan on getting a mew phone for at least another yr so you guys are should get ready for a fun ride on oZoP!
@KUSOsan just finished up the Full battery switch and love your suggestions so keep em coming. There can't be that many left.. Haha that mod make puts the total keys used for included mods at 407! Thats 407 different settings some pf which include 50+ choices!
Do the math, its basically unlimited possibilities!
stangdriver44 said:
Just finished up the Full battery switch and love your suggestions so keep em coming.
Click to expand...
Click to collapse
I need to write them down because I can never think of stuff on the spot but it's always whenever the problem arises.
Most of my suggestions pretty much center around the 2nd screen as there is just a disappointing lack of customization for it considering that is the biggest defining feature about the V20.
I was hoping LG would add more stuff to it after they talked big about focusing on the 'V' series as their main contender with the G series taking a backseat compared to it but with the V30 coming out sans a 2nd screen I have a bad feeling that if anything they are going to abandon any 2nd screen updates completely or just streamline it (i.e. neuter it with less features but make it look prettier) for the Oreo update if this phone ever gets it.
I also have a bad feeling that Oreo is going to be a long ways out for this phone so your timing with the mods and ROM are perfect ?
I'm extremely interested in this ozop rom. Thanks for puting all you time and effort into this. Will this work for the sprint ls997 model? If so which rom will we need to be running?
stangdriver44 said:
Do the math
Click to expand...
Click to collapse
I remember a certain game company used that slogan for their Jaguar console. :silly:
Jokes aside thanks for answering my questions earlier. Looking forward to the ROM when it comes out.
The latest mod addition to join the oZoP arsenal of mods!
Navbar Music Visualizer
Still working pn a couple of user requests, but so far I've been able to deliver on most of the user requests I've gotten so far!
So if there is something you've seen or not see anywhere let me know about it with any resource links/details and I'll do my best to bring it to oZoP MoDz!
I wish all you Americans Happy Thanksgiving and good day to everyone!!!
stangdriver44 said:
The latest mod addition to join the oZoP arsenal of mods!
Navbar Music Visualizer
Click to expand...
Click to collapse
Can you share the instruction manual for android 7.0 Samsung?
Nice work bro ... I still have my v20 on probably I'II Jump to play with this new rom wend come up .
thanks on advance
Waiting mode ...lol ?
I will literally be flashing this rom (if/when) he makes it within minutes of it being uploaded. And I immediately flash every mod he does. Absolutely amazing work. I cannot thank you enough. If u need any beta testing please PM me. Deserteagleslim is my name on everything yahoo, Gmail, telegram, aim, Twitter, Facebook, Instagram everything. Easy to find me. Please let me know.