[APP] [WIDGET] [OSS] FWeather widget - not your everyday weather widget - Android Apps and Games

Please note, this app has been discontinued and is no longer working/supported!
{
"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"
}
Hello everyone, I'd just let you know that I've published a new free, OSS widget on the Play Store.
FWeather is a weather widget based upon Tobias van Scheider's Authentic Weather design.
This widget states the obvious and even invites you to look out of that bloody window you've right in front of you.
Please be warned, this widget prominenlty uses cursing. If you don't like it, just don't install the widget. The screenshots are censored, but the widget itself is not.
The permissions (coarse location, internet access) are requested to access your coarse geolocation and to actually retrieve the weather at your location. I don't collect any information, and as of version 1.0 your position is not even stored locally. The app is open source, so you might just check out the code if you don't trust my word! I've coded the widget in less than a day as a learning experience for working with app widgets, so it's not really customizable nor flexible (at the moment).
The widget supports English and Italian, but if you want to contribute a translation you just have to issue a pull request (remember to work on the develop branch!). Feedback is always welcome
EDIT: app is not available on the Play Store anymore. Look for the sources on GitHub -- we don't support them nor guarantee they work.

Changelog
Please see https://github.com/frakbot/FWeather/blob/develop/CHANGELOG.md for the changelog

Hi again everyone! We really hope you're enjoying FWeather as much as we are!
We launched the beta testing channel on the Play Store!
If you want to become a tester, head over to the G+ FWeather beta community and join it: https://plus.google.com/communities/110117001762069649703
As of now, we have v1.1-beta1 in testing. Lots of new features (settings, customizations, etc), bug fixes, and code optimizations. And still more to come before the final 1.1 is released!

Just a quick heads-up, 1.1-beta2 has been loaded on Play Store beta channel and will be available soon

Version 1.1.4 should be available in the next few hours on the Play Store, with lots more new features, fixes and useless stuff!

Just a quick note. A lot of people browse this forum using Tapatalk. The play store link is just a pic which enlarges when you click on it, it doesn't link to the store.
-----------------------
Download G Cloud Backup for Android, up to 8 GB Free.Use this code: [KWLYRO] at signup and we'll both earn space: https://play.google.com/store/apps/details?id=com.genie9.gcloudbackup
-----------------------
Copy: get 20GB free permanent cloud storage. For every person you get to sign-up earn another 5GB https://copy.com?r=m3asrR

You're right, I'm adding the link to the OP
Sent from my Nexus 4 using Tapatalk 4 Beta

rock3r said:
You're right, I'm adding the link to the OP
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Just some quick feedback. The top saying changes according to the weather conditions but the lower saying never changes, it's always displayed as
"Enjoy the f*****g birds singing and s**t"
Apart from that, no problems at all.
-----------------------
Download G Cloud Backup for Android, up to 8 GB Free.Use this code: [KWLYRO] at signup and we'll both earn space: https://play.google.com/store/apps/details?id=com.genie9.gcloudbackup
-----------------------
Copy: get 20GB free permanent cloud storage. For every person you get to sign-up earn another 5GB https://copy.com?r=m3asrR

Actually, the lower phrase depends on the temperature, and actually only has four possible states. It's likely that, if you're not experiencing huge temperature changes during the day, it will stay there for quite some time
Sent from my Nexus 4 using Tapatalk 4 Beta

Ah ok. If that's the case then it's not showing any change in temperature.
When I made that post it was 1 a.m. a change of 12 Degrees from midday and exactly the same was displayed.
-----------------------
Download G Cloud Backup for Android, up to 8 GB Free.Use this code: [KWLYRO] at signup and we'll both earn space: https://play.google.com/store/apps/details?id=com.genie9.gcloudbackup
-----------------------
Copy: get 20GB free permanent cloud storage. For every person you get to sign-up earn another 5GB https://copy.com?r=m3asrR

As you can see here:
https://github.com/frakbot/FWeather/blob/develop/src/net/frakbot/FWeather/util/WidgetHelper.java
Line 266, the getTempString method is the one that provides the text for the temperature. It is actually working, but its simple logic can cause it to seem it's not.
We get the temperature from the weather service, so we have to trust it. It's likely not perfect, and this can cause the behavior you're noticing.
If you have better free weather providers to suggest, please do tell us!
Sent from my Nexus 4 using Tapatalk 4 Beta

rock3r said:
As you can see here:
https://github.com/frakbot/FWeather/blob/develop/src/net/frakbot/FWeather/util/WidgetHelper.java
Line 266, the getTempString method is the one that provides the text for the temperature. It is actually working, but its simple logic can cause it to seem it's not.
We get the temperature from the weather service, so we have to trust it. It's likely not perfect, and this can cause the behavior you're noticing.
If you have better free weather providers to suggest, please do tell us!
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Ah. That makes things clearer.
For once the UK is undergoing some decent weather for a change so there hasn't been loads of variation.
Usually we have rain one hour. Sun the next and everything in between.
-----------------------
Download G Cloud Backup for Android, up to 8 GB Free.Use this code: [KWLYRO] at signup and we'll both earn space: https://play.google.com/store/apps/details?id=com.genie9.gcloudbackup
-----------------------
Copy: get 20GB free permanent cloud storage. For every person you get to sign-up earn another 5GB https://copy.com?r=m3asrR

Great!!
Thank you for making this great widget, and a big +1 for making it FOSS There's a request though, can you provide an option for manually specifying location? Thanks again for this awesome widget

Love using this but often its inaccurate. It'll be storming extremely hard and it'll say its not raining. yet. Sometimes it'll say F-ing love is in the air when its raining or extremely cloudy and dark. Very unreliable despite being hilarious.

@rock3r I'm trying to compile the source, but I'm getting multitude of errors. Can you provide compile instructions?

grvrulz said:
Thank you for making this great widget, and a big +1 for making it FOSS There's a request though, can you provide an option for manually specifying location? Thanks again for this awesome widget
Click to expand...
Click to collapse
It's in the roadmap. We need to find enough time to actually develop it, though. If you can implement it and issue a pull request, it'd be very welcome
xXxG0dzRAgexXx said:
Love using this but often its inaccurate. It'll be storming extremely hard and it'll say its not raining. yet. Sometimes it'll say F-ing love is in the air when its raining or extremely cloudy and dark. Very unreliable despite being hilarious.
Click to expand...
Click to collapse
Unfortunately, being a FOSS app, we need to use free weather APIs. It turns out that there is no 100% reliable free weather APIs, but again, not much we can do. Paying for a premium weather API (such as Accuweather, Yahoo, etc) is not in our plans. Plus, some APIs could be free, but their Terms of Use require some things that we can't or won't do (eg., Weatherbug requires a "powered by Weatherbug" text and a link to their website on the same UI of the weather data, but we don't want to have this happening on the widget).
grvrulz said:
@rock3r I'm trying to compile the source, but I'm getting multitude of errors. Can you provide compile instructions?
Click to expand...
Click to collapse
We're all working in IntelliJ IDEA 13 (but Android Studio should do the trick anyway, since it's basically the same IDE). What errors are you getting?

rock3r said:
It's in the roadmap. We need to find enough time to actually develop it, though. If you can implement it and issue a pull request, it'd be very welcome
Click to expand...
Click to collapse
I'm not really a Java person, but I'll try nevertheless
rock3r said:
We're all working in IntelliJ IDEA 13 (but Android Studio should do the trick anyway, since it's basically the same IDE). What errors are you getting?
Click to expand...
Click to collapse
I prefer compiling from the command line, with ant. Though I figured out what it was, I needed to compile with API 17, while I was doing it with 15 previously(that's what I had installed).

This app looks great but for some odd reason it keeps telling me the "WTF" thing where no weather is displayed. I have my location options enabled and Im running 4.2.2
Sent from my HTC One

grvrulz said:
I'm not really a Java person, but I'll try nevertheless
I prefer compiling from the command line, with ant. Though I figured out what it was, I needed to compile with API 17, while I was doing it with 15 previously(that's what I had installed).
Click to expand...
Click to collapse
Oh, I see. Can't really help you much there, I'm sorry
iKarido said:
This app looks great but for some odd reason it keeps telling me the "WTF" thing where no weather is displayed. I have my location options enabled and Im running 4.2.2
Sent from my HTC One
Click to expand...
Click to collapse
Could you please use the "Send feedback" function at the bottom of the Settings screen, or send us an email? I'll forward your issue to the person who wrote the location code. Thanks!

The Send Feedback option just force closes when I choose it. Im sending an email right now. Thanks for the reply
Sent from my HTC One

Related

[APP][Update 2012/08/08] Money is time

Hi People,
I recently started writing apps for Android and I'm very curious what you think of my first app.
A little while ago I was eating a candy bar from the vending machine at work, and I was wondering how many minutes I actually had to work in order to be able to pay for that candy bar. At that moment, I came up with the idea to make an money to time converter.
Money Is Time
Features
Money to time conversion
Time to money conversion
User friendly interface by picker wheels
Supports money up to 99,999.99
Supports up to 24 currency signs like; $, £, € and ¥
Supports time up to about year
Supports both 24/7 scale or working hours
Stopwatch mode where time and money are incremented automatically.
Timer mode where time and money are decremented automatically.
Ability to set the wage per hour / day / week / month
Supports both portrait as landscape view.
Wake lock implemented
{
"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"
}
Android Market - Money Is Time
Android Market - Money Is Time (No Ads)
Thank you very much for your feedback!
Great idea! It would be cool if you could enter weekly or hourly wage information and if you could both swipe numbers to change them as well as tap on the selected numbers to enter them on a keypad.
Thanks for the QR code! makes it so easy to get the app
Thanks people for your feedback and positive comments so far!
At this moment I've received the following feature requests:
- Ability to fill-in weekly or hourly wage information.
- Ability to choose between swipe or just enter the numbers via the keypad.
- Ability to reset both money and time to zero with a button.
- Ability to set custom currencies.
I'm really gonna work on the items listed above and hope to upload an upgrade sometimes soon.
If there are more requests bugs or just sometime you want to share about this app, please let me know. I'm very curious what you think about this app!
@psycho_maniac: You're welcome, I really appreciate it when people want to help me improve my app. Posting a QR code is the least i could do
Really Creative
Wonderful app. I think if you can make the app run on its own according to a particular setting, will be a good idea. Just a thought.
Nice idea for an app
but have a bug. I run a screen density of between 180 and 200 and the app don't like this
screen shot was taken at 200 screen density.
Feature request:
It would be fun if you could set an amount, per hour/day/month/etc, whichever really, and start the timer. While the timer is ticking, you'd see the money wheel ticking live how much you make each second. And even if you exit the app and start it again a couple of hours later, the app remembers the time/date you exited it, reads the current time and adjusts the sum that you've made so far.
mrjonnyrock said:
Nice idea for an app
but have a bug. I run a screen density of between 180 and 200 and the app don't like this
screen shot was taken at 200 screen density.
View attachment 612702
Click to expand...
Click to collapse
Hi
Thanks for finding this bug. It's very strange, because it looks like android can't decide what screen it is LDPI MDPI HDPI.
On which device and android version did you encounter this problem? My emulator with 200 DPI does show the app correctly.
Thanks a lot!
okie03 said:
Wonderful app. I think if you can make the app run on its own according to a particular setting, will be a good idea. Just a thought.
Click to expand...
Click to collapse
nanolite said:
Feature request:
It would be fun if you could set an amount, per hour/day/month/etc, whichever really, and start the timer. While the timer is ticking, you'd see the money wheel ticking live how much you make each second. And even if you exit the app and start it again a couple of hours later, the app remembers the time/date you exited it, reads the current time and adjusts the sum that you've made so far.
Click to expand...
Click to collapse
Thank you both, that is indeed a fun feature. I will look if I can implement this in the next version or not.
Tricky-Design said:
Hi
Thanks for finding this bug. It's very strange, because it looks like android can't decide what screen it is LDPI MDPI HDPI.
On which device and android version did you encounter this problem? My emulator with 200 DPI does show the app correctly.
Thanks a lot!
Click to expand...
Click to collapse
A Desire HD, using latest leedroid ROM, android ver 2.3.3.
Sent from my Desire HD using XDA App
I can't seem to find this app on the market
bigsc said:
I can't seem to find this app on the market
Click to expand...
Click to collapse
It is difficult to find on the market because money and time are both normal words, but if you search on "money is time" between quotes you'll find it or just use the link in the first post or in my signature
Thanks in advance for downloading
I did both of those things before posting
Sent from my PC36100 using XDA App
bigsc said:
I did both of those things before posting
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Hmmzz, that's weird, maybe there was a hick-up on the android market. Is it still not working when you click on the link?
I just checked and everything here worked as it should.
Options for the timer function
I'm currently busy updating my app with most of the requests I've received.
Version 2.0
I've released version 2.0 today and added the following requests:
- Ability to fill-in weekly or hourly wage information.
- Ability to reset both money and time to zero with a button.
- Ability to set custom currencies. (I've added 20 currency signs)
- Ability to run the app on its own.
I've also added a landscape view so it can be viewed in portrait and landscape instead of portrait alone. Besides adding landscape view I've paid extra attention to the layout to support as much resolutions as possible.
I hope you like the new version! Comments, bugs requests are still more than welcome!!
Version 2.1
I've released version 2.1 and added the following requests:
- Ability to fill-in daily or weekly wage information.
- Timer mode where money and time is automatically decremented.
- Support of HD phones and tablets.
Besides releasing the free 2.1 version I've released a paid version which has;
- No advertisements
- Ability to set a notification sound / vibrate when the timer reaches 0.
I hope you like the new versions! Comments, bugs requests are still more than welcome!!
Thanks
:good:You did listen to what we have to say. In my own book, that makes you a good developer. Thanks for the update.
okie03 said:
Wonderful app. I think if you can make the app run on its own according to a particular setting, will be a good idea. Just a thought.
Click to expand...
Click to collapse

[APP][2.1+][Optimized 4.0+] WordLookup - Not your average dictionary tool!

The ability to select text and sharing it seems to be rare in apps for pre-Honeycomb Android versions, so this may be a problem. This app will have limited functionality in those Android versions.
Hey xda developpers,
Here's my shot at my second ad-free app, WordLookup !
{
"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 it?
Many of you have probably heard of the popular Google Dictionary extension for Google Chrome, which allows you to double click any word on a web page to view its definition. I have found this feature indispensable to my web browsing.
Of course, it's not possible to implement something like this in Android just yet, but this app tries to imitate its functionality. There's no need to open another dictionary app to find definitions anymore!
WordLookup allows you to view word definitions easily as you browse the web, and when using apps. It does require an Internet connection to work, however.
Simply hold&select the word you wish to look up, share it with WordLookup and a small notification popup will show a few definitions for the word! It's that simple!
Here's how to use it:
1- Hold and select the word you'd like to get the definitions.
2- Select the Share button in the menu/Action Bar.
3- Share text to WordLookup.
4- The definitions should show up in a bit as a popup(Toast) notification.
Supported Apps:
-ICS Android Browser
-Google Chrome
-ICS Gmail and Email app
-Pulse
-Many,many others. More will be added in this list.
Right now, this app is only tested on Android 4.0 - Ice Cream Sandwich, as many apps on earlier versions of Android do not support sharing text, your mileage may vary, though. Some parts of the program are still very rough, as this is still a beta.
Upcoming features includes offline dictionaries, and more!
Technical stuff in a nutshell:
This app gets the shared text via an intent and uses the Knicker library to fetch definitions from Wordnik (thanks to their nifty API). It then sends the definitions to a custom Toast pop-up, which is displayed on the bottom of the screen.
Bug reports! Suggestions! Angry Hate Mails!
If there's anything, feel free to reply to this thread, or PM me.
Or you can also e-mail me at houyuchen66 [at] gmail.com.
Cool! Where do I get it?
Google play link: https://play.google.com/store/apps/details?id=com.icechen1.wordlookup
If you find this app useful, a rating would be great! Please leave your feedbacks in this thread, it really helps!
Dammnn, finally i dont need to copy paste the word anymore into some dictionnary web site
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
jazzboyrules said:
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
Click to expand...
Click to collapse
That is coming in a future version! Right now, it's mostly a proof-of-concept. Is the app working fine on your phone, however?
Can anyone with a Gingerbread, or previous version of Android confirm if this app works in these versions?
Thanks
Crashes every time.
Htc one xl running cleanrom de 3.0
Ics 4.0.3
Tried in stock browser, dolphin
Sent from my HTC One X using Tapatalk 2
kravguy said:
Crashes every time.
Htc one xl running cleanrom de 3.0
Ics 4.0.3
Tried in stock browser, dolphin
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
varrav said:
on Gelaxy S2 crashes from time to time
Click to expand...
Click to collapse
Just released a new version on Google Play that should fix these crashes, as well as implementing the native Toast look, and other fixes. Let me know if it works well now!
Question, is it better to use a Toast notification, like now, or switch to a dialog box, which offers more optimization at the expense of more obtrusiveness?
icechen1 said:
Question, is it better to use a Toast notification, like now, or switch to a dialog box, which offers more optimization at the expense of more obtrusiveness?
Click to expand...
Click to collapse
maybe you should make a settings panel!
dk2000zx said:
maybe you should make a settings panel!
Click to expand...
Click to collapse
It already exists! And thanks for the feedback there.
This is a cool idea, but it doesn't really function on my GB TB because the option to share text is limited (as you stated). Still, I'll be following this to see where it goes and I'll definitely give it a spin once I upgrade!
Keep up the work c:
-And a suggestion-
Do you think it would be possible to create an offline version as well and have the word lookups routed through a database in your app instead of online?
I know I'm connected to the internet via wifi and it won't connect... HTC thunderbolt on sfk almost sense 4.0/gingerbread. I could share it and everything though
Sent from my ADR6400L using XDA
Mesograt said:
This is a cool idea, but it doesn't really function on my GB TB because the option to share text is limited (as you stated). Still, I'll be following this to see where it goes and I'll definitely give it a spin once I upgrade!
Keep up the work c:
-And a suggestion-
Do you think it would be possible to create an offline version as well and have the word lookups routed through a database in your app instead of online?
Click to expand...
Click to collapse
Hey Meso,
Unfortunately, the limitations on GB seems to be a hard one and cannot be fixed unless the app developer(in the case of the browser, Google) updates it to add sharing, or possibly added into a ROM or something.
And an offline version are upcoming as well, once some flaws with the app gets nailed out. I'm also thinking of using Bing's traslation service to deliver translations in a future version, as well.
Atamagaokashii said:
I know I'm connected to the internet via wifi and it won't connect... HTC thunderbolt on sfk almost sense 4.0/gingerbread. I could share it and everything though
Sent from my ADR6400L using XDA
Click to expand...
Click to collapse
Hey,
That's weird, but I may know why, will try to fix it in the next update. I am rather busy these days so you will have to be patient
Meanwhile, try to go on wordnik.com via your phone. It may have been blocked for some reason. Let me know if it works or not.
Just released 0.1.2beta which includes a few buxfixes and also allows me to better identify problems(let me know if you still encounter the problem, Atamagaokashii)
Just released 0.1.5beta:
Changelog:
-Added a loading screen while definition is loading
-optimizations
icechen1 said:
Just released 0.1.2beta which includes a few buxfixes and also allows me to better identify problems(let me know if you still encounter the problem, Atamagaokashii)
Click to expand...
Click to collapse
Much better! Love it! I've been waiting for something like this for awhile. Is it possible in the next update to be able to choose or have options for where it.pulls a definition from?
Sent from my ADR6400L using XDA
Atamagaokashii said:
Much better! Love it! I've been waiting for something like this for awhile. Is it possible in the next update to be able to choose or have options for where it.pulls a definition from?
Sent from my ADR6400L using XDA
Click to expand...
Click to collapse
I'll definitively look into it! The Wordnik API does support pulling from Wikitionary, Webster, etc. It's possible to set this from an option. Glad this app is useful for you!
Really nice icechen1, thank you! :good:
I was looking for an app like this 3 months ago. Especially to handle the needs expressed by dk2000zx:
dk2000zx said:
Dammnn, finally i dont need to copy paste the word anymore into some dictionnary web site
Click to expand...
Click to collapse
and by jazzboyrules:
jazzboyrules said:
This looks like an awesome idea. Would it be possible to auto detect non-English words and auto-translate selected words using Google Translate? Thanks!
Click to expand...
Click to collapse
Since I didn't find anything, I developped my own app called CopySearch. I can't post link, but there is a thread presenting it on xda.
At the end, our 2 apps are totally different, which is fun:
same user needs + 2 different developpers = 2 apps that have nothing in common :laugh:
keep going!
Transparence Code said:
Really nice icechen1, thank you! :good:
I was looking for an app like this 3 months ago. Especially to handle the needs expressed by dk2000zx:
and by jazzboyrules:
Since I didn't find anything, I developped my own app called CopySearch. I can't post link, but there is a thread presenting it on xda.
At the end, our 2 apps are totally different, which is fun:
same user needs + 2 different developpers = 2 apps that have nothing in common :laugh:
keep going!
Click to expand...
Click to collapse
Hey!
I looked at your app and must I say, I do like the concept of it and the level of customization!
Cheers!
Very nice. Best I've seen so far. I like the UI and overall smoothness of the look up. Although it doesn't know what 'limbo' is
Sent from my Nexus S 4G flashed to Boost Mobile

[APP] 20Fit PRO v1.1.4 - Giveaway

To all my fellow modders/devs,
Thank you all for your contributions and your hard work and kindness has inspired me to make my own application. I would like to give you guys free copies of my paid app 20Fit to show my appreciation. Please scroll down to learn more and to download for free.
20Fit PRO v1.1.4
{
"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"
}
Description:
We know what it’s like: you’ve got your shoes laced up, your favorite jam blasting, and you’re ready to pound the pavement – but even with a healthy diet and consistent exercise, you’re still not working as hard as you could and getting the results you want. It’s not a magic fat zapping bullet, but with 20Fit we’ll help you push yourself beyond what you thought possible.
20Fit's built around a 20 minute interval system, alternating periods of sprinting and running and so producing the same cardiovascular impact as 2 hours of road running. It’s based on a recent study at the University of New South Wales in Sydney, where researchers discovered that certain timed intervals of high and low impact cardio allowed the body to produce higher levels of catecholamines (a fat burning hormone).
So just to reiterate: with 20Fit, you could potentially reduce six hours of jogging into just 60 minutes of intense, sweat dripping bursts and get the same results – which leaves you more time to do everything else, whether that’s power lifting, yoga, or just looking at pictures of cats on the internet.
The study can be found here: http://goo.gl/Hq7zw
Features:
* No Ads (because who needs 'em?)
* Remaining time notifications
* Visual interval notifications
* A whole bunch of awesome tips from your friends (us) at 20Fit
* A 20Fit PRO account that automatically syncs online
* Access to your stats, workouts and info from any phone, anywhere
* Did we mention no ads?
Get PRO for free:
Just go to http://20f.it/getpro and type in "ROOTITROMITLOVEIT" to set up and account and get the app for free! If the code expires (this code expires after 20 downloads) then visit our Facebook page at https://www.facebook.com/getfastgetfit, to get more access codes. Like us while you are there too, it really helps.
20Fit Free (Google Play)
https://play.google.com/store/apps/details?id=com.devaspora.twentyfit
20Fit PRO (Google Play)
https://play.google.com/store/apps/details?id=com.devaspora.twentyfitpro
Support and FAQ:
http://20f.it/support
Please leave any comments, complaints or confessions of undying love here or email our support staff at http://20f.it/support
Cool app but I have a few problems.
I get the full version - PRO from website by the special code.
In settings of app I can't tick any options, furthermore the page of settings is moving like as website page, why, what's going on?
The pro version on website I the newest?
Could You fix the problem with settings? Thanks in advance!
1080p displays don't work properly
Sent from my HTC One using Tapatalk 4 Beta
Code expired
Gesendet von meinem GT-I9300 mit Tapatalk 2
zomer331 said:
Cool app but I have a few problems.
I get the full version - PRO from website by the special code.
In settings of app I can't tick any options, furthermore the page of settings is moving like as website page, why, what's going on?
The pro version on website I the newest?
Could You fix the problem with settings? Thanks in advance!
Click to expand...
Click to collapse
Hmm, that is quite odd. What phone are you using? If you press anywhere on the specific setting it should work fine.
WinDroidGuy said:
1080p displays don't work properly
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
I see, I thought I properly coded the resizing but I will try to correct this in the next version soon to be out 1.1.5.
romskii said:
Code expired
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
Please visit and like our Facebook where we update the page with more coupon codes every so often. The like will help us out and you can get more free copies.
code has expired
---
Edit: Got it. Thanks so much!
I will try to reactivate that one but give the one on the Facebook page a shot:
https://www.facebook.com/getfastgetfit
And Like us while you are there
devaspora said:
Hmm, that is quite odd. What phone are you using? If you press anywhere on the specific setting it should work fine.
Click to expand...
Click to collapse
I am using HTC DESIRE HD.
240DPI app
Look here, text is hidden under buttons
And the page of settings moving to left and right. Can't click anything.
(look at left side of images)
zomer331 said:
I am using HTC DESIRE HD.
240DPI app
Look here, text is hidden under buttons View attachment 1953819
And the page of settings moving to left and right. Can't click anything.
View attachment 1953821
(look at left side of images)
View attachment 1953830
Click to expand...
Click to collapse
Did you try just tapping the settings right on the text? That should check off the settings. I will include this in the newer release I am working on.
Also guys, remember to like the Facebook page if you download 20Fit PRO from there. It really helps us.
devaspora said:
Did you try just tapping the settings right on the text? That should check off the settings. I will include this in the newer release I am working on.
Also guys, remember to like the Facebook page if you download 20Fit PRO from there. It really helps us.
Click to expand...
Click to collapse
Ahmm... Sorry, I feel like a noob now. ;o if I clicked on the text it is working, before that I suposed that I have to tick the box.
Thanks for help.
I'd click to like 20fit on fb .
zomer331 said:
Ahmm... Sorry, I feel like a noob now. ;o if I clicked on the text it is working, before that I suposed that I have to tick the box.
Thanks for help.
I'd click to like 20fit on fb .
Click to expand...
Click to collapse
And you are awesome for it, thank you! And I will fix the checkbox problem within the next week or so when I release the next version.
I can't sign up
It won't let me put my password
Sent from my SPH-D710 using Tapatalk 2
And that is using your Inspire 4G correct?
How is everyone liking it so far? And please give me feedback if you can, it really helps. 1.1.5 should be done before the end of the week and should fix those other problems.
Just as an update guys, I have made all the requested fixes and they can be located at:
http://forum.xda-developers.com/showthread.php?t=2297881&highlight=20fit
Just upgraded the coupon for more signs ups. Remember to Like us on Facebook.
devaspora said:
Just upgraded the coupon for more signs ups. Remember to Like us on Facebook.
Click to expand...
Click to collapse
Code expired will keep an eye on facebook
Did you check the new forum for the 1.2?

[APP][2.2+] Tangerine Personal Finance v3.4.x

Tangerine Personal Finance​
Welcome to Tangerine. The reason why I wrote this app was simple. The previous bills app I was using, tended to not notify me correctly and barely showed me any sort of data that was relevant to my finances. Tangerine takes this little issue and focuses on showing you all the details pertaining to your finances. Tangerine shows you all of your upcoming and overdue bills. It keeps track of your account balances(set your balance and watch it keep track). It helps you breakdown(by category, by days/weeks and by top expenses) your finances based on the dates you have chosen.
It is a rather slow growing application since I do not currently have disposable Income to promote using Ads and whatnot. Hence, here I am asking for your help to get Tangerine a little bit higher up the charts. I am continuously updating it with new features and new updates based on what my users require. Hence if you have a suggestion for Tangerine, please shoot me a PM, post in this thread, or simply email me using the report bug inside settings. I am fairly good at responding fast.
Tangerine Free version does NOT contain any Ads but does come with certain functionalists being blocked in it. I did not limit any transactions or any types of recurring bills. The things that are limited as strictly settings, and a few aspects of multiple account. Ergo you can use it as a daily drive as a bills app without worrying about adding too many transactions.
P.S if anyone has any ideas on how to promote, feel free to post them I am always open to suggestions.
Link to Play Store:
https://play.google.com/store/apps/details?id=com.softwareham.tangerinefree
Facebook page:
https://www.facebook.com/softwareham
{
"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"
}
More Screenshots:
Light Theme:
Dark Theme:
bump...
Dollars only? haven't tried the app.
Looks nice. An option to have certain bills auto paid would be awesome.
Sent from my Nexus 5 using Tapatalk
ryanperez said:
Dollars only? haven't tried the app.
Click to expand...
Click to collapse
No, it shouldn't be, I tested it using a locale changer which showed me all the different currencies. If it is, do let me know I will add that option manually
nfl46 said:
Great app. I can use this as a bill reminder. Thanks for your hard work. I will definitely check it out.
I wrote it because my current bill reminder app kind of missed the part about reminding
Sent from my LG-d800 using Tapatalk
Click to expand...
Click to collapse
The LPT said:
Looks nice. An option to have certain bills auto paid would be awesome.
Expect that in the new few updates I had a plan to add that as well
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
nfl46 said:
Sweet. Can't wait. I'm not sure how difficult this would be, but how about a dark skin? That would look sweet with the current design.
Click to expand...
Click to collapse
I had started working on the dark theme but that takes a lot of time and effort dont worry it is definitely in the making
UPDATE: Tangerine Version 2.2 Has been released:
Changes:
Added Auto Pay to transactions. It will automatically deduct that particular amount from your account when the due date arrives.
Changed the Balance Icon back to a Gear.
Changes to code for future updates.
nfl46 said:
I updated to the latest version (2.2). When I attempt to backup, it says, "Exporting Data has failed. Please make sure there is enough space on your SD Card to store the data." There is tons of space left on my device. Thanks.
Click to expand...
Click to collapse
Thank you for that bug catch. Expect an update within the next few hours with the fix
nfl46 said:
I updated to the latest version (2.2). When I attempt to backup, it says, "Exporting Data has failed. Please make sure there is enough space on your SD Card to store the data." There is tons of space left on my device. Thanks.
Click to expand...
Click to collapse
Thank you for that bug catch. Expect an update within the next few hours with the fix.
Update:
The Update has been pushed. Thank you again for bringing that to my attention. This update now should allow you to do a backup and restore correctly.
nfl46 said:
You're welcome! Thanks for the quick update. I updated to the newest version just now and it's fixed! Awesome!
Sent from my LG-d800 using Tapatalk
Click to expand...
Click to collapse
Not a problem will be sending out a few major updates in the next few days
I have been finding the free app really useful so i bought the paid app.
Would per bill notification times be coming down the pipeline?
So far this is the only I have found comparable to a defunct iOS app I used previously "Bills on My Table"
Without the unnecessary cloud syncing.
Keep up the good work.
Sent from my Nexus 5 using Tapatalk
The LPT said:
I have been finding the free app really useful so i bought the paid app.
Would per bill notification times be coming down the pipeline?
So far this is the only I have found comparable to a defunct iOS app I used previously "Bills on My Table"
Without the unnecessary cloud syncing.
Keep up the good work.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I shall definitely look in to this. Could you please elaborate on the type of notifications you require. Please give me an example of what you are requesting.
On the other hand, expect a new update in the next day or so with a good surprise.
Basically having certain bill notify me the morning that the bill is due and some bills notify me a couple of days before. IE. My phone bill I can pay that day and not get dinged. Where as my credit card sometimes takes a couple of days to process the payment after I make the payment.
Sent from my Nexus 5 using Tapatalk
The LPT said:
Basically having certain bill notify me the morning that the bill is due and some bills notify me a couple of days before. IE. My phone bill I can pay that day and not get dinged. Where as my credit card sometimes takes a couple of days to process the payment after I make the payment.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Ahh, I see. I shall definitely add that to my to do list. I hope you are enjoying the app and if you have any questions or concerns feel free to contact me via a private message or post in this thread.
Version 2.4 Released:
Changes:
Added Dark Theme *PRO Version Only*
Code clean-up for faster loading.
Dialog verbage changes for clear message.
Fixed Blank Screen Issue pertaining to Android Version 2.3.3
Changes to code for future updates.
Attached Screenshots of the Dark Theme in the first post Enjoy
Just installed, I like the UI, will try to use it for a couple of days.
hellkun said:
Just installed, I like the UI, will try to use it for a couple of days.
Click to expand...
Click to collapse
Thank you, for any questions or concerns, feel free to contact me and shall take care of it.
Hi, this looks like a really great app! But, im having a few problems. First off, I input a future transaction and its automatically taking the transaction out of my balance before the date its due (as soon as i save it). i have tried different dates, categories and amounts it it will still randomly do it to random bills. The other problem is that it will force close when i try and clear all the transactions to start over again. I am on 4.4.2 CM 11. Note i717
jrea77 said:
Hi, this looks like a really great app! But, im having a few problems. First off, I input a future transaction and its automatically taking the transaction out of my balance before the date its due (as soon as i save it). i have tried different dates, categories and amounts it it will still randomly do it to random bills. The other problem is that it will force close when i try and clear all the transactions to start over again. I am on 4.4.2 CM 11. Note i717
Click to expand...
Click to collapse
For your first question regarding transactions:
When entering a transaction, the time, date, amount, category are independent of each other. If you in the transaction as paid in Transaction Type, the amount will be deducted from your account regardless of the time and date when the transaction was inputted. Therefore in order to create a future unpaid transaction, please make sure to select Unpaid in the transaction type in the add transaction screen.
Regarding your Force close issue:
Thank you for informing me of that issue. The update will be published in the next few minutes. Google Play takes a few hours to send the update out. It was a bug that was fixed in the paid but accidentally forgotten in the free version. Thank you again.
hafridi said:
For your first question regarding transactions:
When entering a transaction, the time, date, amount, category are independent of each other. If you in the transaction as paid in Transaction Type, the amount will be deducted from your account regardless of the time and date when the transaction was inputted. Therefore in order to create a future unpaid transaction, please make sure to select Unpaid in the transaction type in the add transaction screen.
Regarding your Force close issue:
Thank you for informing me of that issue. The update will be published in the next few minutes. Google Play takes a few hours to send the update out. It was a bug that was fixed in the paid but accidentally forgotten in the free version. Thank you again.
Click to expand...
Click to collapse
thank you very much for your speedy reply.....i will give it another try when the update is published.

[APP][4.0+]Wallet Watcher Easy. Fast. Management.

{
"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"
}
Wallet watcher-Bill manager
Do you ever have felt that managing finance and streamlining bills are becoming tough for you? Do you need a money manager for your finance management? In case you need virtual support for streamlining your finance and bills, the free android app Wallet watcher-Bill manager can beautifully serve your purpose as a reliable and always alert wallet manager.
How this app works for your finance management
It can work for you in versatile way. You will be able to manage your bills, track your spending, analysis the expenses to find out where you are spending more, etc. In one word, the app will help you to track down your finance without accessing any of our personal information like bank details, credit card details, etc. and will help you by offering practical inputs to manage your wallet.
• You will be able to view your transactions
• You will be able to manage your budget,
• You will get the facility of accounts breakdown details for competent finance management.
The helps the wallet manager app can offer you:
• You will be able to check all personal finances by a simple click from this e wallet app,
• Use the date range feature you can set the bill payment reminder,
• You can view the transactions and their break ups by using charts and graphs,
• You can add your current bank balance and the rest of calculations about payment will be done by the app,
• You will be able to track all your financial expenses to manage your wallet,
• You can update your balance and transfer funds between two accounts.
It will take few minutes time to get downloaded and synchronized on your android device. Before you start using this “my wallet” app for your finance management, check its cool features.
• You will be facilitated to check your budgets under three categories: current budget, upcoming budget, and historical budgets.
• You will get the privilege of checking your expense accounts: you can check your starting balance, income transactions, expense transactions, and adjustments.
• You will be able to track the bills for pending payments: you may add categories, payees, and may select auto pay method.
• Reports feature will offer you your expense track with graph: you can check your daily expenses and find out your top expense areas.
• You can customize the app by setting currency, date format, and by choosing theme at par personal discretion,
• Choose notification on/off,
• You will be able to set security pin to control access to this “my wallet “ app,,
• You will be able to delete all transactions, which will help you to manage your wallet.
You can export your data in Excel sheet; however, in that case you need to upgrade your free wallet manager app: you may contact developer for detail at [email protected]. For all sort of query you can contact the developer, who is always happy to help you.
App Link To Download:
https://play.google.com/store/apps/details?id=com.softwareham.walletwatcher
If you would like to be the first to receive updates, Join the Beta Test Community:
https://plus.google.com/u/0/communities/111908280567119622471
This app has been finally released to production but has a tester link listed below.
https://play.google.com/apps/testing/com.softwareham.walletwatcher
The premium version is given on the basis that in order to activate the unlock, you will need to provide you email used to download the app.
100 users is the max beta testing team we require.
More Screenshots
Qualifications in Join the Beta Testing Group:
1.) Must give feedback upon getting the app.
2.) Email address is required to unlock the features.
3.) Must be willing to get updates before everyone else due to beta testing.
4.) Must use the cloud synchronization feature to help with stability.
Group is limited to 100 Users. Become a part of a group that helps innovate this app and receive this amazing app for free.
Okay, got it installed. I've gone through a lot of the features. So far no issues. I will update if I find anything.
I am willing to test, but neither of the links work.
hafridi said:
Qualifications in Join the Beta Testing Group:
1.) Must give feedback upon getting the app.
2.) Email address is required to unlock the features.
3.) Must be willing to get updates before everyone else due to beta testing.
4.) Must use the cloud synchronization feature to help with stability.
Group is limited to 100 Users. Become a part of a group that helps innovate this app and receive this amazing app for free.
Click to expand...
Click to collapse
KeylanHalfdan said:
I am willing to test, but neither of the links work.
Click to expand...
Click to collapse
For some reason the app isnt fully up yet. It will be up very soon.
EDIT: The application should be up now. Please tell me when you have it downloaded.
hafridi said:
For some reason the app isnt fully up yet. It will be up very soon.
EDIT: The application should be up now. Please tell me when you have it downloaded.
Click to expand...
Click to collapse
Just tried again. Still not working. I will wait a little while and try again.
evisser4 said:
Okay, got it installed. I've gone through a lot of the features. So far no issues. I will update if I find anything.
Click to expand...
Click to collapse
Thank you. I hope you enjoy the app. This is a replacement for Tangerine.
KeylanHalfdan said:
Just tried again. Still not working. I will wait a little while and try again.
Click to expand...
Click to collapse
Thank you. The link was not working for me either but at this moment it is. Please be patient and have it completely publish to the Play store. Thank you again.
EDIT: Please test the link and let me know if it is up.
hafridi said:
Thank you. The link was not working for me either but at this moment it is. Please be patient and have it completely publish to the Play store. Thank you again.
EDIT: Please test the link and let me know if it is up.
Click to expand...
Click to collapse
I tried it wiht Chrome, Firefox on my PC, and then I tried it with the XDA app on my phone to load through Dolphin, Boat Browser and Chrome. Still not working. for me. Tried just not at 5:28 PM EST.
KeylanHalfdan said:
I tried it wiht Chrome, Firefox on my PC, and then I tried it with the XDA app on my phone to load through Dolphin, Boat Browser and Chrome. Still not working. for me. Tried just not at 5:28 PM EST.
Click to expand...
Click to collapse
Ok. I am not sure why that is happening. Let me try to get someone else try it as well. I shall edit this post in a few minutes.
EDIT: For some reason my beta link is not working! I apologize. let me figure out why it is not showing for anyone else. Please pm me your email. I want to see if I invite you to the beta test community if that would work.
EDIT: EDIT: From what I could gather now, apparently the way google community works is that the person has to join the community. I will add the link at the top.
hafridi said:
Ok. I am not sure why that is happening. Let me try to get someone else try it as well. I shall edit this post in a few minutes.
EDIT: For some reason my beta link is not working! I apologize. let me figure out why it is not showing for anyone else. Please pm me your email. I want to see if I invite you to the beta test community if that would work.
EDIT: EDIT: From what I could gather now, apparently the way google community works is that the person has to join the community. I will add the link at the top.
Click to expand...
Click to collapse
Finally got it to work. Just had to wait a little while between joining the community, to accepting the beta, to having it be available on the Play Store.
The app keeps crashing seconds after I open it. I collected a bug report. Anyway to share it privately?
JJsevol said:
The app keeps crashing seconds after I open it. I collected a bug report. Anyway to share it privately?
Click to expand...
Click to collapse
Please pm here or you can also email me at [email protected]
Please make sure that you are all using the most up to date version. I do releases as soon as they pass alpha testing. And thank you all for all your help.
I would be happy to test this app for you. I use apps of this nature on a daily basis and can provide you with the assistance you need.
Thank you.
dirty2k9 said:
I would be happy to test this app for you. I use apps of this nature on a daily basis and can provide you with the assistance you need.
Thanky you.
Click to expand...
Click to collapse
No Thank you and any help you can provide will be appreciated. Please join the testing community by following the links in the first post. I also need your email address attached with your device to add in my list as a full version unlock.
I am happy to report everything is still working out great for me (Galaxy S5). I can't get over how quick this app is. I was happy when I saw the dark theme. Animations are nice too.
hafridi said:
Please pm here or you can also email me at [email protected]
Click to expand...
Click to collapse
@hafridi This might help others/or others can confirm happening on their device as well.
I flashed the stock kernel again and the same force close happens when I open the app.
My setup is Nexus 5, lollipop, stock kernel and happens on custom kernel too.
JJsevol said:
@hafridi This might help others/or others can confirm happening on their device as well.
I flashed the stock kernel again and the same force close happens when I open the app.
My setup is Nexus 5, lollipop, stock kernel and happens on custom kernel too.
Click to expand...
Click to collapse
ok so the issue is happening because of Google Analytics - Idk why that is crashing but it is.
Version 0.1.6 pushed.
Please let me know if you issues have been fixed or they are still existing

Categories

Resources