[FL-1465] Archive application bug fixes. Gui: update TextInput API. (#530)
* Update MLib to latest master. * Archive: update string_t usage, add unsafe usage TODO, change model type to blocking and fix invalid usage. * Gui: update text_input API and it's usage. * fix blocking model issues * fix unsafe string_t usage Co-authored-by: Igor Baranov <bedtimeposts@gmail.com> Co-authored-by: its your bedtime <23366927+itsyourbedtime@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <filesystem-api.h>
|
||||
|
||||
#define MAX_LEN_PX 98
|
||||
#define MAX_NAME_LEN 255
|
||||
|
||||
#define FRAME_HEIGHT 12
|
||||
#define MENU_ITEMS 4
|
||||
|
||||
@@ -63,4 +65,4 @@ typedef struct {
|
||||
} ArchiveViewModel;
|
||||
|
||||
void archive_view_render(Canvas* canvas, void* model);
|
||||
void archive_trim_file_ext(string_t name);
|
||||
void archive_trim_file_ext(char* name);
|
||||
Reference in New Issue
Block a user