New material things

This commit is contained in:
Vlad Mihalachi
2014-10-25 14:35:31 +02:00
parent 4d26fa7f3d
commit 78407c292a
164 changed files with 1485 additions and 1607 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="12dp" />
<solid android:color="@android:color/transparent" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="4dp" />
<gradient
android:angle="270"
android:endColor="@android:color/transparent"
android:startColor="@color/gradient_start" />
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_disabled_holo_dark" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_disabled_holo_dark" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition_holo_dark" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition_holo_dark" />
<item android:state_focused="true" android:drawable="@color/navigation_drawer_button_inverted" />
<item android:drawable="@android:color/transparent" />
</selector>

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_disabled_holo_dark" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_disabled_holo_dark" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition_holo_dark" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition_holo_dark" />
<item android:state_focused="true" android:drawable="@color/navigation_drawer_button" />
<item android:drawable="@color/navigation_drawer_button" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="16dp" />
<gradient
android:endColor="@android:color/transparent"
android:startColor="@color/gradient_light_start" />
</shape>

View File

@@ -17,17 +17,23 @@
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/toolbar"/>
<sharedcode.turboeditor.views.CustomDrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textSize="@dimen/text_size_mega_title"
android:fontFamily="sans-serif-light"
@@ -36,81 +42,311 @@
android:textColor="@android:color/secondary_text_dark"
android:id="@id/no_file_opened_messagge"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@id/text_editor"
android:visibility="gone">
<sharedcode.turboeditor.views.GoodScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:fillViewport="true"
android:id="@id/vertical_scroll"
android:background="@null">
<HorizontalScrollView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:scrollbars="horizontal"
android:fillViewport="true"
android:id="@id/horizontal_scroll"
android:background="@null">
android:layout_height="match_parent"
android:id="@id/text_editor"
android:visibility="gone">
<view
class="sharedcode.turboeditor.activity.BaseHomeActivity$Editor"
android:id="@id/editor"
<sharedcode.turboeditor.views.GoodScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:bufferType="spannable"
android:textCursorDrawable="@null"
android:cursorVisible="true"
android:gravity="top|start"
android:singleLine="false"
android:background="@null"
android:text=""
android:textIsSelectable="true" />
</HorizontalScrollView>
</sharedcode.turboeditor.views.GoodScrollView>
android:scrollbars="vertical"
android:fillViewport="true"
android:id="@id/vertical_scroll"
android:background="@null">
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabNext"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
android:visibility="invisible"/>
<HorizontalScrollView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:scrollbars="horizontal"
android:fillViewport="true"
android:id="@id/horizontal_scroll"
android:background="@null">
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabPrev"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="100dp"
android:layout_marginEnd="90dp"
android:visibility="invisible"/>
<view
class="sharedcode.turboeditor.activity.BaseHomeActivity$Editor"
android:id="@id/editor"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:bufferType="spannable"
android:textCursorDrawable="@null"
android:cursorVisible="true"
android:gravity="top|start"
android:singleLine="false"
android:background="@null"
android:text=""
android:textIsSelectable="true" />
</HorizontalScrollView>
</sharedcode.turboeditor.views.GoodScrollView>
</FrameLayout>
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabNext"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
android:visibility="invisible"/>
<fragment android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:name="sharedcode.turboeditor.fragment.NavigationDrawer"
android:id="@id/drawer_files"
android:layout_gravity="start"
tools:layout="@layout/fragment_navigation_drawer"
/>
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabPrev"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="100dp"
android:layout_marginEnd="90dp"
android:visibility="invisible"/>
</FrameLayout>
<RelativeLayout
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:background="@color/navigation_drawer_background_inverted"
android:id="@id/drawer_files"
android:layout_gravity="start"
>
<ListView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadingEdge="none"
android:cacheColorHint="@android:color/transparent"
android:layout_above="@id/drawer_buttons"
android:divider="@color/divider"
android:listSelector="?selectableItemBackground"
android:choiceMode="singleChoice"
android:background="@null"
/>
<TextView
android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:textSize="@dimen/text_size_mega_title"
android:fontFamily="sans-serif-light"
android:text="@string/recent_files"
android:textColor="@android:color/secondary_text_dark"
android:layout_above="@id/drawer_buttons" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="192dp"
android:id="@id/drawer_buttons"
android:layout_alignParentBottom="true"
android:orientation="vertical">
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:text="@string/new_file"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:clickable="true"
android:onClick="CreateFile"
android:background="?selectableItemBackground"/>
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:text="@string/open_a_file"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:clickable="true"
android:onClick="OpenFile"
android:background="?selectableItemBackground"/>
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:text="@string/preferenze"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:clickable="true"
android:onClick="OpenSettings"
android:background="?selectableItemBackground"/>
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:text="@string/info"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:clickable="true"
android:onClick="OpenInfo"
android:background="?selectableItemBackground"/>
<!--<RelativeLayout
android:layout_width="match_parent"
android:layout_height="52dp"
android:orientation="horizontal"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:clickable="true"
android:gravity="center_vertical"
android:onClick="OpenFile"
android:background="@drawable/item_background_holo_dark"
android:layout_toLeftOf="@+id/ic_add_dark"
>
<ImageView
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/ic_file_dark"
android:paddingStart="16dp"
android:paddingLeft="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/open_a_file"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textAllCaps="true"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
</LinearLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="@dimen/line_dimension"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/ic_add_dark"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"/>
<ImageView
android:id="@+id/ic_add_dark"
android:layout_width="64dp"
android:layout_height="match_parent"
android:src="@drawable/ic_add_dark"
android:padding="14dp"
android:layout_alignParentRight="true"
android:clickable="true"
android:onClick="CreateFile"
android:background="@drawable/item_background_holo_dark"
/>
</RelativeLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="52dp"
android:orientation="horizontal"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:clickable="true"
android:gravity="center_vertical"
android:onClick="OpenSettings"
android:background="@drawable/item_background_holo_dark"
android:layout_toLeftOf="@+id/ic_info_dark"
>
<ImageView
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/ic_settings_dark"
android:paddingStart="16dp"
android:paddingLeft="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/preferenze"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textAllCaps="true"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
</LinearLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="@dimen/line_dimension"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/ic_info_dark"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"/>
<ImageView
android:id="@+id/ic_info_dark"
android:layout_width="64dp"
android:layout_height="match_parent"
android:src="@drawable/ic_info_dark"
android:padding="14dp"
android:layout_alignParentRight="true"
android:clickable="true"
android:onClick="OpenInfo"
android:background="@drawable/item_background_holo_dark"
/>
</RelativeLayout>-->
</LinearLayout>
</RelativeLayout>
<fragment android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:name="sharedcode.turboeditor.preferences.SettingsFragment"
android:id="@id/drawer_settings"
android:layout_gravity="end"
tools:layout="@layout/fragment_navigation_drawer"/>
android:layout_gravity="end"/>
</sharedcode.turboeditor.views.CustomDrawerLayout>
</LinearLayout>

View File

@@ -18,27 +18,43 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fab="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:cacheColorHint="@null"
android:id="@android:id/list"
android:layout_width="match_parent"
<LinearLayout
android:layout_height="match_parent"
android:smoothScrollbar="true"/>
android:layout_width="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical">
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabbutton"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"/>
<include layout="@layout/toolbar"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:cacheColorHint="@null"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:smoothScrollbar="true"
android:listSelector="?selectableItemBackground"
android:divider="@null"
android:layout_marginLeft="@dimen/list_horizontal_margin"
android:layout_marginRight="@dimen/list_horizontal_margin"
android:layout_marginStart="@dimen/list_horizontal_margin"
android:layout_marginEnd="@dimen/list_horizontal_margin"/>
<com.faizmalkani.floatingactionbutton.FloatingActionButton
android:id="@+id/fabbutton"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_gravity="bottom|right"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"/>
</FrameLayout>
</LinearLayout>

View File

@@ -24,7 +24,7 @@
android:layout_gravity="center"
android:orientation="vertical">
<Switch
<android.support.v7.widget.SwitchCompat
android:id="@android:id/checkbox"
android:layout_width="match_parent"
android:layout_height="56dp"
@@ -34,7 +34,7 @@
android:paddingRight="16dp"
android:text="@string/enable_autoencoding"
android:textSize="12sp"
android:textColor="@color/navigation_drawer_button_text_color"
android:textColor="@color/textColor"
android:textAllCaps="true"/>
<ListView

View File

@@ -28,10 +28,10 @@
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_horizontal_margin"
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:layout_marginLeft="@dimen/activity_horizontal_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:drawablePadding="8dp"

View File

@@ -1,192 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2014 Vlad Mihalachi
~
~ This file is part of Turbo Editor.
~
~ Turbo Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Turbo Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/navigation_drawer_background_inverted"
>
<ListView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadingEdge="none"
android:cacheColorHint="@android:color/transparent"
android:layout_above="@id/drawer_buttons"
android:divider="@color/divider"
android:listSelector="@android:color/transparent"
android:choiceMode="singleChoice"
android:background="@null"
/>
<TextView
android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:textSize="@dimen/text_size_mega_title"
android:fontFamily="sans-serif-light"
android:text="@string/recent_files"
android:textColor="@android:color/secondary_text_dark"
android:layout_above="@id/drawer_buttons" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="104dp"
android:id="@id/drawer_buttons"
android:layout_alignParentBottom="true"
android:orientation="vertical">
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="52dp"
android:orientation="horizontal"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:clickable="true"
android:gravity="center_vertical"
android:onClick="OpenFile"
android:background="@drawable/item_background_holo_dark"
android:layout_toLeftOf="@+id/ic_add_dark"
>
<ImageView
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/ic_file_dark"
android:paddingStart="16dp"
android:paddingLeft="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/open_a_file"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textAllCaps="true"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
</LinearLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="@dimen/line_dimension"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/ic_add_dark"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"/>
<ImageView
android:id="@+id/ic_add_dark"
android:layout_width="64dp"
android:layout_height="match_parent"
android:src="@drawable/ic_add_dark"
android:padding="14dp"
android:layout_alignParentRight="true"
android:clickable="true"
android:onClick="CreateFile"
android:background="@drawable/item_background_holo_dark"
/>
</RelativeLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="52dp"
android:orientation="horizontal"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:clickable="true"
android:gravity="center_vertical"
android:onClick="OpenSettings"
android:background="@drawable/item_background_holo_dark"
android:layout_toLeftOf="@+id/ic_info_dark"
>
<ImageView
android:layout_width="35dp"
android:layout_height="35dp"
android:src="@drawable/ic_settings_dark"
android:paddingStart="16dp"
android:paddingLeft="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/preferenze"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingLeft="20dp"
android:paddingEnd="20dp"
android:paddingRight="20dp"
android:textSize="12sp"
android:textAllCaps="true"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
</LinearLayout>
<View
android:background="@color/divider_inverted"
android:layout_width="@dimen/line_dimension"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/ic_info_dark"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"/>
<ImageView
android:id="@+id/ic_info_dark"
android:layout_width="64dp"
android:layout_height="match_parent"
android:src="@drawable/ic_info_dark"
android:padding="14dp"
android:layout_alignParentRight="true"
android:clickable="true"
android:onClick="OpenInfo"
android:background="@drawable/item_background_holo_dark"
/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>

View File

@@ -23,7 +23,8 @@
android:layout_height="match_parent"
android:layout_width="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/navigation_drawer_background_inverted">
android:background="@color/navigation_drawer_background_inverted"
android:paddingTop="10dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -36,29 +37,22 @@
android:layout_width="match_parent"
android:layout_height="72dp"
android:text="@string/donate"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:gravity="center_vertical"
android:textSize="12sp"
android:textAllCaps="true"
android:clickable="true"
android:background="@drawable/item_background_holo_dark"
android:background="?selectableItemBackground"
android:textColor="@color/indigo"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<CheckBox android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/line_numbers"
android:textAllCaps="true"
android:textSize="12sp"
android:id="@id/switch_line_numbers"
android:layout_gravity="center_horizontal"
@@ -69,18 +63,12 @@
android:textColor="@color/navigation_drawer_button_text_color_inverted"
/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<CheckBox android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/menu_syntax_highlight"
android:textAllCaps="true"
android:textSize="12sp"
android:id="@id/switch_syntax"
android:layout_gravity="center_horizontal"
@@ -90,18 +78,12 @@
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<CheckBox android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/wrap_content"
android:textAllCaps="true"
android:textSize="12sp"
android:id="@id/switch_wrap_content"
android:layout_gravity="center_horizontal"
@@ -111,19 +93,12 @@
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<CheckBox android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/use_monospace"
android:textAllCaps="true"
android:textSize="12sp"
android:id="@id/switch_monospace"
android:layout_gravity="center_horizontal"
@@ -133,18 +108,12 @@
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<CheckBox android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/read_only"
android:textAllCaps="true"
android:textSize="12sp"
android:id="@id/switch_read_only"
android:layout_gravity="center_horizontal"
@@ -154,55 +123,145 @@
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<TextView
<TextView
android:id="@id/drawer_button_font_size"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/font_size"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:gravity="center_vertical"
android:textSize="12sp"
android:textAllCaps="true"
android:clickable="true"
android:background="@drawable/item_background_holo_dark"
android:background="?selectableItemBackground"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<View
android:background="@color/divider_inverted"
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
<TextView
android:id="@id/drawer_button_extra_options"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/extra_options"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:gravity="center_vertical"
android:textSize="12sp"
android:textAllCaps="true"
android:clickable="true"
android:background="@drawable/item_background_holo_dark"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
android:background="?selectableItemBackground"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:drawableRight="@drawable/abc_spinner_mtrl_am_alpha"/>
<View
android:background="@color/divider_inverted"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/line_dimension"/>
android:layout_height="match_parent"
android:id="@+id/other_options"
android:visibility="gone"
android:orientation="vertical">
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/light_theme"
android:textSize="12sp"
android:id="@id/switch_light_theme"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/keyboard_suggestions_and_swipe"
android:textSize="12sp"
android:id="@id/switch_suggestions_active"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/auto_save"
android:textSize="12sp"
android:id="@id/switch_auto_save"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<TextView
android:id="@id/drawer_button_encoding"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/codifica"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:gravity="center_vertical"
android:textSize="12sp"
android:clickable="true"
android:background="?selectableItemBackground"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/ignore_back_button"
android:textSize="12sp"
android:id="@id/switch_ignore_backbutton"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/split_text_if_too_long"
android:textSize="12sp"
android:id="@id/switch_page_system"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<android.support.v7.widget.SwitchCompat
android:gravity="center_vertical"
android:layout_width="match_parent"
android:layout_height="56dp"
android:text="@string/send_error_reports"
android:textSize="12sp"
android:id="@id/switch_send_error_reports"
android:layout_gravity="center_horizontal"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
</LinearLayout>
</LinearLayout>
</ScrollView>

View File

@@ -18,7 +18,7 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout
android:layout_height="72dp"
android:layout_height="64dp"
android:layout_width="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
@@ -29,20 +29,20 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="5"
android:textSize="18sp"
android:paddingStart="@dimen/item_drawer_list_padding"
android:paddingEnd="@dimen/item_drawer_list_padding"
android:paddingLeft="@dimen/item_drawer_list_padding"
android:paddingRight="@dimen/item_drawer_list_padding"
android:textSize="16sp"
android:paddingStart="16dp"
android:paddingEnd="8dp"
android:paddingLeft="16dp"
android:paddingRight="8dp"
android:maxLines="1"
android:textColor="@color/navigation_drawer_button_text_color_inverted"
android:ellipsize="end"/>
android:textColor="@color/navigation_drawer_button_text_color_inverted"/>
<ImageView
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="30dp"
android:layout_height="match_parent"
android:id="@id/button_remove_from_list"
android:src="@drawable/ic_close_dark"/>
android:src="@drawable/ic_close_dark"
android:padding="15dp"/>
</LinearLayout>

View File

@@ -18,7 +18,14 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/list_pressed_holo_dark" />
<item android:drawable="@drawable/list_longpressed_holo_dark" />
</transition>
<android.support.v7.widget.Toolbar
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/my_awesome_toolbar"
android:layout_height="?attr/actionBarSize"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/>

View File

@@ -22,25 +22,25 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@id/im_select_folder"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:title="@string/seleziona">
</item>
<item
android:id="@id/im_set_as_working_folder"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_bookmark_outline"
android:title="@string/set_as_working_folder">
</item>
<item
android:id="@id/im_is_working_folder"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_bookmark"
android:title="@string/is_the_working_folder">
</item>
<item
android:id="@id/im_search"
android:actionViewClass="android.widget.SearchView"
android:showAsAction="ifRoom|collapseActionView"
app:actionViewClass="android.support.v7.widget.SearchView"
app:showAsAction="ifRoom|collapseActionView"
android:icon="@drawable/ic_action_search"
android:title="@string/find">
</item>

View File

@@ -22,44 +22,45 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@id/im_save"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_save"
android:title="@string/salva"/>
<item
android:id="@id/im_undo"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_undo"
android:title="@string/testo_indietro"
/>
<item
android:id="@id/im_redo"
android:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_action_redo"
android:title="@string/testo_rifai"
/>
<item
android:id="@id/im_search"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/find"
/>
<item
android:id="@id/im_goto_line"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/goto_line"
/>
<item
android:id="@id/im_view_it_on_browser"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/view_it_on_the_web"
/>
<item
android:id="@id/im_share"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/share"
app:actionProviderClass="android.support.v7.widget.ShareActionProvider"
/>
<item
android:id="@id/im_info"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/info"
/>

View File

@@ -30,29 +30,29 @@
</item>-->
<item
android:id="@id/im_cancel"
android:showAsAction="always"
app:showAsAction="always"
android:title="@android:string/cancel">
</item>
<item
android:id="@id/im_previous_item"
android:showAsAction="always"
app:showAsAction="always"
android:title="@string/previous">
</item>
<item
android:id="@id/im_next_item"
android:showAsAction="always"
app:showAsAction="always"
android:title="@string/next">
</item>
<item
android:id="@id/im_replace"
android:showAsAction="always"
app:showAsAction="always"
android:title="@string/replace">
</item>
<!--<item
android:id="@id/im_cancel"
android:icon="@drawable/ic_action_close"
android:title="@android:string/cancel"
android:title="@app:tring/cancel"
app:showAsAction="always">
</item>-->
</menu>

View File

@@ -24,10 +24,10 @@
<item
android:id="@id/im_new_file"
android:title="@string/file"
android:showAsAction="ifRoom"/>
app:showAsAction="ifRoom"/>
<item
android:id="@id/im_new_folder"
android:title="@string/folder"
android:showAsAction="ifRoom"/>
app:showAsAction="ifRoom"/>
</menu>

View File

@@ -20,11 +20,12 @@
<changelog bulletedList="true">
<changelogversion versionName="1.13" changeDate="Oct 17, 2014">
<changelogversion versionName="1.13" changeDate="Oct 25, 2014">
<changelogtext>Turbo Editor is a free and open source app. Now you can show your appreciation and support development by donating :)</changelogtext>
<changelogtext>New visual changes</changelogtext>
<changelogtext>New visual changes to make the app more "Material"</changelogtext>
<changelogtext>New save dialog when you are about to close a file</changelogtext>
<changelogtext>Many enchantments and fixes</changelogtext>
<changelogtext>Have feedback? Please use xda or the email. Thanks!</changelogtext>
</changelogversion>
<changelogversion versionName="1.12" changeDate="Oct 9, 2014">

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">فتح</string>
<string name="file_saved_with_success">تم حفظ الملف % 1$ s مع النجاح!</string>
<string name="open_a_file">فتح ملف</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Obre</string>
<string name="file_saved_with_success">L\'arxiu %1$s s\'ha desat amb èxit!</string>
<string name="open_a_file">Obre un arxiu</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Otevřít</string>
<string name="file_saved_with_success">Soubor %1$s byl úspěšně uložen!</string>
<string name="open_a_file">Otevřít soubor</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Öffnen</string>
<string name="file_saved_with_success">Die Datei %1$s wurde erfolgreich gespeichert!</string>
<string name="open_a_file">Datei öffnen</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Άνοιγμα</string>
<string name="file_saved_with_success">Το αρχείο %1$s αποθηκεύτηκε με επιτυχία!</string>
<string name="open_a_file">Άνοιγμα αρχείου</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Abrir</string>
<string name="file_saved_with_success">¡El archivo %1$s fue guardado exitosamente!</string>
<string name="open_a_file">Abrir archivo</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Avaa</string>
<string name="file_saved_with_success">Tiedosto \'%1$s\' on tallennettu onnistuneesti!</string>
<string name="open_a_file">Avaa tiedosto</string>
<string name="no">Ei</string>
<string name="new_file">Uusi tiedosto</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -31,7 +31,7 @@
<string name="folder">Dossier </string>
<string name="light_theme">Thème clair</string>
<string name="goto_line">Aller à la ligne</string>
<string name="goto_page">Go to Page&#8230;</string>
<string name="goto_page">Aller à la Page&#8230;</string>
<string name="find">Rechercher</string>
<string name="replace">Remplacer</string>
<string name="share">Partager</string>
@@ -71,4 +71,6 @@
<string name="open">Ouvrir</string>
<string name="file_saved_with_success">Le fichier %1$s a été enregistré avec succès !</string>
<string name="open_a_file">Ouvrir un fichier</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Megnyit</string>
<string name="file_saved_with_success">A(z) %1$s fájl sikeresen mentve!</string>
<string name="open_a_file">Fájl megnyitása</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Buka</string>
<string name="file_saved_with_success">File %1$s berhasil disimpan!</string>
<string name="open_a_file">Buka file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Apri</string>
<string name="file_saved_with_success">Il file %1$s è stato salvato con successo!</string>
<string name="open_a_file">Apri un file</string>
<string name="no">No</string>
<string name="new_file">Nuovo file</string>
</resources>

View File

@@ -21,11 +21,11 @@
<resources>
<string name="close">Chiudi</string>
<string name="about_action">Informazioni</string>
<string name="about_message"><![CDATA[Turbo Editor è un'app gratuita ed <a href="http://github.com/vmihalachi/turbo-editor">open source</a>.
<string name="about_message"><![CDATA[Turbo Editor e un\'app gratuita ed <a href="http://github.com/vmihalachi/turbo-editor">open source</a>.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. Tutti i diritti riservati.<br/>
<br/>
Grazie mille a tutti quelli che
<a href="http://crowdin.net/project/turbo-client">hanno aiutato con le traduzioni</a> o hanno donato</a>.<br/>
<br/>
Se vuoi inviare consigli qui c'e il link al <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA Thread</a>]]></string>
Se vuoi inviare consigli qui c\'e il link al <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA Thread</a>]]></string>
</resources>

View File

@@ -21,7 +21,7 @@
<resources>
<string name="donation_action">Dona</string>
<string name="donation_title">Fai una donazione allo sviluppatore</string>
<string name="donation_info"><![CDATA[Turbo Editor è un'app gratuita e <a href="http://github.com/vmihalachi/turbo-editor/">open source</a>.
<string name="donation_info"><![CDATA[Turbo Editor è un\'app gratuita e <a href="http://github.com/vmihalachi/turbo-editor/">open source</a>.
Puoi mostrare il tuo apprezzamento e aiutare nello sviluppo donando:]]></string>
<string name="donation_item_bought">Hai già effettuato la donazione di questo elemento.</string>
<string name="donation_2">Un gelato</string>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -31,7 +31,7 @@
<string name="folder">フォルダー</string>
<string name="light_theme">ライトテーマ</string>
<string name="goto_line">行へ移動</string>
<string name="goto_page">Go to Page&#8230;</string>
<string name="goto_page">ページを移動&#8230;</string>
<string name="find">検索</string>
<string name="replace">置換</string>
<string name="share">共有</string>
@@ -71,4 +71,6 @@
<string name="open">開く</string>
<string name="file_saved_with_success">ファイル %1$s は保存されました!</string>
<string name="open_a_file">ファイルを開く</string>
<string name="no">いいえ</string>
<string name="new_file">新しいファイル</string>
</resources>

View File

@@ -19,16 +19,15 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="close">Close</string>
<string name="about_action">About</string>
<string name="close">閉じる</string>
<string name="about_action">アプリについて</string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Turbo Editor はフリーで <a href="http://github.com/vmihalachi/turbo-editor">オープン ソース</a> のアプリです.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/>
Many thanks to all who
<a href="http://crowdin.net/project/turbo-client">helped with translations</a> or
donated to me</a>.<br/>
<a href="http://crowdin.net/project/turbo-client">翻訳にご協力いただいた</a> あるいは
私に寄付をいただいた</a> すべての方に非常に感謝いたします.<br/>
<br/>
If you want to send feedback here is the <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
フィードバックを送りたい方は、こちら <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA スレッド</a>
]]></string>
</resources>

View File

@@ -20,18 +20,18 @@
-->
<resources>
<string name="donation_action">寄付</string>
<string name="donation_title">Donate to developer</string>
<string name="donation_title">開発者に寄付</string>
<string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating:
Turbo Editor はフリーで <a href="http://github.com/vmihalachi/turbo-editor/">オープン ソース</a> のアプリです.
あなたの寄付によって感謝の気持ちを表したり、開発をサポートすることができます:
]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string>
<string name="donation_2">An ice cream</string>
<string name="donation_4">Cup of coffee</string>
<string name="donation_10">Electricity bills</string>
<string name="donation_20">The right pillow</string>
<string name="donation_50">Solid-state drive</string>
<string name="donation_99">Sound system</string>
<string name="donation_error_iab_setup">Failed to setup in-app-billing service!</string>
<string name="donation_no_responsibility">Notice that Google is not responsible for that payments method.</string>
<string name="donation_item_bought">既にこのアイテムに寄付しています。</string>
<string name="donation_2">アイスクリーム</string>
<string name="donation_4">コーヒー1杯</string>
<string name="donation_10">電気代</string>
<string name="donation_20">ちょうど良い枕</string>
<string name="donation_50">SSD</string>
<string name="donation_99">サウンドシステム</string>
<string name="donation_error_iab_setup">アプリ内課金サービスのセットアップに失敗しました。</string>
<string name="donation_no_responsibility">この決済についてはGoogleが責任を負わないことに注意してください。</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">열기</string>
<string name="file_saved_with_success">파일 %1$s 저장 완료!</string>
<string name="open_a_file">파일 열기</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Openen</string>
<string name="file_saved_with_success">Het bestand %1$s is met succes opgeslagen!</string>
<string name="open_a_file">Open een bestand</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Otwórz</string>
<string name="file_saved_with_success">Plik %1$s został pomyślnie zapisany!</string>
<string name="open_a_file">Otwórz plik</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Abrir</string>
<string name="file_saved_with_success">O arquivo %1$s foi salvo com sucesso!</string>
<string name="open_a_file">Abrir um arquivo</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -31,7 +31,7 @@
<string name="folder">Pasta</string>
<string name="light_theme">Tema claro</string>
<string name="goto_line">Ir para a linha</string>
<string name="goto_page">Go to Page&#8230;</string>
<string name="goto_page">Ir para a página&#8230;</string>
<string name="find">Localizar</string>
<string name="replace">Substituir</string>
<string name="share">Partilhar</string>
@@ -71,4 +71,6 @@
<string name="open">Abrir</string>
<string name="file_saved_with_success">O ficheiro %1$s foi gravado com sucesso!</string>
<string name="open_a_file">Abrir um ficheiro</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -19,16 +19,16 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="close">Close</string>
<string name="about_action">About</string>
<string name="close">Fechar </string>
<string name="about_action">Sobre</string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
O Turbo Editor é uma <a href="http://github.com/vmihalachi/turbo-editor">aplicação livre</a>.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. Todos os direitos reservados.<br/>
<br/>
Many thanks to all who
<a href="http://crowdin.net/project/turbo-client">helped with translations</a> or
donated to me</a>.<br/>
Muito obrigado a todos os que
<a href="http://crowdin.net/project/turbo-client">ajudaram a traduzir</a> ou
efetuaram donativos</a>.<br/>
<br/>
If you want to send feedback here is the <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
Se quiser fazer algum comentário aceda ao <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">fórum XDA</a>.
]]></string>
</resources>

View File

@@ -20,18 +20,17 @@
-->
<resources>
<string name="donation_action">Donativos</string>
<string name="donation_title">Donate to developer</string>
<string name="donation_title">Efetuar donativo</string>
<string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating:
]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string>
<string name="donation_2">An ice cream</string>
<string name="donation_4">Cup of coffee</string>
<string name="donation_10">Electricity bills</string>
<string name="donation_20">The right pillow</string>
<string name="donation_50">Solid-state drive</string>
<string name="donation_99">Sound system</string>
<string name="donation_error_iab_setup">Failed to setup in-app-billing service!</string>
<string name="donation_no_responsibility">Notice that Google is not responsible for that payments method.</string>
O Turbo Editor é uma <a href="http://github.com/vmihalachi/turbo-editor/">aplicação livre</a>.
Pode demonstrar o seu apreço e ajudar no desenvolvimento efetuando um donativo para:]]></string>
<string name="donation_item_bought">Já efetuou um donativo para este item.</string>
<string name="donation_2">Um gelado</string>
<string name="donation_4">Um café</string>
<string name="donation_10">A conta de eletricidade</string>
<string name="donation_20">Uma almofada</string>
<string name="donation_50">Um disco SSD</string>
<string name="donation_99">Um sistema de som</string>
<string name="donation_error_iab_setup">Erro ao configurar o serviço de pagamento!</string>
<string name="donation_no_responsibility">Tenha em atenção que a Google não é responsável por este método de pagamento.</string>
</resources>

View File

@@ -31,10 +31,10 @@
<string name="folder">Director</string>
<string name="light_theme">Tema deschisă la culoare</string>
<string name="goto_line">Du-te la linia</string>
<string name="goto_page">Go to Page&#8230;</string>
<string name="goto_page">Du-te la pagina&#8230;</string>
<string name="find">Caută</string>
<string name="replace">Înlocuiește</string>
<string name="share">Share</string>
<string name="share">Distribuiți</string>
<string name="keyboard_suggestions_and_swipe">Keyboard suggestions and Swipe</string>
<string name="enable_autoencoding">Auto-codificarea</string>
<string name="set_as_working_folder">Setați ca folderul de lucru</string>
@@ -54,13 +54,13 @@
<string name="long_click_for_more_options">Faceţi clic pe lung pentru mai multe opţiuni</string>
<string name="auto_save">Auto salvare</string>
<string name="read_only">Doar citire</string>
<string name="send_error_reports">Send error reports</string>
<string name="extra_options">Extra options</string>
<string name="split_text_if_too_long">Split the text if too long</string>
<string name="ignore_back_button">Ignore back button</string>
<string name="donate">Donate</string>
<string name="send_error_reports">Trimite raportul de eroare</string>
<string name="extra_options">Opţiuni suplimentare</string>
<string name="split_text_if_too_long">Împarte textul dacă e prea lung</string>
<string name="ignore_back_button">Ignoră butonul \"back\"</string>
<string name="donate">Donează</string>
<string name="codifica">Codificare</string>
<string name="condividi">Share</string>
<string name="condividi">Distribuiți</string>
<string name="info">Informații</string>
<string name="nome_app_turbo_editor">Turbo Editor</string>
<string name="preferenze">Preferințe</string>
@@ -71,4 +71,6 @@
<string name="open">Deschide</string>
<string name="file_saved_with_success">Fişierul %1$s a fost salvat cu succes!</string>
<string name="open_a_file">Deschideţi un fişier</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -19,8 +19,8 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="close">Close</string>
<string name="about_action">About</string>
<string name="close">Închide</string>
<string name="about_action">Despre</string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>

View File

@@ -19,7 +19,7 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="donation_action">Donate</string>
<string name="donation_action">Donează</string>
<string name="donation_title">Donate to developer</string>
<string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.

View File

@@ -71,4 +71,6 @@
<string name="open">открыть</string>
<string name="file_saved_with_success">Файл %1$s успешно сохранен!</string>
<string name="open_a_file">Открыть файл</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -19,16 +19,16 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="close">Close</string>
<string name="about_action">About</string>
<string name="close">Закрыть</string>
<string name="about_action">О программе</string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Турбо редактор бесплатен и <a href="http://github.com/vmihalachi/turbo-editor">приложение с откр. исходным кодом</a> .
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/>
Many thanks to all who
<a href="http://crowdin.net/project/turbo-client">helped with translations</a> or
donated to me</a>.<br/>
Большое спасибо всем за
<a href="http://crowdin.net/project/turbo-client">за помощь в переводе</a> или
кто поддержал меня</a>.<br/>
<br/>
If you want to send feedback here is the <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
Обратная связь <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
]]></string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -31,7 +31,7 @@
<string name="folder">Klasör</string>
<string name="light_theme">Aydınlık Tema</string>
<string name="goto_line">Satıra git</string>
<string name="goto_page">Go to Page&#8230;</string>
<string name="goto_page">Sayfaya git&#8230;</string>
<string name="find">Bul</string>
<string name="replace">Değiştir</string>
<string name="share">Paylaş</string>
@@ -71,4 +71,6 @@
<string name="open"></string>
<string name="file_saved_with_success">%1$s dosyası başarıyla kaydedildi!</string>
<string name="open_a_file">Dosya aç</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -19,16 +19,15 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="close">Close</string>
<string name="about_action">About</string>
<string name="close">Kapat</string>
<string name="about_action">Hakkında</string>
<string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
Turbo Editör ücretsiz ve <a href="http://github.com/vmihalachi/turbo-editor">ık kaynak</a> bir uygulamadır.
Telif hakkı 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. Tüm Hakları Saklıdır.<br/>
<br/>
Many thanks to all who
<a href="http://crowdin.net/project/turbo-client">helped with translations</a> or
donated to me</a>.<br/>
Tüm çevirileriyle
<a href="http://crowdin.net/project/turbo-client">veya bağışlarıyla yardımcı</a> olanlara çok teşekkürler</a>.<br/>
<br/>
If you want to send feedback here is the <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">XDA thread</a>
]]></string>
Geri bildirim göndermek istiyorsanız XDA konusunu <a href="http://forum.xda-developers.com/android/apps-games/app-turbo-editor-text-editor-t2832016">kullanabilirsiniz</a>
<a href="https://plus.google.com/+VladMihalachi">]]></string>
</resources>

View File

@@ -20,18 +20,18 @@
-->
<resources>
<string name="donation_action">Bağış yap</string>
<string name="donation_title">Donate to developer</string>
<string name="donation_title">Geliştiriciye bağış yap</string>
<string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating:
Turbo Editör ücretsiz ve <a href="http://github.com/vmihalachi/turbo-editor/">ık kaynak</a> bir uygulamadır.
Bağış yaparak gelişimini destekleyebilir ve beğeninizi gösterebilirsiniz:
]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string>
<string name="donation_2">An ice cream</string>
<string name="donation_4">Cup of coffee</string>
<string name="donation_10">Electricity bills</string>
<string name="donation_20">The right pillow</string>
<string name="donation_50">Solid-state drive</string>
<string name="donation_99">Sound system</string>
<string name="donation_error_iab_setup">Failed to setup in-app-billing service!</string>
<string name="donation_no_responsibility">Notice that Google is not responsible for that payments method.</string>
<string name="donation_item_bought">Zaten bu öğe için bağış yaptınız.</string>
<string name="donation_2">Bir dondurma</string>
<string name="donation_4">Bir fincan kahve</string>
<string name="donation_10">Elektrik faturaları</string>
<string name="donation_20">Ortopedik yastık</string>
<string name="donation_50">Solid-state sürücü</string>
<string name="donation_99">Ses sistemi</string>
<string name="donation_error_iab_setup">Uygulama içi ödeme hizmetinin kurulumu başarısız oldu!</string>
<string name="donation_no_responsibility">Google\'ın bu ödeme yönteminden sorumlu olmadığına dikkat edin.</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

View File

@@ -71,4 +71,6 @@
<string name="open">Open</string>
<string name="file_saved_with_success">The file %1$s was saved with success!</string>
<string name="open_a_file">Open a file</string>
<string name="no">No</string>
<string name="new_file">New file</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More