gjengis
gjengis
Had a little trouble pasting the XML for fixing bug 2, but here it is: ``` xml ´´´ ```
By the way I'm using the OpenJDK on a Tisquel GNU/Linux[1] pc: ``` $java -version java version "1.6.0_31" OpenJDK Runtime Environment (IcedTea6 1.13.3) (6b31-1.13.3-1ubuntu1~0.12.04.2) OpenJDK Server VM (build 23.25-b01, mixed...
This seems to be an error in the gravity code in the method updateParticles() in the Universe.java file.
I'm guessing that the issue is with the AlarmManager in the ClockProvider.onEnabled method. Documentation for AlarmManager: https://developer.android.com/reference/android/app/AlarmManager.html It seems that the AlarmManager is no longer meant to be used for...