gdgomsk / devfest-app

Android App for GDG DevFest Omsk
http://gdg-devfest-omsk.org
Apache License 2.0
13 stars 7 forks source link

Obfuscate with ProGuard #18

Closed AlexKorovyansky closed 10 years ago

AlexKorovyansky commented 10 years ago

Most important place to protect — logic of working with invite codes.

douglasdrumond commented 10 years ago

If the app is open source, does it make sense to obfuscate? People can still read the source here in GitHub, it's easier than decompiled code.

AlexKorovyansky commented 10 years ago

@douglasdrumond indeed!

Main idea behind this ticket is defence of invite codes logic for #14, it can be different strategies for achieving it, including don't publish part of code to github + obfuscation.

Looks like it's better to discuss it inside #14 ticket. Marking this ticket itself as Invalid and closing it.