[APP] Easy Timer -[R]- 24/02/2011 -[U]- 11/09/2011 -[V]- v1.4 [Mango] - Windows Phone 7 Apps and Games

Name: Timer
I'm making this Timer app for windows phone 7. I searched for some timer apps on the marketplace (http://www.appsfuze.com/), I still don't own a wp7 device, working on that . I saw a few apps, but they all don't match the design of wp7 theme, and not all have the functionality of stopwatch or countdown.
So I decided to make an app myself, that matches the metro-design and also matches the theme you're using (light or dark). It has two modes: stopwatch and countdown. It'll be a free app because I'm a student and don't really do Windows Phone programming, it's just what I do in my free time
Video:
http://www.youtube.com/watch?v=y05BhoMqSss (light theme switch is at the second half of the video)
Some pics: see the attachments
Now I have some questions: what do YOU want to see in a timer app, what functionality can I add to my app? I don't have a wp7 device so I want to know some differences with the emulator (like locking and unlocking the device, you can't emulate that)
UPDATE:
------------------------------------------------------------------------------------------------------
Program is live here: http://social.zune.net/redirect?type=phoneApp&id=4a4bbd3b-4f23-e011-854c-00237de2db9e
There are no push notifications because of the complexity of the system (at least for me). Any requests and ideas are welcome! (landscape support is coming in the next version and maybe thombstoning handling)
------------------------------------------------------------------------------------------------------
UPDATE V1.1:
------------------------------------------------------------------------------------------------------
Program is live here: http://social.zune.net/redirect?type=phoneApp&id=4a4bbd3b-4f23-e011-854c-00237de2db9e
Ok this version can be run under lockscreen! (don't forget to activate that feature in settings).
Next update I will add the last countdown memory as requested and the ability to try to resume the timers if the program was stopped and reopened.
Greetings and thx for support
Edit: added the .xap package because the marketplace version is still 1.0...
------------------------------------------------------------------------------------------------------
UPDATE V1.2:
------------------------------------------------------------------------------------------------------
Program is live here: http://social.zune.net/redirect?type=phoneApp&id=4a4bbd3b-4f23-e011-854c-00237de2db9e
Most people were probably waiting for this: the timers are now resumed when you close and open the app again! Now you can finally check your mail or send an sms and come back to your timer later.
The timer-start variables are stored, at the launch they are restored. Of course, the alarm CAN'T go off while the app is closed! (WP7 doesn't have multitasking).
Lap times are now calculated correctly. In the older versions you had this bug: you can't receive an sms while a timer was running, now it's solved.
The next versions will add some more usability and requested features (like the memory function, or pause and reset timer buttons) and new ideas are welcome!
I don't know if the latest version is distributed worldwide (I can see 2 versions in my app hub: English and EnglishNorthAmerica) If anyone outside USA can confirm that they are able to update (or fresh install) to 1.2, that will be nice.
I added a .xap for all other people without marketplace, in the attachment.
------------------------------------------------------------------------------------------------------
UPDATE V1.3:
------------------------------------------------------------------------------------------------------
Program is live here: http://social.zune.net/redirect?type=phoneApp&id=4a4bbd3b-4f23-e011-854c-00237de2db9e
Not a big update, but some people requested it:
- You can now "export" stopwatch data. You just send an email to yourself so you can use that data later.
- There's a memory function for countdown. The last timer set is now remembered.
.xap file for people without marketplace is in the attachment
------------------------------------------------------------------------------------------------------
UPDATE V1.4 Mango features preview:
------------------------------------------------------------------------------------------------------
I was typing extended info on the new features here when I accidentally closed the window. So just look at the video:
http://www.youtube.com/watch?v=ZCspKWwS8S4
I will release this app soon (1-2 weeks from now) I hope I can still submit to marketplace, my student account is almost 1 year old
The app will still be free.
Oh, just saw some comments more on this! Thanks for the support. I will redesign UI a bit before the release, so it'll use the default time picker.
Other feature requests are not forgotten! Just stay tuned, I'm programming this in my free time
------------------------------------------------------------------------------------------------------
UPDATE V1.4 (Mango):
------------------------------------------------------------------------------------------------------
Alright, the app is now on the marketplace! You can update/download it there. The new .xap is also in the attachment for those who still can't use marketplace (HD2)
Blogpost: http://alexju.be/blog/?p=251
------------------------------------------------------------------------------------------------------
Grtz, Ioulian Alexeev
http://alexju.be/blog/?p=86

The only thing i can think of would be to have it play a sound and vibrate once the countdown is complete. That way you could use it for cooking and stuff

Audio said:
The only thing i can think of would be to have it play a sound and vibrate once the countdown is complete. That way you could use it for cooking and stuff
Click to expand...
Click to collapse
Yep, it's already there ^^ (vibration needs to be tested cause the emulator wont emulate the vibration either)

simple , clean , real good looking good work .
hope to see it soon , I am getting this app for sure .

Looks great!
Hope can be released soon

very much interested in this. Will be even better when wp7 will let it run in the background.

nrfitchett4 said:
very much interested in this. Will be even better when wp7 will let it run in the background.
Click to expand...
Click to collapse
yes, I had the idea to make the countdown timer visible as a live tile, maybe I'll add this functionality in the future versions still very newb with wp7 development

ioulian said:
yes, I had the idea to make the countdown timer visible as a live tile, maybe I'll add this functionality in the future versions still very newb with wp7 development
Click to expand...
Click to collapse
I believe it is possible to run timers in the background, by calculating the time between the app was closed and it was reopened. So it's not technically running in the background but is able to update the timer when you return to the program. Unfortauntely though it would not let you signal an alert or anything unless the app is actually open.
The alternative would be to have a webserver for the app; when you set a timer, eg 30 minutes, the app will register this with the webserver. Whether or not you are still in the app, the webserver can send the alert to your phone as a traditional toast notification (via MS servers as usual).
Here's a suggestion; perhaps you could develop this app as freeware, but make it a euro or two for this live tile / toast notification functionality? As it stands, it looks way more metro than the other timers I've tried so far. I need a timer for cooking!

wheresmybeaver said:
I believe it is possible to run timers in the background, by calculating the time between the app was closed and it was reopened. So it's not technically running in the background but is able to update the timer when you return to the program. Unfortauntely though it would not let you signal an alert or anything unless the app is actually open.
The alternative would be to have a webserver for the app; when you set a timer, eg 30 minutes, the app will register this with the webserver. Whether or not you are still in the app, the webserver can send the alert to your phone as a traditional toast notification (via MS servers as usual).
Here's a suggestion; perhaps you could develop this app as freeware, but make it a euro or two for this live tile / toast notification functionality? As it stands, it looks way more metro than the other timers I've tried so far. I need a timer for cooking!
Click to expand...
Click to collapse
Good idea, I'll look into that!
EDIT: I searched for some more info on toast notifications, but there's one thing that's bugging me.
So I can send and notification and the phone receives it, but if there are more than one app running, then a person might receive a notification that is from another user... Toest notifications are perfect if there's one message for all the users? or does it only send notifications to the phone that has requested that?

I've been searching for a free Timer App (there a already a number of free Stopwatch app) ever since I got my HD7. This is really very timely.
Whatever you have is already good enough as a launch product!
Suggestions:
1. As suggested earlier, to be able to ran even when WP7 is off (i.e. screen is off). Even better, if WP7 is running other app.
2. Have a different font color for the title of the app (probably build into the theme color change or just a separate settings option)
3. Ability to change the Alarm sound.
4. When Stopwatch or Timer is running, to blow up the font size of the running digits to cover the screen size (good feature) and have the fonts in different color (option)
I'm looking forward to your app and if you need someone to help you to test, I'm definitely willing but from what I know, I have to unlock my HD7 before I can do any software testing.
Thanks in advance for coming up with the app.
May I suggest a few names for the app?
1. Free Timer
2. StopW n Timer
3. Timer n StopW
4. Tmr n StopW
5. StopW n Tmr

This...looks...AMAZING!

It is possible to add option for reset en restart automaticly the couldown ?

This application is released on marketplace! Check the first post for more info!

I've tried the application from the marketplace today and while I really like it, there are still two plotstoppers for me:
Like:
- Nice, elegant design
- Fast transitions between stopwatch/timer
Dislike:
- The last set timer isn't saved. If I use the timer for my 5:40 boiled-egg every morning I have to set the timer everytime anew. Would be good to have a "reset to last set time"-option that is saved when exiting the application.
- The application really needs to prevent the phone from going entering standby-mode. As long as the timer or the stopwatch is running the phone and the display should stay switched on.
Maybe you could considering implementing my suggestions.
Thank you for your app anyway

skycamefalling said:
- The last set timer isn't saved. If I use the timer for my 5:40 boiled-egg every morning I have to set the timer everytime anew. Would be good to have a "reset to last set time"-option that is saved when exiting the application.
- The application really needs to prevent the phone from going entering standby-mode. As long as the timer or the stopwatch is running the phone and the display should stay switched on.
Click to expand...
Click to collapse
Yes, the tombstoning is a big issue. The next update will have a better support for this feature. I hope I can prevent the screen for turning off.
Thanks

ioulian said:
I hope I can prevent the screen for turning off.
Click to expand...
Click to collapse
I'm sure...you grow with your tasks, you know

Hello again
I saw your video on youtube.. im the one that posted those comments. here if you want me to help you with the design end please let me know. i have some ideas design and i can show then to you... email me at [email protected]
i really wanna help.

Great app!! Very simple (=positive!) and works great. However...could you please make a version without background? That would make it even more cleaner (=again positive! ) and more 'metro-ish'.
Keep up your great work!

JHoogstede said:
Great app!! Very simple (=positive!) and works great. However...could you please make a version without background? That would make it even more cleaner (=again positive! ) and more 'metro-ish'.
Keep up your great work!
Click to expand...
Click to collapse
Ok, I will add this functionality, I just submitted new version (with possibility to run behind the lockscreen). Once this is approved I will do the next update.

The only thing i can think of would be to have it play a sound and vibrate once the countdown is complete.

Related

GAlarm

i don't know much about writing apps for android or else i would work on this, but when i had winmo there was an app called galarm that allowed the user to set an alarm and rather than just a regular alarm that allows you to just hit snooze you have tho either solve a number of math problems(user sets number to solve) or complete a maze(could drag ball or tilt phone) i really liked this because i can snooze a regular alarm in my sleep but this was a whole lot harder to snooze. the math problems where difficult(using mult, divide, add, subtract) and the mazes where rediculus too. please someone let me know if you could make this app, i would be willing to buy it off the market when finished, but i would prefer not to since the original was free.
i never used this but i want this now. i would gladly pay for an app that does what you described
BSDADON said:
i never used this but i want this now. i would gladly pay for an app that does what you described
Click to expand...
Click to collapse
This does sound sweet. Maybe not super difficult, but like (3+12)÷5=
CBowley said:
This does sound sweet. Maybe not super difficult, but like (3+12)÷5=
Click to expand...
Click to collapse
i can't believe none of you used this before, the math problems were multiple choice so if you suck at math you could guess, but one morning i got mad cause it wanted to know what 45*97 was or some wierd combo like that. certainly made sure i woke up in the morning
ask the Dev :
http://forum.ageye.de/viewforum.php?f=3
doubt that he'd build an Android version from scratch without a device, but might be worth asking.
one of the probs with the Android Market so far is that a lot of devs are just copying the apps made by XDA dev people for WinMo (which are free or donation apps) and selling them on the Droid Market. We need more XDA Devs to get Droid phones, it was more fun seeing apps developing on here over months, before they go on sale or whatever.
Yeah, this is exactly what I suggested on the "Suggest App Idea" thread. I'd be in for a few bucks, even if it was a donation version (with free version).
Yeah, i loved Galarm on my last device... I miss it very much.
I would love to see it on Android but I wouldn't pay for it, since i CAN'T. My G1 dosn't show any paid app to me to buy...
Sry for the bad english
*push*
some would say im already dead but no - im sleeping.
i urgently need an alarm app which features all galarm pros: puzzles to snooze and disable the alarm.
does any1 know such an app?
METZGERR said:
*push*
some would say im already dead but no - im sleeping.
i urgently need an alarm app which features all galarm pros: puzzles to snooze and disable the alarm.
does any1 know such an app?
Click to expand...
Click to collapse
This one just does math problems but it works great for me and I used to sleep through three alarms.
http://www.androlib.com/android.application.com-av-mac-jiiw.aspx
"Alarmed" does maths questions and anagrams.. There's a free lite version as well.
http://www.androlib.com/android.application.com-heychinaski-alarmed-qzwB.aspx
You might want to check Alarming Alarm Clock its $0.99 in the market and I love it. You can choose between math or a puzzle. Alarmed Alarm Clock is really nice too. If you only need one alarm the free version is great.
i tried klaxon [paid version] which is quite good besides the option to enable puzzles or maths to disable the alarm.
however the snooze function seems not to work: snooze is set to 5 minutes but the alarm only rings on more time 5 ~15 minutes after i hit the snooze button... however snooze is essential for me so my question is:
is there any app, paid or free, which has a working snooze function AND a hard-to-disbale alarm (so you cant easily turn it off while still asleep, like pressing a big button instead of going into menus and ask to quit)?
I have a payed version of Galarm and Gprofile but since I left winmo behind, I can't use them, android version would be mostly welcome.
I love g-alarm and rely on it daily. i currently use winmo, but have a evo4g on order. a g-alarm app is the first app i'm looking to have for android. i wish there was an android version available. i bought the latest version for winmo and never looked back.
Alarmed
you can disable the volume buttons for snooze, Ramped alarm volume, and it works every time i set it..
Try Alarm Clock Plus, it does exactly what you described, its free, and has varying levels of difficulty for the math problems.
Alarm clock plus ftw....****er wakes me up everytime lol
all this apps are nice, but totally far from G-Alarm !
i've got my Desire HD 2 days ago, but actually i can't find nothing that have the same
G-Alarm option
mainly:
1) Random MP3 Player
2) FaceDown to snooze
3) Calculator to turn it off.
Gentle Alarm, actually is the best, it have Random MP3 Player, but you have to create a playlist, 'cause you can't simply select the mp3 from you sdcard
the good things of this application is the profile, so the phone can switch in ariplane mode during the night and switch on after the ring.
still looking for more
Sorry for bumping sort of old thread, but I thought I'd inform people about this http colon //www dot ageye.de/index.php?s=news&id=9. First beta of G-Alarm for Android was released on December 23rd, 2010. Yey for ageye! =)
(Not allowed to post proper links yet.)
Hello
I know that thread is quite old and GAlarm is still under development but I'd like to recommend You my version of alarm clock. It's first version so it still lacks some functions available in other alarms, but expect more updates soon .
When it comes to math problem it has three levels: tasks might be "complex" but the result is not too big number. Beside math problem You can solve "citation problem".
You can find application on Android Market: Caynax Alarm Clock.

[APP] SwitchMe Root Profile Manager needs INCS testers please!

Hi everyone. Im one of the developers of SwitchMe, and app that allows multiple secure logins into separate installations of android on a single device. The pr is after the break.
I really need a few people to check into some issues people on some roms have been experiencing. There are some warnings involved:
- testers must perform a full nandroid backup before using the app, it is not our responsibility if you start getting boot loops
- if you report results or bugs, please use the "Write to us" function in the app whenever possible, and always describe the issue in the header of the logs you send
- if you post here, be sure to include your device type and rom
- if you have apps installed on sd, be sure to mention that as well
--------------------------------------------------------------------
SwitchMe is a unique application for root users that allows you to log in and out of multiple installations of Android just as you would on a desktop computer.
The technology behind SwitchMe saves all of your applications and data, protects it and stores it as a file in memory. You can then log out of an
account and log into a fresh installation of Android or another account with its own unique content.
You may create as many profiles as the memory is capable of holding. Some of these may require very little free memory because they contain few apps,
others will be larger as they contain many applications and lots of cache and data.
Why is this functionality useful?
Privacy - the most obvious benefit is that you can securely share one device among multiple users, which gives you privacy and peace of mind.
Testing - if you are a developer, you can use profiles as clean sandboxes to test your applications and their interaction with the system.
Gaming – with multiple installations of Android on a single device, you can now play online MMOs as different characters.
Speed - the games your kids play slow down your tablet, but with SwitchMe you can easily create profiles without games or instant messengers.
Battery life - when the battery is low but there are important emails or documents to edit later, switch to a profile which only contains these essentials.
These of course are only suggestions - there are plenty of other uses for the functionality SwitchMe offers.
Market link:
https://market.android.com/details?id=fahrbot.apps.switchme
The Lite version allows the creation of two profiles, enough to test on.
Screens:
Just started to test it, created 2 profiles : one main, one for testing the switching. After first switch, loading circle started, remained stuck for 10secs (same happens when switching back), then restarted. New loading screen showed up, first load took about 5-7mins. After all loaded, switchme requested SU perms and new google account interface started.
One possible bug i noticed, usually when new google account interface starts, the mobile data service is started so you would have connectivity. This time it didn't start (i had it turned off in profile 1, then switched to profile 2). Although it works properly, it just didn't start at first startup.
All my installed/downloaded applications are not included in the app drawer, so that works nice.
But a drawback i noticed. If the app is focused on the privacy part of sharing one device, gallery pics&videos are accessible from both profiles, so you might want to think of a way of restricting pics&vids accessibility only to the profile that created them (big challenge from my point of view).
All default installed application seem to work without a problem.
One strange thing i noticed, our custom ROM has Beats audio included - in profile 1 (my default one) switching Beats audio on/off works, but on profile 2 (newly created profile) switching it off makes it stuck on off (switching it back on has no effect on audio).
As i don't have a necessity for this app to run it as a daily profile switcher, can't test more in-depth scenarios, but if you want something tested/have a scenario, write it up here or send a PM. Good luck with the development.
Using Nik IncredibleS Trinity SensationXL4.0 ROM (2.3.5 android with 3.5 sense) with included 2.6.35.14 RCMIX VIVO kernel (with my HTC Incredible S S710e).
SwitchMe 1.2 has been rolled out and now includes a lockscreen replacement:
1.2
Added lock screen for logging in and out
More stable Fast switch implementation
Reworked UI colors
Now, its very important that we get some feedback on how this big new feature works, so please read up on it in the help and post your thoughts!
1.2.2 - HOTFIX 2
Reworked widget on qHD+ displays
Fixed widget text on HC and ICS
Fast switch improved on older devices
So guys, anything to report?
1.4.3.7
Fixed device specific switch screen crashes and issues
Fixed UI bug in switch screen preferences
If anyohe had problems with superuser before, this should fix them. Please let me know if that is the case, its important we get some feedback here!
Anything to report regarding yesterday's release?
By the way we released a new app today some of you might also find useful, you can find it here:
http://forum.xda-developers.com/showthread.php?t=1538222
PLEASE CHECK IT OUT AND BE KIND
Touch Blocker Beta - a simple but useful app that makes holding and using your device easier
There are two basic functions:
- create dead zones where touches do not register
- filter the screen when reading in low light
We are already in a relatively stable Beta release - whats left now is adding new features and making it all look pretty. You can follow this process at the thread here.
Please be sure to write suggestions - we are looking forward to engaging the community and building a useful and nifty application that many will enjoy!
Market link
https://play.google.com/store/apps/details?id=fahrbot.apps.touchblocker
Screens
Debugging
If you experience issues, the best way to help is by reproducing them and then clicking "write to us" - be sure to include a description of your error or we may not read the logs.
1.5.3.1
Fixed issue with lock on boot
Fixed some rare crashes on lock screen
Fixed MIPS and X86 Key compatibility
Is the latest version working well?
I take it everything is fine?
1.5.3.8
Fixed issue switching profiles (One X and others)
Fixed rare crash on adding/ removing profiles
Fixed many device specific issues from user logs
- Only bug/or maybe a feature I noticed is The app itself have different settings between logons. I mean If I optimize in one logon, I must made the same changes in other account too. Its sometimes frustating.
- And the setting "logout automatically" not worked correctly. When I speak to someone on phone and proximty turn of the screen, and I remove phone from my ear, It shows the logon screen, everytime.
Seems like everything worked flawlesly. But I have a question. What happens if I uninstall the program?
Özgürce said:
- Only bug/or maybe a feature I noticed is The app itself have different settings between logons. I mean If I optimize in one logon, I must made the same changes in other account too. Its sometimes frustating.
- And the setting "logout automatically" not worked correctly. When I speak to someone on phone and proximty turn of the screen, and I remove phone from my ear, It shows the logon screen, everytime.
Seems like everything worked flawlesly. But I have a question. What happens if I uninstall the program?
Click to expand...
Click to collapse
Lets use our brains to think logically. If it was possible to disable any security by calling the phone, what would be the point of any security at all?
ftgg99 said:
Lets use our brains to think logically. If it was possible to disable any security by calling the phone, what would be the point of any security at all?
Click to expand...
Click to collapse
You didnt get my point. This is happen when im on the phone with someone. I need to logon an account to hangup and this take time. If you think logically; I must be already logoned to a profile before starting to speak someone.
Sorry for my bad English.
Sent from my HTC Incredible S using XDA
Özgürce said:
You didnt get my point. This is happen when im on the phone with someone. I need to logon an account to hangup and this take time. If you think logically; I must be already logoned to a profile before starting to speak someone.
Sorry for my bad English.
Sent from my HTC Incredible S using XDA
Click to expand...
Click to collapse
Ah now i see what you mean. However, my logic is still right. You are using it on a phone, and phones are not well suited to automatic log off. I mean just how often do you need to switch profiles? Surely you should be doing it manually...
thank you for sharing
Sent from my HTC Incredible S using xda premium
How can I join switchme developers?
huazvi said:
thank you for sharing
Sent from my HTC Incredible S using xda premium
Click to expand...
Click to collapse
OK enjoy!
kabukinimo said:
How can I join switchme developers?
Click to expand...
Click to collapse
Are you saying you want to work for us?

[App] WP7 Calendar

posted for my friend, have no internet connection
Hello
WP7 Calendar is now available. This application enable to consult your calendar synchronized with your smartphone.
The application is available through this link:
http://windowsphone.com/s?appid=6bbbd974-077f-4217-98e9-1d177b5570d0
There is a trial version to allow you to discover the application, don’t hesitate to download it
The launching price for one week is set to 0.99 then it will pass to 1,49
Good use
Laranzu
Does this works with already existing calendars or you need to add that to the app ?
The app use the calendar associated to the account you set in your phone.
The app recover automatically the appointment set for each account.
And what are the benefits/advantages/unique features over built-in calendar? Why should I buy this one?
sensboston said:
And what are the benefits/advantages/unique features over built-in calendar? Why should I buy this one?
Click to expand...
Click to collapse
Because it displays week numbers, maybe?
I'll give it a try and report back...
Edit: On the Display page (as shown on last thumbnail) maybe you should leave the start and end times free to choose, not everybody does a normal job, you know, just an opinion. And by tapping the tile, day or week (depending on the tile tapped) should be opened instead of the parameters page which IMHO should be last..
Nice app otherwise, the built-in calendar is frustratingly lacking features.
well, the starting point of the project was to offer a week view. It's something that the built in app doesn't not offer
The browsing between the different view is done with flick instead of having to tap on an icone in the application bar. In the build in app to access month view you have an icon for that.
The month view i provide give some usefull information that let you know if you have appointment in the morning, afternoon or all day. The build in app just display text so small that it's useless.
You can swap easily between view by clicking on week number or on the days. Nice when you want to set an appointment in the futur.
For the tile, you have 2 kind of tiles : week or day. The built in app offer only day and for only the next appointment.
With my tile you can have a graphic view of the day or week and/or the next 2 appointment for the current day.
But the best way to discover the app is to give it a try
Its nice application, but only 5 starts in trial mode is very liitle :-( When i set Live Tiles, some options and trial is done :-( Cannot test, 10 starts could be better number...
One definite bug, and two maybes (first one is a bug);
1) When doing AM/PM, it shows Noon as 12AM middle of day - should be 12PM (this is on day and week views)
2) When viewing day, it does not display starting at the start time you select (not sure where it starts, at current time of day you view it?). Week does.
3) My live tile shows nothing when you first pin it. Takes awhile to show anything (I am guessing the 30 minutes).
LiFePo4 said:
3) My live tile shows nothing when you first pin it. Takes awhile to show anything (I am guessing the 30 minutes).
Click to expand...
Click to collapse
This one is a critical; if author not implemented prompt tile updates (using push notification), this app is useless (regardless of week view).
1) hmm, my mistake. didn't notice that as i mainly use 24h.
2) when you display current day, time is set to the current time. When it's not current day, it's start à midnight. I have to agree that currently the parameter is not clear. Should be better with the next update
3) The first tile update is not generated from the app. you have to wait max 30mn. it's also something i'll adress in the next version.
Beside the first generation, update are running fine.
Thanks for the feedback, it'll help improve the application.
wp7calendar said:
1) hmm, my mistake. didn't notice that as i mainly use 24h.
2) when you display current day, time is set to the current time. When it's not current day, it's start à midnight. I have to agree that currently the parameter is not clear. Should be better with the next update
3) The first tile update is not generated from the app. you have to wait max 30mn. it's also something i'll adress in the next version.
Beside the first generation, update are running fine.
Thanks for the feedback, it'll help improve the application.
Click to expand...
Click to collapse
Thanks. Love the week view. My wife loved it so got it for her's as well.
Following the return of the betas testers and also of the first users, here are the main elements of future V1.1:
View:
- Addition of fixed hour day view (almost finished)
- Addition of a 24hours scrolling week view
Tile: Improvement
- dedicated screen for customization
- Tile preview in the app
- First tile generation made from the app
Number of launch for trail version increased : between 10 and 20 (to be defined)
+ several little things
Delay : Less longer than you wish, faster than you hope 
Benefit from the last days to profit from launching price: change of price Monday
PS: don’t hesitate to evaluate the application
One suggestion, please consider making it open on the day view instead of the parameters page.
It's already done
check in the parameters
wp7calendar said:
It's already done
check in the parameters
Click to expand...
Click to collapse
Sweet! I can choose any page now!
Thanks
This is a nice app. I'll like it more when it can be used to actually edit the calendar. I understand this is a limitation of the OS and not the app though.
A thought:
I don't like when calendars show Sun at the end of the week. It'd be nice to have the option to have it at the beginning of the week.

[APP] - TrackUrSelf -[U]- 16 Jul 2012 1.21 (Fixed)

Name: TrackUrSelf
Having been an avid user of windows phone and a GPS enthusiast, I have always wanted to create an application which use this technology. rather than develop an map application, I decided to use the background agent of windows phone 7 and create an application which tracks your movement. This is very useful for hiking/trekking adventures as well long drives.
This application only tracks the location and displays it on the viewer. The locations are never sent out (other than skydrive backup), so this is not a stalker app
I would welcome your views and feedback on this application.
Changelog:
+ Aerial mode added
+ KML Export/Backup to Skydrive added.
+ Added Live tile with back tile info
+ Background image for the app and skydrive page.. looks better now
+ Fixed a bug, which was not letting you a take a backup without quitting the app.
+ Filename has Date&Time appended, which would enable multiple backups being stored in your skydrive (should have been there in the first place)
+ Fixed crash bug while updating live tile through background services. Forgot about cross access thread exception.
+ Implemented crash log reporter
You would need a developer unlock phone to sideload the application, it does NOT need any interop unlock or full unlock to launch it.
Source: http://forum.xda-developers.com/showthread.php?t=1655712
Download Link: Attached XAP file
Hi darthveda,
Looks like a nice app, but I wonder how this app will influence your battery life? When hiking you generally do not have wall-plugs at your disposal to charge your battery when needed.
How often does the app store your position?
it's 30 minute interval, pre-defined by WP7. It's a periodic task. I am running it on my system for over 2 weeks now, haven't had major power usage due to this.
Posted new version
Updated with the newer version
The app looks interesting. Is there a way to export the data that is generated?
fabKalix said:
Hi darthveda,
Looks like a nice app, but I wonder how this app will influence your battery life? When hiking you generally do not have wall-plugs at your disposal to charge your battery when needed.
How often does the app store your position?
Click to expand...
Click to collapse
Dont be so sure of that , if your serious about hiking then dont leave home without this:
http://www.biolitestove.com/
I waited 7 months for this to be released and I can tell you it works , its actually amazing and could be a life saver , this app might just help people considerably with rescue as well!!
psyh0e said:
The app looks interesting. Is there a way to export the data that is generated?
Click to expand...
Click to collapse
At this point, NO. The reason is for privacy reasons but will look into implementing this feature in the next update.
As of 1.1, you can now track your position whenever you want apart from 30 minutes interval. And I have made sure not to store the location if it is same as before. Regarding battery usage, I don't have major impact on my battery usage.
Well can store the positions as a log file , and possibly upload the log files , i think it would be incredibly useful to be able to log the coordinates , whether its every 30 minutes or more (less) , just thinking how usefule this info could be!
Ok will implement it, I am not sure if wp7 allows me to write word files if it does then i will write a table in that itself
else a normal csv file would do i guess.
Also, adding the map modes as an option, right now it is street, will enable hybrid, satellite modes as well. This was a suggestion in marketplace reviews
Thanks for the suggestions guys, keep it coming
i used this app yesterday on a small scale , just a few miles and I have to say I like i will continue to test it as this is a unique kind of app!
Thanks Vintage144.. am waiting for MS to approve the app update, don't know why they take so long to do that. After that I will work on 1.2 with the new features requested.
Hi Guys, For Spain winning the euro 2012 , here is my treat.
I have updated the app to 1.2 with the following features:
1. You can now change the map view to Aerial mode and revert back
2. You can now update the tracked locations to a KML file and store it in your skydrive.
Please check and let me know if anything didn't work or you have any suggestions to be made
Size of 1.2 XAP is 0kb upon download mate, might need to re-upload for us? :good:
Size of 1.2 XAP is only 0kb
I downloaded the 1.2 version and it was 550kb, i have re-uploaded the version again with the suffix new in it. Let me know if you still have the problem, will upload on skydrive and share link.
very good....
darthveda said:
I downloaded the 1.2 version and it was 550kb, i have re-uploaded the version again with the suffix new in it. Let me know if you still have the problem, will upload on skydrive and share link.
Click to expand...
Click to collapse
Works for me. Thankyou
Few days back, I started learning about shelltiles and have implemented a live tile update with a back tile info as well.. (yeah, that's how i learnt WP7 programming, through my apps )
Can you guys tell me if it sounds a good idea and looks good?
Fixed a critical crash bug while updating the tile through background service, forgot about invalid cross acces exception. Because of the crash WP7 was disabling the background agent. Nice feature by the phone took me a while to recognize why it was behaving the way...
Please install the fixed XAP version.

[Android 4+][App] Talon for Twitter

{
"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"
}
Note: This version of the app has hit its token limit, for more info on my plans and its future, check out this post: http://forum.xda-developers.com/showpost.php?p=56228193&postcount=553
Hello guys! From the creators of Sliding Messaging Pro, I would like to announce one of our new projects: Talon for Twitter!
This one, along with klinkdawg's EvolveSMS are the two brand new apps that we have been creating the past few months. They are full of polish, features, and beautiful design and KitKat style! Both of these apps are availible on the Google Play store today, but lets get to know Talon a little first
Talon for Twitter - Google Play Store
-----------------------------------------------------
Play Store Description:
Get fully immersed in your Twitter with this beautiful, feature PACKED Twitter client with a design that actually makes sense!
Created with Android 4.4 (KitKat) in mind. Includes full screen layouts, stunning animations and more! Of course that doesn't mean earlier versions of android get left out! The only thing that wasn't able to be recreated in Android 4.3 and below was the transparent navigation and status bars... Sorry! It just isn't possible
Beautiful, up-to-date layouts, designs, and neat animations isn't the only thing Talon has going for it though! The list of features is enormous as well, doing everything you could ever want from a Twitter app right off the bat. Even though it is new, I have added every single major and minor Twitter feature that I think is absolutely essential plus a ton that most people wouldn't even think of. Here is a pretty comprehensive list of its features:
Twitter features:
- Live streaming support
- Support for 2 accounts
- View your timelines (main, mentions, direct messages, links, and pictures)
- View retweets, favorites, Local and world trending, user profiles, Twitter lists, and more
- Favorite users
- Search Twitter
- Delete, favorite, retweet, quote, and reply to statuses
- view replies to statuses
- Update your profile picture, banner, location, and user description
- block, follow, and add users to lists
- search for your friends to tweet at
- Attach pictures to your tweets
- Attach locations to your tweets
- And the list goes on
Customization features:
- Extremely powerful developer theme engine (Read the second post )
- Choose between either "Talon" or "Hangouts" layouts
- Choose from 3 beautiful base themes (light, dark, and pitch black)
- Custom text sizes
- Night mode
- Auto-Refresh options
- Custom notification settings
- And many other goodies in there as well!
App Features:
- "Talon Pull" to be always listening for interactions (mentions, retweets, favorites, new followers, and direct messages)
- Expandable, actionable, and dynamic notification system
- Full app popup
- Full emoji support
- View in-line Twitter and Instagram pictures
- View in-line YouTube thumbnails
- Native YouTube player
- In-app browser
- Complete landscape and tablet modes
- Advance to new pages in a "windowed" viewing mode
- Never leave your timeline with in-line replies, favorites, and retweets
- Actionable toast bar so you always know where you are and can jump to the top
- Hiding action bar
- "Do not disturb" mode
- Widget for main timeline
- DashClock Extension
- Draft system for unsent/failed tweets
- Google style pull to refresh for quick refreshing
- Save tweet pictures
- Share content with other apps, to and from Talon
You will never go back to your old Twitter client again!
Enjoy Talon and don't hesitate to contact me with questions, requests, or bugs!
Thanks!
Contact me (Luke Klinker):
Email: [email protected]
My Twitter: @lukeklinker
Talon's Twitter: @TalonAndroid
Google+ Beta Page
Emojis
Here are two different emoji plugins for you to choose from, choose whichever suits you best, install it and never worry about it again!
Sliding Emoji Keyboard - Android
Sliding Emoji Keyboard - iOS
Permissions Explained:
- Write to Storage: Saves pictures to your SD card and writes them into the cache.
- Read from Storage: Used when backing up settings.
- Location: Used for trends and attaching locations to tweets.
- Network Communication: Obviously have to be able to interact with Twitter
- Network State: Used so the user can toggle background sync to only over WiFi.
- Run at Startup: Re-schedules the background refreshes.
- Keep Awake: Used for background refreshes and waking the screen.
- Vibrate: Used for the notifications.
Credits:
- Jacob Klinker: to many things to list! Tons of ideas, support, and inspiration
- Aaron Klinker: Icon Design
- Other open-source libraries and resources used can be found under the 'Get Help' section in settings.
-----------------------------------------------------
Screenshots:
-----------------------------------------------------
Closing Comments:
I have worked really hard to bring you guys a great experience right from the start this time and it really shows, from the login screen to the timelines, you will be fully satisfied with the design, execution and finesse that Talon brings to your phone. It isn't going to take months to get up to speed like Sliding Messaging did. I have designed this to be efficient, fast, and just work, right from the start. I learned a ton from that app and Talon goes to show just how much.
Hope you enjoy it as much as I do, sound off in the comments with question, concerns, suggestion, or whatever else you feel like saying about the app!
One more thing to say before I leave you here, please remember that this is XDA, and you are all expected to be a little bit different Android users, if you are having a force close or something, I would like you to be able to post a logcat of it. If you are wondering about why I did something the way I did, then I will probably explain it to you in a programming sense instead of how I would to a normal user on the Google+ beta page or something, because that makes much more sense to me, is easier on me, and you should be able to understand it a little bit better... Just keep that in mind and stay on topic please
Frequently Asked Questions
Frequently Asked Questions
1.) Push Notifications
I am just going to say this now, before anyone asks: Push notifications will not be coming to Talon unless something changes with the Twitter APIs. I have created "Talon Pull" with is simply an always on, listening/streaming service that will receive new tweets from Twitter whenever your Twitter handle is included. To read more about this option, look at the "Talon Pull" section below the "Reasons" section.
Reasons
This will be the more technical part of this post, if you don't want to read and understand it, then you will have to just accept my answer from above. If you don't accept that I know what I am talking about... Then by all means, read on, I will try to keep it as simple as possible.
To access Twitter, they have provided us with the REST APIs (currently version 1.1). These APIs allow developers to communicate with Twitter in real time by just submitting requests to get data from the network. They make it relatively simple - if you know what your doing - to obtain the data that they allow you to get and store, but there are plenty of limitations to these APIs, which make sense: Twitter is a completely free service and make their money off of advertisements. They want people to use their official Twitter products (such as the web or their own Android app) to access their services because they are able to place advertisements in them and that is the only way they make money. So they just aren't going to make some things available for 3rd party developers.
One of those things is their push notification system. As I said before, they allow us to access their services with these REST APIs, but they also have a Streaming API available so that a 3rd party service, such as this one, could be "always connected". Sounds great right? Maybe, maybe not. More testing probably needs to go into it, because it is very new in Talon. For the past few weeks though, I can say that it doesn't seem to take up much more battery than sycning on an intervol does. So try it and let me know. I have done the best I can to optimize this service, but if you want to know more about it, read below in the "Talon Pull" section
What these streaming APIs should be used for is a server side interaction that would then connect to GCM (Google Cloud Messaging) and send push notifications from there. I would love to say I am working on something like this, but it isn't possible for a developer like me. I don't have the time, resources, or knowledge to set up a complex server like this. The knowledge I could get, but I am a 20 year old kid, working off of this 1 MB/sec internet connection while being a full time college student at the University of Iowa. I wouldn't be able to handle the upkeep of the system like this or the traffic. I just don't have the backend necessary for this type of thing, and there aren't many developers who do. So push notifications from the server side? Way out of the question.
That leaves only one thing to do: wait. Maybe Twitter will open up some kind of push notification service to it's developers, but I wouldn't count on that. The ideal thing for them to do would be to set up their own GCM server for us to communicate with, but I don't see that as being likely at all because of the advertising. That would take away one of the main draws for their app, leaving it with almost nothing that 3rd party developers can't do. For now though, "Talon Pull" seems to be working well and I would encourage you all to try it out. Battery seems to be fine, the one drawback is that you must be connected to a datasource right when the interaction happens or it won't be saved or shown.
Talon Pull - My solution/workaround
As I said before, this is NOT push notifications. Push notifications are sent to your device to notify you from some kind of server. They aren't always on, and only turn on when your device receives the info from the web service.
Talon Pull on the other hand, uses Twitter's Streaming API to just create an "always on" service to be constantly listening for and streaming tweets that contain your Twitter Handle. The way this works is that you are signed in with your API keys after you turn on the option to enable Talon Pull. I then just create this "listener" that Twitter's servers will send new tweets to. Luckily, they will take care of most of the filtering of those tweets on their end, to reduce the load as much as possible on your device (because before the filtering, it literally will receive every single public tweet that is happening. It was amazing when I first flipped and saw the tweets flowing over my log haha). So we filter it down to as few of tweets actually reaching your device as possible, then I start broadcasting the notifications when you receive the new ones.
Overall, it is a relatively simple process, the problem with it though, you have probably already realized, you have to be constantly connected with a data service or the app won't know when to receive the new tweets. Obviously that is the part that is going to end up taking the battery (if it does), not "bloated" or "un-optimized" code as some of you I sure believed. So far though, through my testing, it doesn't seem to have a very big impact on battery overall, but I suppose that it potentially could if you are using Twitter that much more than I do.
If there was a better way, I wish I could find it. I think that this is the method that most 3rd party services use to send you those fake "push notifications". So there ya have it, hope you learned something. It works well and it is the only way to get a lot of information like who favorited or retweeted your statuses
Conclusion
Thanks for the read, if you made it all the way, hope that gives you an idea as to why push notifications just aren't even an option at this point and what my solution to that problem has been, even if it is not ideal. It works, and it seems to be working quite well for me.
So just know: "Talon Pull" isn't quite the same as push notifications, but it is as close as you are going to get and is working better for me than I would have ever imagined. Enjoy!
2.) Translucency
Why aren’t my status bar and navigation bar translucent like in all of the screenshots?!?
This is an Android 4.4 KitKat feature only. Get a new phone/ROM if you want it.
3.) Theming Support and Limitations
We have created a pretty powerful theme engine for Talon and EvolveSMS this time around, but it isn't without its limitations.
The main app color will always be orange. Don't ask to change it. That isn't something I can theme dynamically or read from an add on package, themers can change the orange glow on the in-line buttons (favorite, retweet, and send), but that is as much as your are going to get with that one.
4.) Viewing users who "retweet" and "favorite" your statuses
This is another thing that isn't going to happen at this point. It isn't possible to get the user ID's or their names with the current version of the API's.
Maybe Twitter will open this up in the future, but I wouldn't get your hopes up.For now, the best you will get is the numbers on them
The only way to get this information is through the use of "Talon Pull" and the Streaming API's. When you get a retweet or favorite, it will be put in the interactions drawer on the right side of any activities with drawers.The only way to get this information is through the use of "Talon Pull" and the Streaming API's. When you get a retweet or favorite, it will be put in the interactions drawer on the right side of any activities with drawers.
5.) Clearing the Cache
If you know much about caching in Android, then you may wonder why in the world I would want to clear it every time you switch themes.
The answer is pretty simple: to vastly improve the performance and the smooth scrolling in the app, I save the profile pictures according to the current theme's style, whether that is circle (like the "Talon" layout) or square (like the "Hangouts" layout). This preference is also available to themers in the add-on themes.
By caching them directly as circles, it alleviates the need to do it on the fly which could consume quite a bit of processing power on older phones and would just be a complete waste to render them like that every time.
You may think it is a hassle, but you would be thanking me if you knew the difference it makes.
You can also view the current cache size and clear it manually from "Advanced Settings".
6.) Battery Consumption
If you use Talon a lot throughout the day, it is going to take up battery, simple as that. I find that on a 30 min refresh intervol for the different timelines and manually going in and browsing/updating throughout the day, it takes about 4-5% of my battery. I would say this is pretty normal because there are days that Google+ takes up to 10% with just casual browsing.
If that isn't acceptable for you though, then there are a few things you can do to reduce battery consumption:
1.) Turn down the refresh interval on the timelines. This is the big one. It is those background services that are going to drain your battery.
2.) Turn off "Refresh on Startup".
3.) Turn off "Talon Pull" and "Live Streaming"
4.) Don't have it sync the second account's mentions
And if all else fails... Get off Twitter and do something productive for awhile =D haha any app that accesses the internet and refreshes as much as a Twitter client is inherently going to use more battery in the background. There are ways to reduce it, but not always ways around it!
7.) Custom ROMs Immersive Mode
My custom ROM has "Immersive Mode" and Talon doesn't seem to play nice with it! What's up with that?!
The way that immersive mode works in your ROMs currently isn't so hot unfortunately. There is a reason Google didn't put it into the whole system because app developers would have problems implementing the "translucency" with conflicting system stuff.
Not to fret to much though, I was able to get things working smoothly with it in Talon. The problem was that my ListView's are expanded through the different system bars. This can be a big problem if you try to switch to "Immersive" in the middle of doing something in the app. You will notice the margins get all wanky on the top and the bottom of your lists.
It can be easily solve though by just restarting the app by swiping it out of your recent apps screen. Sorry, but that is the best I am going to be able to do here, Translucent bars an "Immersive Mode" just weren't meant to work together.
Theming in Talon
Theming in Talon for Twitter
Real quick, before you get to far into the content, I want to let all you developers know about one of, if not the standout feature of Talon and EvolveSMS: one incredibly powerful theme engine.
Along with these apps, me and Jacob have completely redesigned and rethought our old "Theme Engine" from Sliding Messaging! Although the Sliding Messaging one was cool and great for the average user to customize, it was slow, cluttered, limited, and just bad design from a developer perspective. This won't be an issue with these apps though. We remade everything about it to bring you the ultimate themeing and customization experience, without the bloat and slowdowns. You won't be disappointed when you see what it can do!
All this theme engine takes is a little bit of knowledge about layouts and resources in Android, along with the Android SDK to compile and distribute your package as an APK, then you can make both of these apps into literally ANYTHING you want. We are able to read the layouts, drawables, and some of the colors directly from your compiled package and place them in our apps! Sweet huh, you thought this kind of design your own thing was only for homescreens
And the best part: it is completely free and you can easily share these themes with anyone when you are done by just sending the APK or putting it on the Google Play Store!
For more info on these and to start making Talon really your own, check out these links:
1.) Talon Theming Example/Walkthrough on GitHub
2.) Google+ Community Theming Section - A great place to share so anyone can see and use your themes, not just XDA users
3.) Google+ Theming Post
gonna try it out soon
Amazing Twitter app, absolutely loving it so far. It is just stunning, and kudos to going with transparent navbar instead of immersive, it looks fantastic and doesn't require a gesutre to get to.
Yeah, I completely agree that transparent is the way to go over immersive on something like this, it takes more work, but definitely with it!
Why do you only support for 2 accounts? It's just a question!
Pac-Man said:
Why do you only support for 2 accounts? It's just a question!
Click to expand...
Click to collapse
Well, a little embarrassing, but because the logic behind coding more than that gets way complex... haha
klinkdawg24 said:
Well, a little embarrassing, but because the logic behind coding more than that gets way complex... haha
Click to expand...
Click to collapse
Don't worry! But I hope you'll add multiaccount. There're a lot of people that love it
Anyway it's a good app with a perfect design. My sincerelly congratulations!
Enviado desde mi Nexus 4 mediante Tapatalk
Will love to try it, I paid for falcon and then it got free
Hoping for xda version
Maybe I'm just stupid.. How do you pull up replies to others tweets? Beautiful app btw... Love it...
wow this app looks beautiful, would love to try it, unfortunately, i dont have a credit card and can't purchase from google play. Will there be a free or xda version coming soon? if not is there any way for me to try this out? signed up for the beta as well
I got the app a couple of hours ago and it's amazing.
Just a few things..
Where did the Talon Pull notifications go when they are received? I have to manually to update the timeline anyway.
You have to pull down for too long in order to update. You should adjust it
You should definitely implement threaded DMs, that would be pretty cool
Great app btw,
donwhall70 said:
Maybe I'm just stupid.. How do you pull up replies to others tweets? Beautiful app btw... Love it...
Click to expand...
Click to collapse
right now, you can only look backwards at tweets, looking forward will come when i figure it out haha
alkspo said:
wow this app looks beautiful, would love to try it, unfortunately, i dont have a credit card and can't purchase from google play. Will there be a free or xda version coming soon? if not is there any way for me to try this out? signed up for the beta as well
Click to expand...
Click to collapse
No, because of the token limit, this app is going to be paid, I thought about an XDA version with different tokens, but that would just go against Twitters rules still
Kage0x said:
I got the app a couple of hours ago and it's amazing.
Just a few things..
Where did the Talon Pull notifications go when they are received? I have to manually to update the timeline anyway.
You have to pull down for too long in order to update. You should adjust it
You should definitely implement threaded DMs, that would be pretty cool
Great app btw,
Click to expand...
Click to collapse
1.) They go to the interactions drawer on the right, make sure you are on the newest version and it will work better (1.01)
2.) i changed it for the version im releasing now
3.) yeah the dm's have a lot of work i know!
Version 1.05
(up in ~2 hours)
Well, day one is coming to a close and i have added some nice stuff for all of you
There was an update earlier that solved some issues with the Talon Pull service not working and tweets being saved twice in some places. That was version 1.01.
Changelog for 1.05:
Correctly mute retweets
- Higher quality images on timeline
- Dismiss all on interactions drawer
- In-app browser is now optional
- Lowered swipe length for Pull to Refresh
- Option to display both screenname and name on timeline tweets
- Open app from clicking icon on widget
- Finished German translation
- Fixed contact images on layout change
- Attempted fixes for Play Store crash reports
I hopefully got the force closes that were reported today taken care of. Although there weren't many, which makes me happy
Let me know how this version works for all of you!
hi mate
the last update is wonderful
it fix almost every complain ppl have.... BUT.....
PLEASE and i repeat PLEASE don't use the same way of plume to manage DM
the DM must be in threaded conversations, with the ability to delete entire threads, just like a normal "sms" application does, and just like tweetbot does.
please fix the dm section and this could be the real deal for android users.
faremoney said:
hi mate
the last update is wonderful
it fix almost every complain ppl have.... BUT.....
PLEASE and i repeat PLEASE don't use the same way of plume to manage DM
the DM must be in threaded conversations, with the ability to delete entire threads, just like a normal "sms" application does, and just like tweetbot does.
please fix the dm section and this could be the real deal for android users.
Click to expand...
Click to collapse
DMs will get a big rewrite, but I have a few other things I need to do first
klinkdawg24 said:
DMs will get a big rewrite, but I have a few other things I need to do first
Click to expand...
Click to collapse
Very nice app. I only have two "issues" Local Trends is displaying trendings from another country. The same happened to me with Falcon Pro so, I guess you both use same location service. It would be nice to have an option to select trends manually for people who is living in another country and wanna know what is happenning in their "home"
The other issue I found is that I think data loading is faster in other Twitter clients especially with timeline refresh
OK, this gets better and better.
The pull to refresh is better than before, but it still needs some improvement. Take a look at how the one from the gmail app behaves. That one is perfect. But this is just a minor issue, so it's not a big deal
Regarding the DM issue, could you at least change the order in which they are displayed, or at least give us the opportunity to do so? It's kinda weird to have the old ones first. But it really depends on long will it take to rewrite the whole thing, if you're going to do it
Also, I really think mentions notifications from the Talon Pull should go directly into the mentions tab instead of the additional drawer, but maybe that's just me
awesome. perhaps the only competitor falсon. you can do that display images if given a direct link to it? (everywhere)
view who retweet/favorite. display real-time, I mean like 20:14, but not 14 minutes ago. thx, man.

Categories

Resources