mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Rewrote UpdateDownloader to Kotlin
Added auto update check (every 12 hour) Warning message optional fix #256 Lots of bug fixes!
This commit is contained in:
		| @@ -101,7 +101,7 @@ public class LibraryUpdateAlarmTest { | ||||
|     @Test | ||||
|     public void testLibraryUpdateServiceIsStartedWhenUpdateIntentIsReceived() { | ||||
|         Intent intent = new Intent(context, LibraryUpdateService.class); | ||||
|         intent.putExtra("is_forced", false); | ||||
|         intent.putExtra("is_manual", false); | ||||
|         assertThat(app.getNextStartedService()).isNotEqualTo(intent); | ||||
|  | ||||
|         LibraryUpdateAlarm alarm = new LibraryUpdateAlarm(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user