Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Create Folder When Device Don't Have Internet Connection #13408

Merged
merged 104 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. Check internet connection on MainApp

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e0776d8 View commit details
    Browse the repository at this point in the history
  2. Add global boolean value to observe network status

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cb7c47e View commit details
    Browse the repository at this point in the history
  3. rebase to master

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8c2750a View commit details
    Browse the repository at this point in the history
  4. Add OfflineOperationEntity

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e5dcf45 View commit details
    Browse the repository at this point in the history
  5. Add OfflineOperationEntity dao

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    231b354 View commit details
    Browse the repository at this point in the history
  6. Add TypeConverters for Offline Operations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8fb6710 View commit details
    Browse the repository at this point in the history
  7. Add addCreateFolderOfflineOperation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bc12270 View commit details
    Browse the repository at this point in the history
  8. Complete addCreateFolderOfflineOperation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d5f8513 View commit details
    Browse the repository at this point in the history
  9. Check visibility of buttons depends on remote id

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9b64d7b View commit details
    Browse the repository at this point in the history
  10. Simplify extension

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b2a8481 View commit details
    Browse the repository at this point in the history
  11. Simplify extension

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bdfa64e View commit details
    Browse the repository at this point in the history
  12. Refresh folder after offline folder creation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9a47b05 View commit details
    Browse the repository at this point in the history
  13. applyVisualsForOfflineOperations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    efbd820 View commit details
    Browse the repository at this point in the history
  14. applyVisualsForOfflineOperations for grid mode

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4ab29f0 View commit details
    Browse the repository at this point in the history
  15. add filterActionsForOfflineOperations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    570984a View commit details
    Browse the repository at this point in the history
  16. add filterActionsForOfflineOperations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3dd21f8 View commit details
    Browse the repository at this point in the history
  17. Add OfflineOperationsWorker

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    016b0fd View commit details
    Browse the repository at this point in the history
  18. Use non-static variables

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2a9b995 View commit details
    Browse the repository at this point in the history
  19. not use type converter

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e43c29f View commit details
    Browse the repository at this point in the history
  20. fix color filter

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6f8d4ba View commit details
    Browse the repository at this point in the history
  21. Add startPeriodicallyOfflineOperation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf19839 View commit details
    Browse the repository at this point in the history
  22. Change interval time

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2789795 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8a6d81 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1af6b4b View commit details
    Browse the repository at this point in the history
  25. Use async await for better handling operations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f44d89c View commit details
    Browse the repository at this point in the history
  26. Refactor async await logic

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2dbc464 View commit details
    Browse the repository at this point in the history
  27. Better approach to check table columns

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    976187c View commit details
    Browse the repository at this point in the history
  28. Refresh folder after worker completed

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b170c7 View commit details
    Browse the repository at this point in the history
  29. Fix Refresh folder after worker completed

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ea8d987 View commit details
    Browse the repository at this point in the history
  30. add folder conflict check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9968a6e View commit details
    Browse the repository at this point in the history
  31. add folder conflict check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b3e71bd View commit details
    Browse the repository at this point in the history
  32. add remove feature for offline operations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6b77f06 View commit details
    Browse the repository at this point in the history
  33. Simplify

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e8ad814 View commit details
    Browse the repository at this point in the history
  34. Use dagger for file data storage manager

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5dab3e8 View commit details
    Browse the repository at this point in the history
  35. Rename view holder interface for prevent confusion

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8f0da11 View commit details
    Browse the repository at this point in the history
  36. Simplify oc file list adapter

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    957bca4 View commit details
    Browse the repository at this point in the history
  37. Prevent copy and move for offline operation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    02c4968 View commit details
    Browse the repository at this point in the history
  38. Add rename logic for create offline operations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c2a6f5d View commit details
    Browse the repository at this point in the history
  39. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a83c511 View commit details
    Browse the repository at this point in the history
  40. solve git conflicts

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0d8a44f View commit details
    Browse the repository at this point in the history
  41. Fix nested folder creation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7381889 View commit details
    Browse the repository at this point in the history
  42. Add notifications

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    22732c9 View commit details
    Browse the repository at this point in the history
  43. Add notifications

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5b85d6d View commit details
    Browse the repository at this point in the history
  44. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    33e2257 View commit details
    Browse the repository at this point in the history
  45. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e247cf1 View commit details
    Browse the repository at this point in the history
  46. Remove unnecessary update function

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    12e47bb View commit details
    Browse the repository at this point in the history
  47. Handle error case and notification for it

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0b5736e View commit details
    Browse the repository at this point in the history
  48. Add retry button for offline operations

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5fa1168 View commit details
    Browse the repository at this point in the history
  49. Add RemoteOperationResultExtensions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2aa5312 View commit details
    Browse the repository at this point in the history
  50. Add folderSyncConflictEventReceiver

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    230f65a View commit details
    Browse the repository at this point in the history
  51. Add notification for conflict resolve

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    26b0e68 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a9f847e View commit details
    Browse the repository at this point in the history
  53. Handle offline operations better

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    95599bc View commit details
    Browse the repository at this point in the history
  54. Remove global scope

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1f8ca36 View commit details
    Browse the repository at this point in the history
  55. Add OfflineFolderConflictManager

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3401386 View commit details
    Browse the repository at this point in the history
  56. Use hashmap rather than pair of arraylist string

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d5747ab View commit details
    Browse the repository at this point in the history
  57. Prevent multiple action and unnecessary folder check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5382c89 View commit details
    Browse the repository at this point in the history
  58. Add folder conflict UI for ConflictResolveDialog

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    05f6aaa View commit details
    Browse the repository at this point in the history
  59. Add handleFolderConflict

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2f4ee1f View commit details
    Browse the repository at this point in the history
  60. Add KEEP_BOTH_FOLDER click

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    986d084 View commit details
    Browse the repository at this point in the history
  61. Add KEEP_SERVER_FOLDER click

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7aac89d View commit details
    Browse the repository at this point in the history
  62. Add KEEP_OFFLINE_FOLDER click

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dfd1365 View commit details
    Browse the repository at this point in the history
  63. Rename conflict dialog resolver binding variables

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1599794 View commit details
    Browse the repository at this point in the history
  64. Simplify usage of ConflictResolveDialog

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ae5064d View commit details
    Browse the repository at this point in the history
  65. Simplify ConflictResolveDialog

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9dcdb7d View commit details
    Browse the repository at this point in the history
  66. Fix tests

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    98bab61 View commit details
    Browse the repository at this point in the history
  67. Add FileOperationHelper

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    153fd9b View commit details
    Browse the repository at this point in the history
  68. Add FileOperationHelper

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8deb506 View commit details
    Browse the repository at this point in the history
  69. Fix delete behaviour

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7b6a659 View commit details
    Browse the repository at this point in the history
  70. Fix nested folder creation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0a87eeb View commit details
    Browse the repository at this point in the history
  71. updatePathsIfParentPathMatches

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    501f139 View commit details
    Browse the repository at this point in the history
  72. Fix parent path for keep_both decision

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    efaaaba View commit details
    Browse the repository at this point in the history
  73. Fix nested folder creation inside the existed folder

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e470b55 View commit details
    Browse the repository at this point in the history
  74. Fixes

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9879e17 View commit details
    Browse the repository at this point in the history
  75. Fix git conflicts for converted kt file

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3a8ebaf View commit details
    Browse the repository at this point in the history
  76. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ef5520f View commit details
    Browse the repository at this point in the history
  77. Remove unused resource

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    514a022 View commit details
    Browse the repository at this point in the history
  78. Remove unused resource

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a71593a View commit details
    Browse the repository at this point in the history
  79. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a83ab21 View commit details
    Browse the repository at this point in the history
  80. deleteSubDirIfParentPathMatches

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    03ea98c View commit details
    Browse the repository at this point in the history
  81. Dont show if any file is offline

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    85582d4 View commit details
    Browse the repository at this point in the history
  82. Fix parent path finding

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a9e3ef9 View commit details
    Browse the repository at this point in the history
  83. Update sub-directories after rename

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5fcebae View commit details
    Browse the repository at this point in the history
  84. Cleanup extensions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d779ee1 View commit details
    Browse the repository at this point in the history
  85. try id

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    883897e View commit details
    Browse the repository at this point in the history
  86. Add getAllSubdirectories

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    25679b3 View commit details
    Browse the repository at this point in the history
  87. Remove top dir checks

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    07db2f0 View commit details
    Browse the repository at this point in the history
  88. Remove path checks for deleteOperation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dd36d0b View commit details
    Browse the repository at this point in the history
  89. Remove extension tests

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1f58ef1 View commit details
    Browse the repository at this point in the history
  90. Remove path manipulation for rename

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2011f6a View commit details
    Browse the repository at this point in the history
  91. Fix duplicated old dir recreation after rename

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9913519 View commit details
    Browse the repository at this point in the history
  92. Use repository instead extensions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed7a1bf View commit details
    Browse the repository at this point in the history
  93. Faster currentDir refresh

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f0179d8 View commit details
    Browse the repository at this point in the history
  94. Fix keep both without path manipulation

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3812f8c View commit details
    Browse the repository at this point in the history
  95. Fix listDirectory call

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c748184 View commit details
    Browse the repository at this point in the history
  96. Only update necessary sub-dirs

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6af4c3c View commit details
    Browse the repository at this point in the history
  97. apply KT Spotless

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4eda0ef View commit details
    Browse the repository at this point in the history
  98. performance optimization

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    05b0ab0 View commit details
    Browse the repository at this point in the history
  99. Fix code analytics

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c59a3ea View commit details
    Browse the repository at this point in the history
  100. handle while loop better

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    212edbf View commit details
    Browse the repository at this point in the history
  101. Fix kotlin spotless check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    abc85a8 View commit details
    Browse the repository at this point in the history
  102. Fix kotlin spotless check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3a93e37 View commit details
    Browse the repository at this point in the history
  103. Fix wrong interface name

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    39728f5 View commit details
    Browse the repository at this point in the history
  104. Fix NPE for info box

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b02e46a View commit details
    Browse the repository at this point in the history