Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

onepf/AppDF-tools-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dear friends

Currently our small team doesn't have enough time to support and develop the project. I hope in the nearest future we will continue the work. Thank you!

AddDF Editor

This project is an open source implementation of AppDF editor. It is a clien-side only HTML5 page that can load/edit/save AppDF files.

Files

File Description
index.html AppDF Editor itself, the main HTML file
js/apkreader.js Parsing APK file and AndroidManifest.xml
js/appdfeditor.js Main JavaScript for the AppDf editor, contains all the logic that is not moved to separate files (legacy version - we are in process of refactoring and moving from code from this file to appdfeditor2.js)
js/appdfeditor2.js Main JavaScript for the AppDf editor, contains all the logic that is not moved to separate files (new version)
js/addpfimages.js Images related logic of AppDF Editor
js/appdflocalization.js Localization related logic of AppDF Editor
js/appdfparser.js Parsers AppDF description.xml file and converts into JSON data
js/appdfxmlloading.js Loading description.xml JSON into AppDF editor HTML5 page
js/appdfxmlsaving.js Generating description.xml XML from the AppDF editor HTML5 page
js/xmlgenerator.js A simple library for generating XML files