sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
106 stars 43 forks source link

UI changes #48

Closed FloEdelmann closed 10 years ago

FloEdelmann commented 10 years ago

I added some English strings that are now used in the "Profile edit" screen. These are also already translated to German.

I also changed the library paths from Windows (\) to UNIX style (/) in project.properties. I hope this does not break anything... But otherwise, I had not been able to build it myself because I'm working in a Linux environment.

sreichholf commented 10 years ago

Looks good! Thanks for your effort!

FloEdelmann commented 10 years ago

wow, that was fast :+1:

sreichholf commented 10 years ago

Already found a bug in the device info ;). Supposedly onResume() (after leaving standby e.g.) the "list"-contents will not be cleared but "doubled", or tripled, depending on how many times it's being called :).

If you have the time feel free to fix it, otherwise i may do that myself on the weekend :)

FloEdelmann commented 10 years ago

see #49