mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-29 21:37:56 +01:00 
			
		
		
		
	Release v0.7.4
This commit is contained in:
		| @@ -22,7 +22,8 @@ import timber.log.Timber | ||||
| import java.text.DateFormat | ||||
| import java.text.ParseException | ||||
| import java.text.SimpleDateFormat | ||||
| import java.util.* | ||||
| import java.util.Locale | ||||
| import java.util.TimeZone | ||||
| import eu.kanade.tachiyomi.data.preference.PreferenceKeys as Keys | ||||
|  | ||||
|  | ||||
| @@ -78,6 +79,15 @@ class SettingsAboutController : SettingsController() { | ||||
|                 startActivity(intent) | ||||
|             } | ||||
|         } | ||||
|         preference { | ||||
|             title = "Github" | ||||
|             val url = "https://github.com/inorichi/tachiyomi" | ||||
|             summary = url | ||||
|             onClick { | ||||
|                 val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) | ||||
|                 startActivity(intent) | ||||
|             } | ||||
|         } | ||||
|         preference { | ||||
|             titleRes = R.string.version | ||||
|             summary = if (BuildConfig.DEBUG) | ||||
| @@ -93,15 +103,6 @@ class SettingsAboutController : SettingsController() { | ||||
|             titleRes = R.string.build_time | ||||
|             summary = getFormattedBuildTime() | ||||
|         } | ||||
|         preference { | ||||
|             title = "Github" | ||||
|             val url = "https://github.com/inorichi/tachiyomi" | ||||
|             summary = url | ||||
|             onClick { | ||||
|                 val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) | ||||
|                 startActivity(intent) | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     override fun onDestroyView(view: View) { | ||||
|   | ||||
| @@ -1,5 +1,17 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <changelog bulletedList="true"> | ||||
|     <changelogversion versionName="v0.7.4" changeDate=""> | ||||
|         <changelogtext>Updated Anilist's API to v2.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Added Github link to about.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed indonesian language not working.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed an issue on KitKat that crashed the app when scheduling updates.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed a few more issues introduced on the previous release.</changelogtext> | ||||
|     </changelogversion> | ||||
|  | ||||
|     <changelogversion versionName="v0.7.3" changeDate=""> | ||||
|         <changelogtext>Fixed the tracking search layout when there are many results.</changelogtext> | ||||
|  | ||||
| @@ -197,54 +209,4 @@ | ||||
|         <changelogtext>Fixed lost covers on some devices.</changelogtext> | ||||
|     </changelogversion> | ||||
|  | ||||
|     <changelogversion versionName="v0.4.2" changeDate=""> | ||||
|         <changelogtext>Added support for Anilist and Kitsu.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Added library refresh option to library updates tab.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Back button closes drawers before exiting the app.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed issues when using custom app language.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed updater in Android N.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed Mangafox search.</changelogtext> | ||||
|     </changelogversion> | ||||
|  | ||||
|     <changelogversion versionName="v0.4.1" changeDate=""> | ||||
|         <changelogtext>Added an app's language selector.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Added options to sort the library and merged them with the filters.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Added an option to automatically download chapters.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed performance issues when using a custom downloads directory, especially in the library updates tab.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed gesture conflicts with the contextual menu and the webtoon reader.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed wrong page direction when using volume keys for the right to left reader.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Fixed many crashes.</changelogtext> | ||||
|     </changelogversion> | ||||
|  | ||||
|     <changelogversion versionName="v0.4.0" changeDate=""> | ||||
|         <changelogtext>The download manager has been rewritten and it's possible some of your downloads | ||||
|             aren't recognized anymore. It's recommended to manually delete everything and start over. | ||||
|         </changelogtext> | ||||
|  | ||||
|         <changelogtext>Now it's possible to download to any folder in a SD card.</changelogtext> | ||||
|  | ||||
|         <changelogtext>The download directory setting has been reset.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Active downloads now persist after restarts.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Allow to bookmark chapters.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Allow to share or save a single page while reading with a long tap.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Added italian translation.</changelogtext> | ||||
|  | ||||
|         <changelogtext>Image is now the default decoder.</changelogtext> | ||||
|     </changelogversion> | ||||
|  | ||||
| </changelog> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user