Skip to content
Snippets Groups Projects
  1. Dec 15, 2015
    • akwizgran's avatar
      Merge branch '62-roboguice-endless-error-loop' into 'master' · 1f8e86c0
      akwizgran authored
      improved the crash handler and refactored the manifest
      
      Improved the CrashReportActivity by putting the activity within its own process, making it a single instance and making sure it won't show up on the recent app list. 
      
      The old structure could create endless crash-loops and might not start the CrashReportActivity on process-related exception such as OutOfMemory because the process simply will not have the resources to do so. This problem is now fixed.
      
      Concerning Roboguide: the problem is that every time a new task is started the xml file will be reloaded, at least with this branch there will not be an endless loop. By updating to Roboguice 3 the problem will be eliminated completely as that version has stopped using the xml file and reverted to manifest tags instead. It is getting very tempting to update.
      
      Closes #67 
      
      See merge request !22
      1f8e86c0
    • Ernir Erlingsson's avatar
      fixed target · 13de33c3
      Ernir Erlingsson authored
      13de33c3
    • akwizgran's avatar
      Don't stretch progress wheel on Android 2.3. · 09774cb3
      akwizgran authored
      09774cb3
    • akwizgran's avatar
      Merge branch '52-appcompat-action-bar' into 'master' · 4dd9e250
      akwizgran authored
      Added AppCompatActivity
      
      Closes #52 
      
      See merge request !14
      4dd9e250
    • Ernir Erlingsson's avatar
    • akwizgran's avatar
      Merge branch '153-forum-sharing-with-selected-contacts' into 'master' · d0ac34e8
      akwizgran authored
      Improve Forum Sharing UI when sharing with selected contacts
      
      When sharing only with chosen contacts, checking the contact's checkbox
      and pressing Done nothing happens and the forum is not shared. An
      additional click on "Share Forum" is necessary to actually share.
      
      This behavior is fixed with this change.
      Now, clicking 'Done' immediately shares the forum.
      
      Closes #153
      
      See merge request !20
      d0ac34e8
    • akwizgran's avatar
      Merge branch '156-turn-off-bluetooth' into 'master' · c4b918c4
      akwizgran authored
      Turn off Bluetooth again when not required anymore
      
      Turn off Bluetooth again when not required anymore and when errors occur.
      Also do not turn off Bluetooth when just changing device orientation.
      
      If I didn't oversee something, this closes #156 
      
      See merge request !19
      c4b918c4
  2. Dec 14, 2015
  3. Dec 11, 2015
  4. Dec 10, 2015
  5. Dec 09, 2015
    • akwizgran's avatar
      Merge branch 'junit-4-not-3' into 'master' · d0342f9a
      akwizgran authored
      Don't mix JUnit 4's @Test with JUnit3's TestCase.
      
      This is the world's most boring merge request. Android Studio was complaining about using JUnit 4's @Test annotations with JUnit 3's TestCase, so I fixed it.
      
      Most of the changes come from Android Studio organising imports in a different order from Eclipse.
      
      See merge request !8
      d0342f9a
Loading