android-app -> app
android-app-tests -> app-tests
This commit is contained in:
51
app/src/main/res/values/text_release_notes.xml
Normal file
51
app/src/main/res/values/text_release_notes.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<!--
|
||||
~ Copyright 2013 serso aka se.solovyev
|
||||
~
|
||||
~ 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.
|
||||
~
|
||||
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~ Contact details
|
||||
~
|
||||
~ Email: se.solovyev@gmail.com
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
|
||||
<string name="c_release_notes_for_118_version" translatable="false">2.0.0</string>
|
||||
<string name="c_release_notes_for_118">
|
||||
★ German and Polish translations\n
|
||||
★ Wizard\n
|
||||
★ Graph improvements\n
|
||||
★ Asin(i) problem fix\n
|
||||
★ Greek letters for variable names\n
|
||||
★ Other fixes
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_141_version" translatable="false">2.1.2</string>
|
||||
<string name="c_release_notes_for_141">
|
||||
★ Improved button gesture detection\n
|
||||
★ Fast text removal by long pressing "Erase" button\n
|
||||
★ "Equals" button now copies result to the editor\n
|
||||
★ Various bugfixes, stability and usability improvements
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_143_version" translatable="false">2.1.4</string>
|
||||
<string name="c_release_notes_for_143">
|
||||
★ App language can be changed in settings\n
|
||||
★ Floating calculator themes\n
|
||||
★ Widget themes\n
|
||||
★ Various bugfixes, stability and usability improvements
|
||||
</string>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user