mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +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