- refined permission levels throughout the codebase to ensure more consistent access control
- fixed an issue where corrupted projects could not be loaded. Users can now successfully open these projects, providing the ability to either repair or delete them—an option that was previously unavailable. This ensures greater control over managing project data and prevents unnecessary project lockouts.
- resolved issues with exporting apps and projects, ensuring the export process behaves as expected
- fixed the display of the app icon in the Documents app on files associated with FCM
- importing via file actions now only supports .sproj to be imported
- resolved an issue in the credits sheet with profile picture loading, ensuring that images now load consistently and reliably in nearly all cases, significantly improving the user experience when viewing profiles
- introduced multithreading support, allowing users to open folders seamlessly, improving responsiveness when navigating large directories
- implemented file grouping to organize files more effectively and prevent clutter within folders
- created a global function for file loading, reducing code duplication and improving maintainability
- added smooth animations to all file loading processes to enhance the user experience
- introduced visually appealing animations for popups, improving user interaction and engagement
- enhanced popup sizing logic to resolve common bugs related to improper popup display and scaling
- removed an unnecessary child view to streamline the interface and improve performance
- eliminated inefficient color reloading during the file opening process, resulting in faster file handling
Version History
1.6
1.5.5
- using ZipArchive instead of zipping commands
- fixed downloading SDKs
- fixed a typo in Home Tab
- fixed application opening on trollstore helper failure
- fixed continuation of code execution in build system even when building object files fails
1.5.4.2
- fixed exporting apps and projects
- fixed exportation popup on roothide bootstrap
- replaced some commands with functions, because its cleaner
- using libfcm instead of curl to download sdks
- merged FCMTrollstoreEdition CodeBase with FCMJailbreakEdition CodeBase
- “Resources” directory in Projects is now automatically ignored on Framework finder(sorry)
- adapted Export Projects Button to work like the Export App Button
- Removed api call fetcher thingy from log(annoying)
- added version tag to let the user specify what version of the API they wanna use (more at https://fridacodemanager.github.io/userguide/adv.html)
- added build-object tag to version “1.1” (more at https://fridacodemanager.github.io/userguide/adv.html)
- urgent: fixed missthreading issue on opening apps after compiling them leading to an early exit
- fixed App being opened even after failed compilation
1.5.4
- fixed exporting apps and projects
- fixed exportation popup on roothide bootstrap
- replaced some commands with functions, because its cleaner
- using libfcm instead of curl to download sdks
- merged FCMTrollstoreEdition CodeBase with FCMJailbreakEdition CodeBase
- “Resources” directory in Projects is now automatically ignored on Framework finder(sorry)
- adapted Export Projects Button to work like the Export App Button
- Removed api call fetcher thingy from log(annoying)
- added version tag to let the user specify what version of the API they wanna use (more at https://fridacodemanager.github.io/userguide/adv.html)
- added build-object tag to version “1.1” (more at https://fridacodemanager.github.io/userguide/adv.html)
1.5.3
- added support for iOS 13 uicache to ensure roothide bootstrap compatibility
- fixed that apps are made with the same Module Cache on a pre SDK basis
- fixed launchscreen (now its not transparent anymore)
- fixed no-background-threading on Stats problem (now it doesnt freeze anymore when you open Stats, applies to people with a lot of big projects)
- adding compiler-ignore-content from API to Framework finder (for API stuff, if you wanna try the API here is a example project: https://github.com/fridakitten/FridaCodeManager/releases/download/v1.4/ExampleAPIProject.sproj)
1.5.2
- Initial Release v1.5.2 “Features & Fixes”
App -> hopefully fixed the temporary file bug for roothide bootstrap
Code Editor -> lines now calculate in background queue -> fixed fps lag when using none-default text color -> fixed the black color reset bug