Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Patcher: added patch "movefrom" for the anyfile_data.conf. [movefrom "%rom%/system/priv-app/Browser/Browser.apk" "/lib/armeabi" "%rom%/system/priv-app/Browser/lib/arm";] - this patch will extract from zip (1st parameter, Browser.apk) file (or all files from directory, if directory set) (2nd parameter) to the target directory, set in 3rd parameter and then remove this file or directory (parameter 2) from the zip (1st parameter). 2. Patcher: added patch "deletefrom" for the anyfile_data.conf. [deletefrom "%rom%/system/priv-app/Browser/Browser.apk" "/lib/armeabi";] - this patch will delete file or directory set in 2nd parameter from the zip set in 1st parameter 3. Patcher: added patch "packto" for the anyfile_data.conf. [packto "%rom%/system/priv-app/Browser/Browser.apk" "%here%/com";] - this patch will pack file or directory with all its contents (2nd parameter, directory com) to the target zip file, set in 1st parameter (Browser.apk)) 4. Pro: Added ability to filter out drawable directories from the translation by maximum supported dpi in hex mode (dpifilter.conf) 5. Added ability to turn off auto rom zip signing after translation
- Loading branch information