1. Show that any application state should be saved in onStop() versus onPause(). 2. Remove the deprecated methods and start using CursorLoader instead of any managedQuery. 3. Remove deprecated LiveFolders usage. Change-Id: I65be6b91ee1d4d0980494fb8455ce0906691dc21
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<string name="app_name">NotePad</string>
|
|
<string name="live_folder_name">Notes</string>
|
|
|
|
<string name="title_edit_title">Note title:</string>
|
|
<string name="title_create">New note</string>
|
|
<string name="title_edit">Edit: %1$s</string>
|
|
<string name="title_notes_list">Notes</string>
|
|
|
|
<string name="menu_add">New note</string>
|
|
<string name="menu_save">Save</string>
|
|
<string name="menu_delete">Delete</string>
|
|
<string name="menu_open">Open</string>
|
|
<string name="menu_revert">Revert changes</string>
|
|
<string name="menu_copy">Copy</string>
|
|
<string name="menu_paste">Paste</string>
|
|
|
|
<string name="button_ok">OK</string>
|
|
<string name="text_title">Title:</string>
|
|
|
|
<string name="resolve_edit">Edit note</string>
|
|
<string name="resolve_title">Edit title</string>
|
|
|
|
<string name="error_title">Error</string>
|
|
<string name="error_message">Error loading note</string>
|
|
<string name="nothing_to_save">There is nothing to save</string>
|
|
<string name="title_blank">Blank title not saved</string>
|
|
</resources> |