momodalo / vimtouch

vimtouch
Apache License 2.0
350 stars 71 forks source link

Several fixes #3

Closed rtfb closed 11 years ago

rtfb commented 11 years ago

Some highlights:

  1. Fixed bug with crash on notifications.
  2. Added several project files to Git. One line there will have non-trivial impact: I've added project.properties, with target=android-16. This means we will have to have synchronised Android SDKs to develop on; I don't see other ways to proceed, since project.properties is meant to be VCS-tracked. Also modified libraries/*/project.properties accordingly.
  3. Got rid of setjmp/longjmp hack, as a fix for a new crash on exit.
  4. Fixed non-fatal, but potentially harmful crash when inflating layout on Gingerbread (like described here: http://stackoverflow.com/questions/9830916/android-theme-holo-previous-version)