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!
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.
| 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 |