Skip to content

Commit

Permalink
0.16.1 -> 0.17 and added fastlane metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Sep 18, 2020
1 parent 8df0bfc commit 0565856
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 21 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 0.17 (September 18, 2020)
- the built-in file manager has been replaced with the standard Storage Access Framework. Now you can work with files on SD card and cloud hosting (eg Google Drive), but applying patches requires more time and free disk space. File checksum view temporarily removed.
- added support for LZMA compression in XDelta3 patches
- removed the ability to add SMC header to Snes ROMs (over the years I have never needed this function)
- support for Android 10 and 11
- fixed disappearing notifications
- many small changes in the interface

#### 0.16.1 (November 4, 2018)
- Support Android 9 (Pie)
- Changed gamepad image and added square launcher icon
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UniPatcher is a ROM patcher for Android that supports IPS, IPS32, UPS, BPS, APS

* Creating XDelta3 patches
* Fix checksum in Sega Mega Drive ROMs
* Add/Delete SMC header in Super Nintendo ROMs
* Remove SMC header in Super Nintendo ROMs

### Screenshots:

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "org.emunix.unipatcher"
minSdkVersion 21
targetSdkVersion 30
versionCode 160100
versionName "0.16.1"
versionCode 170000
versionName "0.17"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/170000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- the built-in file manager has been replaced with the standard Storage Access Framework. Now you can work with files on SD card and cloud hosting (eg Google Drive), but applying patches requires more time and free disk space. File checksum view temporarily removed.
- added support for LZMA compression in XDelta3 patches
- removed the ability to add SMC header to Snes ROMs (over the years I have never needed this function)
- support for Android 10 and 11
- fixed disappearing notifications
- many small changes in the interface
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UniPatcher allows you to apply patches to the game ROM.

What is a patch?
The patch is a file with the modified data of the game. For example, a game translated from Japanese to English. You download the patch containing the translation. It must be applied to the Japanese version to get the English version.

This program will not help you hack native android games, it was created for the old console games (Super Nintendo, Sega MegaDrive, Game Boy Advance, Sony PlayStation etc.)

Features:
* Supported formats of patches: IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP, XDelta 3
* Creating XDelta patches
* Fix checksum in Sega Mega Drive ROMs
* Remove SMC header in Super Nintendo ROMs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A game console ROM patcher for Android
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/software_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/btimofeev/UniPatcher
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UniPatcher
6 changes: 6 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/170000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- встроенный файловый менеджер заменён на стандартный Storage Access Framework. Теперь можно работать с файлами на SD-карте и облачном хостинге (например Google Drive), но применение патчей требует больше времени и свободного места на диске. Временно удалены просмотр контрольных сумм файла и настройка директорий.
- добавлена поддержка LZMA компрессии в патчах формата XDelta3
- удалена возможность добавления SMC заголовка к ROM'ам Snes (за эти годы мне ни разу не понадобилась эта функция)
- поддержка Android 10 и 11
- исправлено исчезновение уведомлений
- много мелких изменений в интерфейсе
12 changes: 12 additions & 0 deletions fastlane/metadata/android/ru-RU/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UniPatcher позволяет применять патчи к игровым ROM'ам.

Что такое патч?
Патч это файл содержащий измененные данные игры. Например, игра переведённая с японского на русский. Вы скачиваете патч содержащий перевод. Для того чтобы получить русскую версию игры нужно наложить патч на японскую версию игры.

Эта программа не поможет вам взламывать игры для Android, она создана для старых консольных игр (Super Nintendo, Sega MegaDrive, Game Boy Advance, Sony PlayStation и т.д.)

Особенности:
- Поддержка множества форматов патчей: IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP, XDelta3
- Создание патчей в формате XDelta
- Исправление контрольной суммы в играх Sega Mega Drive
- Удаление SMC заголовков в играх Super Nintendo
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Патчер консольных игр
37 changes: 19 additions & 18 deletions google-play/Banner_1024x500.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified google-play/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified google-play/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0565856

Please sign in to comment.