Releases: siemens-mobile-hacks/sdk
Releases · siemens-mobile-hacks/sdk
v2.0.1
v2.0.0
Swilib 2.0
- Supports both IAR and GCC simultaneously.
- All functions and their numbers have been standardized.
- Added all existing functions from swilib.vkp patches.
- All functions have been sorted and grouped by functionality.
- Added doxygen documentation for all functions.
- Automatically generated online documentation.
- Decentralized structure of swilib. Now you can use only a small subset of swilib, like this:
#include <swilib/gui.h>
v1.1.8
v1.1.7
v1.1.6
New functions in swilib:
void SettingsAE_RegisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);
void SettingsAE_DeregisterListener(Settings_AE_ListenerProc proc, int set, const char *entry, const char *keyword);
void MMI_CanvasBuffer_FlushV(int CanvasID);