Hello eveybody, sorry for the missing time i was not here, i'm very busy.
Quote:
Originally Posted by e30ernest
Posted a comment. I'd also like to suggest a few features:
- A widget version
|
Can be done but take me some times(would be my first widget)
Quote:
Originally Posted by e30ernest
- Allow user to set notifications for specific forts if taken by an enemy realm.
|
very easy
Quote:
Originally Posted by e30ernest
- Use labeled maps like the one from Inquisition with zoom enabled on the main app. 
|
have you a link so i can take a look ?
Quote:
Originally Posted by e30ernest
- Remove the quit confirmation dialog on exit. Android does it well enough IMO. Pressing the "Home" button should minimize the application, while pressing "Back" should exit it.
|
Hmmmm, I'm not sure it will be good. Sometimes you can press the back button by error and then all your countdown timers would be reseted.
The application start a service in background the first time you run it. The service run until you use the backbutton and choose to close the application.
I have write it this way because android is a little special with handling alive application, the phone just kill what in background is. This is why i can't write "kill the service when you kill the application" because all will stop working randomly without you know it.
I think the way i choose to manage this, is the best to avoid a lot of problems.
Quote:
Originally Posted by e30ernest
I think I found out why it crashes on my Nexus. It seems to crash whenever there are problems accessing the internet. Whenever my internet connection slows to a crawl or drops off totally, the application "terminates unexpectedly".
|
I have write some protection to avoid "no connection" problems but some other problems can still exist, like if you have no connection WHEN your are trying to download data, before or after this moment it must be ok.
I still must debug this part more....when i have more time.
Quote:
Originally Posted by Syd_Vicious
I am having the same problem on my Evo 2.1, as e30ernest on the N1. Here is some additional feedback:
1. The map refresh time doesn't initially seem to want to exceed 30s when refreshing for Horus, even if the map refresh time is set past 30s. I had to change the settings a couple times before the refresh time option took, even after changing the time and waiting for 30s to expire to reset to the new time it would sometimes default back to 30s. Another example of buggy time: I set the map to refresh in 5 minutes, but it refreshed in 4 min instead.
|
The refresh time you see in the application you start is not the "real" refresh time. The service which run in background has the real time, the application you see ask the service "hey, how many time left ?". This is why you can have some seconds or in some case a full cycle(30s, 1min....5min...depending on your refresh time) delay.
Sorry for this but it's the best i have found and trust me it's very hard
Quote:
Originally Posted by Syd_Vicious
2. The RP status option as a function is a little buggy. It couldn't find my Barbarian, but found my hunter that are roughly the same rank on the Alsius RP lists for each subclass. My barb has an "_" in his name and I am wondering if that is what is causing the issue (same name as forum).
|
Oh, i don't have write a protection to escape special characters and can give some wrong results(or errors).
Quote:
Originally Posted by Syd_Vicious
3. Sometimes Android gives a force close option even when the application is downloading something as if it was unresponsive.
|
Ok thanks for this information, i have to run it in a different thread(the download part) so it doesn't block the UI(screen).
Quote:
Originally Posted by Syd_Vicious
4. Trying over WiFi I sometimes got a "process com.kamax.regnum_war_status" has stopped unexpectedly message.
|
I need a little more, it's very hard to know why he do that whithout other information.
Quote:
Originally Posted by Syd_Vicious
Some of these maybe just Evo specific due to HTC and Sprints additions/changes. Other issues with downloading seem to rely a lot on the type and quality of internet connection. The program certainly works better over WiFi than a 3g connection (4g is not in the desert mountains of Arizona yet). Good job on the program and I am looking forward to future releases.
|
Yes it works better with wifi, i don't have tested a lot with 3g and bad connection, some security are in the code for this but maybe more is need.
I will try to update it but how i say it before, i'm very busy. The application still need code when the 2h countdown for the door is running.
Thanks to all and see you in some days