diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt index b0b62035..15b5ce22 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt @@ -10,6 +10,7 @@ import android.view.MenuItem import android.view.View import com.simplemobiletools.commons.dialogs.ConfirmationDialog import com.simplemobiletools.commons.extensions.checkWhatsNew +import com.simplemobiletools.commons.extensions.storeStoragePaths import com.simplemobiletools.commons.extensions.toast import com.simplemobiletools.commons.extensions.updateTextColors import com.simplemobiletools.commons.helpers.LICENSE_KOTLIN @@ -45,9 +46,10 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { pager_title_strip.setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize()) pager_title_strip.layoutParams.height = (pager_title_strip.height + resources.getDimension(R.dimen.activity_margin) * 2).toInt() checkWhatsNewDialog() + storeStoragePaths() } - fun initViewPager() { + private fun initViewPager() { mNotes = mDb.getNotes() mCurrentNote = mNotes[0] val itemIndex = getNoteIndexWithId(config.currentNoteId) @@ -101,6 +103,8 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { R.id.new_note -> displayNewNoteDialog() R.id.rename_note -> displayRenameDialog() R.id.share -> shareText() + R.id.open_file -> openFile() + R.id.save_as_file -> saveAsFile() R.id.delete_note -> displayDeleteNotePrompt() R.id.settings -> startActivity(Intent(applicationContext, SettingsActivity::class.java)) R.id.about -> launchAbout() @@ -123,7 +127,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { mCurrentNote = mNotes[index] } - fun displayNewNoteDialog() { + private fun displayNewNoteDialog() { NewNoteDialog(this, mDb) { val newNote = Note(0, it, "", TYPE_NOTE) val id = mDb.insertNote(newNote) @@ -139,6 +143,14 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_STETHO or LICENSE_RTL, BuildConfig.VERSION_NAME) } + private fun openFile() { + + } + + private fun saveAsFile() { + + } + private fun displayDeleteNotePrompt() { val message = String.format(getString(R.string.delete_note_prompt_message), mCurrentNote.title) ConfirmationDialog(this, message) { diff --git a/app/src/main/res/menu/menu.xml b/app/src/main/res/menu/menu.xml index 8969ae1a..c0acc0dc 100644 --- a/app/src/main/res/menu/menu.xml +++ b/app/src/main/res/menu/menu.xml @@ -21,6 +21,14 @@ android:icon="@drawable/ic_share" android:title="@string/share" app:showAsAction="ifRoom"/> + + Notiz auswählen Notiz umbenennen Hauptnotiz + Open file + Save as file Widget Notiz @@ -29,7 +31,11 @@ Rechtsbündig - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 2c6ba19b..eca789ea 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -14,6 +14,8 @@ Seleccione una nota Renombrar nota Nota principal + Open file + Save as file Tamaño de fuente @@ -29,7 +31,11 @@ Derecha - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 5676d431..51c4972f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -14,6 +14,8 @@ Choisir une note Renomme la note Note générale + Open file + Save as file Note utilisée dans le widget @@ -29,7 +31,11 @@ Droite - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 62770f35..c6fdfbd8 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -14,6 +14,8 @@ Válassz egy jegyzetet Jegyzet átnevezése Alapértelmezett jegyzet + Open file + Save as file A widget-ben használt jegyzet @@ -29,7 +31,11 @@ Jobbra - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 19c3b3b5..cf0ccebe 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -14,6 +14,8 @@ Pick a note Rename note General note + Open file + Save as file Note font size @@ -29,7 +31,11 @@ Right - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 8c414fa1..0af79ce4 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -14,6 +14,8 @@ メモを選択 メモの名前を変更 全般メモ + Open file + Save as file メモのフォントサイズ @@ -29,7 +31,11 @@ - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index e7700cbb..b6adbe9d 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -14,6 +14,8 @@ Selecione uma nota Renomear nota Nota genérica + Open file + Save as file Tamanho do texto da nota @@ -29,7 +31,11 @@ Direita - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 517c930b..4c8261f6 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -14,6 +14,8 @@ Pick a note Rename note General note + Open file + Save as file Note font size @@ -29,7 +31,11 @@ Right - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 97473986..ec334440 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -14,6 +14,8 @@ Pick a note Rename note General note + Open file + Save as file Note used in widget @@ -29,7 +31,11 @@ Right - Added an option to make emails and links clickable + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + Allow picking colors by hex codes Added more color customization options\n