Text entry should be more stable

Text entry now allows for strings greater than 28 chars
Frequency manager save with name bugfix
This commit is contained in:
furrtek 2017-06-11 02:53:06 +01:00
parent b3aa4bf0b9
commit 042d271a9f
15 changed files with 116 additions and 125 deletions

View file

@ -44,13 +44,13 @@ public:
private:
NavigationView& nav_;
freqman_error error { NO_ERROR };
std::string desc_buffer { "-" };
std::string desc_buffer { };
rtc::RTC datetime { };
rf::Frequency value_ { };
std::string str_timestamp { };
//int32_t category_id_ { -1 };
void on_save_name(std::string& name);
void on_save_name();
void on_save_timestamp();
void on_tick_second();
@ -139,7 +139,7 @@ private:
NavigationView& nav_;
freqman_error error { NO_ERROR };
std::string desc_buffer { "-" };
std::string desc_buffer { };
void on_frequency_select();
void on_edit_freq(rf::Frequency f);