Update readme and screenshots
@@ -21,11 +21,12 @@ Download APK directly from GitHub:
|
||||
* Reading history and bookmarks
|
||||
* Favourites organized by user-defined categories
|
||||
* Downloading manga and reading it offline. Third-party CBZ archives also supported
|
||||
* Tablet-optimized material design UI
|
||||
* Tablet-optimized Material You UI
|
||||
* Standard and Webtoon-optimized reader
|
||||
* Notifications about new chapters with updates feed
|
||||
* Shikimori integration (manga tracking)
|
||||
* Password/fingerprint protect access to the app
|
||||
* History and favourites synchronization across devices (coming soon)
|
||||
|
||||
### Screenshots
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ import androidx.activity.result.contract.ActivityResultContracts
|
||||
import androidx.core.view.isVisible
|
||||
import androidx.fragment.app.viewModels
|
||||
import com.google.android.material.dialog.MaterialAlertDialogBuilder
|
||||
import dagger.hilt.android.AndroidEntryPoint
|
||||
import java.io.File
|
||||
import java.io.FileOutputStream
|
||||
import org.koitharu.kotatsu.R
|
||||
@@ -18,6 +19,7 @@ import org.koitharu.kotatsu.databinding.DialogProgressBinding
|
||||
import org.koitharu.kotatsu.utils.ext.getDisplayMessage
|
||||
import org.koitharu.kotatsu.utils.progress.Progress
|
||||
|
||||
@AndroidEntryPoint
|
||||
class BackupDialogFragment : AlertDialogFragment<DialogProgressBinding>() {
|
||||
|
||||
private val viewModel by viewModels<BackupViewModel>()
|
||||
|
||||
@@ -6,6 +6,7 @@ import androidx.lifecycle.MutableLiveData
|
||||
import dagger.assisted.Assisted
|
||||
import dagger.assisted.AssistedFactory
|
||||
import dagger.assisted.AssistedInject
|
||||
import dagger.hilt.android.lifecycle.HiltViewModel
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext
|
||||
import java.io.File
|
||||
import java.io.FileNotFoundException
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
<string name="checking_for_updates">Checking for updates…</string>
|
||||
<string name="update_check_failed">Could not look for updates</string>
|
||||
<string name="no_update_available">No updates available</string>
|
||||
<string name="right_to_left">Right-to-left (←)</string>
|
||||
<string name="right_to_left">Right-to-left</string>
|
||||
<string name="create_category">New category</string>
|
||||
<string name="scale_mode">Scale mode</string>
|
||||
<string name="zoom_mode_fit_center">Fit center</string>
|
||||
|
||||
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 374 KiB |
|
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 428 KiB After Width: | Height: | Size: 560 KiB |
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 506 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 578 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 340 KiB |