This tool is meant for simplifying the daily tasks of Mobile development.
Features
Miscellaneous features
- Get the latest - Gets the latest code base from git.
- Uninstall the mobile app - Uninstall the developer app from the android device that you are working on.
- Checkout - You can checkout the latest code base from an available branch.
- Cleaning the project - removes the platform and adds it back (android and windows).
- Request Token - Using the URL and the credentials the extension grabs the token without needing to manually login.
- Get Delta - Gets the delta from Translation files.
- Extract Activity data - Extracts all the data committed by a SCORM course.
- Target spec - updates the karma file to target a specific spec file
- Generate spec file - generates an empty spec file
- Insert String Key - Inserts a key from the existing strings from en-us file
- Copy strings - Copy strings from en-us to other languages if they do not have the strings
- Remove an existing string - Deletes string from all language files
- Edit an existing string - Edits string in all files and moves them to the bottom
- Add a new string - Adds a new string to the bottom all the language files.
- Update with translated strings - Updates strings with strings from excel file
You can view and run the commands of the extension by selecting the icon from the activity tool bar
Release Notes
1.0.0
First release.
1.0.1
Bug fixes and code clean up.
1.0.2
Updating logic of targeting a spec
1.0.3
Removing unnecessary dependencies
1.0.4
- Improved reliability of accessing the token.
- Clearing and generating a new token
1.0.5
Bug fixes
1.0.9
Included JSON parse for easy log inspection
1.0.10
Added a log extractor
1.0.11
Added a CSS cleaner for simplifying the ionic upgrade
1.0.12
Bug fixes
1.0.13
Spec files cleaner added
code refactoring
| |