septs · she/her
  • Joined on 2024-06-09
septs pushed to master at septs/OpenEUICC 2025-03-12 10:20:00 +01:00
b9849afe18 fix: Address multiple substitutions in string format error (#175)
septs closed pull request PeterCxy/OpenEUICC#174 2025-03-11 13:26:25 +01:00
refactor: lpac-jni bridge
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 10:12:14 +01:00
5dda11b805 refactor: simplify AllowAllTrustManager and HttpInterface by removing redundant code and improving data class structure
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 09:17:02 +01:00
09eaf77ffb refactor: streamline address validation in EuiccConfiguredAddresses by consolidating checks into a single function
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 09:02:36 +01:00
6df59833a4 refactor: streamline address validation in EuiccConfiguredAddresses by consolidating checks into a single function
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 09:00:17 +01:00
1981ba2785 refactor: streamline address validation in EuiccConfiguredAddresses by consolidating checks into a single function
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 07:29:32 +01:00
c7ab0cd640 refactor: improve address validation logic in EuiccConfiguredAddresses by using properties for validation checks
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 04:40:43 +01:00
23fc68cf2b refactor: enhance JNI method handling by introducing local references for server and profile metadata
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 04:35:03 +01:00
51f3ebcac8 refactor: simplify error handling with macros and organize code into regions in lpac-discovery.c
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 04:28:54 +01:00
ea39fa2ca6 refactor: convert EuiccConfiguredAddresses to data class and improve address validation logic
cbf31c1116 refactor: make profileManagementOperation nullable and handle unknown operations in NotificationsActivity
Compare 2 commits »
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 04:03:32 +01:00
d3d9a6e5bc refactor: streamline collection initialization in JNI methods
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:57:17 +01:00
0e9d0fbab8 refactor: improve error handling and state update macros in lpac-download.c
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:47:49 +01:00
a48e44436a refactor: organize code into regions for better readability in lpac-download.c
626839977e refactor: simplify error handling and state updates in lpac-download.c
Compare 2 commits »
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:29:45 +01:00
36ca0d3b79 refactor: make profileClass and state nullable in LocalProfileInfo data class
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:25:10 +01:00
4e66590009 feat: add ProfileMetadata data class and update iconType handling in JNI methods
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:12:20 +01:00
ebfca5b309 refactor: extract version class initialization into a separate function in utils.c
9a63011036 feat: add iconType and icon fields to LocalProfileInfo and update JNI methods
Compare 2 commits »
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 03:07:25 +01:00
9af4518d0f feat: add iconType and icon fields to LocalProfileInfo and update JNI methods
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 02:55:41 +01:00
6c6adbffd6 refactor: rename callback parameter in withLogicalChannel and update EuiccConfiguredAddresses constructor
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-11 02:45:26 +01:00
d35a5920c1 refactor: initialize jobject element to NULL in lpac-notifications and update variable names in utils
septs pushed to refactor-lpac-jni-bridge at septs/OpenEUICC 2025-03-10 21:07:51 +01:00
bd4ab0fdf0 refactor: lpac-jni bridge