Hi Peli, Thanks for the feedback :) I fixed the HTTP issue. Unfortunately, it's not the cleanest way, but it works. I couldn't find a way to detect a plaintext connection from a SSLServerSocket so what I did is, the application listens to an HTTP port as well as a different HTTPS port (both ports are configurable via settings). If the user connects using HTTP, he/she will be redirected to HTTPS. The user is now shown only one HTTP URL to avoid confusion. If SSL is enabled then the user is redirected, otherwise it proceeds normally. Cheers :) Bhaskar Kandiyal On Tuesday, April 10, 2012 2:13:37 AM UTC+5:30, Peli wrote: > > Thanks for the screenshots and the new apk. > > I tested it and it works well. > * I could see the list of notes. > * I could edit a note. > * I saw the changed note on the device. > > Suggestion for improvement: If "https" is selected, there could be a > corresponding "http" page that simply forwards to the https page. Otherwise > it is simple to introduce an error (by entering the IP address without > "https" prefix) which is difficult to spot. > > Thanks for this really nice and functional demo. > > Peli > > Am Freitag, 6. April 2012 13:32:57 UTC+2 schrieb Bhaskar Kandiyal: >> >> Hi again, >> >> Just an update, I've done some interface changes as well as some feature >> improvements, like configurable SSL and port numbers. >> A force close issue on Google Chrome has also been fixed. >> >> Attaching the APK file as well as some screenshots. >> >> Cheers, >> Bhaskar Kandiyal >> >