+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
- android:animation="@anim/slide_in_right"
- android:interpolator="@android:anim/accelerate_decelerate_interpolator" />
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime"
- android:fillAfter="true">
- <rotate
- android:fromDegrees="0"
- android:pivotX="50%"
- android:pivotY="50%"
- android:toDegrees="180" />
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime"
- android:fillAfter="true">
- <rotate
- android:fromDegrees="180"
- android:pivotX="50%"
- android:pivotY="50%"
- android:toDegrees="0" />
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime"
- android:fillAfter="true"
- android:fillEnabled="true">
- <scale
- android:fillAfter="false"
- android:fromYScale="0.0"
- android:interpolator="@android:anim/accelerate_decelerate_interpolator"
- android:toYScale="1.0"
- android:fromXScale="1.0"
- android:toXScale="1.0"/>
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime">
- <translate
- android:fromXDelta="100%"
- android:toXDelta="0%" />
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime">
- <translate
- android:fromXDelta="0%"
- android:toXDelta="100%" />
- <alpha
- android:fromAlpha="1.0"
- android:toAlpha="0.0" />
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="@android:integer/config_shortAnimTime"
- android:fillAfter="true"
- android:fillEnabled="true">
- <scale
- android:fillAfter="false"
- android:fromYScale="1.0"
- android:interpolator="@android:anim/accelerate_decelerate_interpolator"
- android:toYScale="0.0"
- android:fromXScale="1.0"
- android:toXScale="1.0"/>
-</set>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2020 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="108dp"
- android:height="108dp"
- android:autoMirrored="true"
- android:viewportWidth="90"
- android:viewportHeight="90"
- >
- <path
- android:fillAlpha="1"
- android:fillColor="#935FF2"
- android:fillType="nonZero"
- android:pathData="M0,0 l0,90 l90,0 l0,-90 z"
- android:strokeWidth="0"
- android:strokeAlpha="1"
- android:strokeColor="#00000000"
- android:strokeLineCap="square"
- android:strokeLineJoin="round"
- />
-</vector>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2020 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="line"
- android:thickness="1dp"
- android:tint="?colorSecondary"
- >
- <stroke
- android:width="1dp"
- android:color="?colorSecondary"
- android:dashWidth="2dp"
- android:dashGap="6dp"
- />
-
-</shape>
\ No newline at end of file
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:autoMirrored="true"
- android:tint="?colorPrimary"
- android:viewportWidth="24"
- android:viewportHeight="24"
- >
- <path
- android:fillColor="@android:color/white"
- android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"
- />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp" android:tint="#EEEEEE"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M12,2C6.47,2 2,6.47 2,12s4.47,10 10,10 10,-4.47 10,-10S17.53,2 12,2zM17,15.59L15.59,17 12,13.41 8.41,17 7,15.59 10.59,12 7,8.41 8.41,7 12,10.59 15.59,7 17,8.41 13.41,12 17,15.59z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector android:height="24dp" android:tint="#EEEEEE"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>
-</vector>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_star_border_black_24dp"
- android:state_checked="false"/>
- <item android:drawable="@drawable/ic_star_black_24dp"
- android:state_checked="true"/>
- <item android:drawable="@drawable/ic_star_border_black_24dp" />
-</selector>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_star_border_white_24dp"
- android:state_checked="false"/>
- <item android:drawable="@drawable/ic_star_white_24dp"
- android:state_checked="true"/>
- <item android:drawable="@drawable/ic_star_border_white_24dp" />
-</selector>
\ No newline at end of file
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:autoMirrored="true"
- android:tint="?colorPrimary"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M21.99,4c0,-1.1 -0.89,-2 -1.99,-2L4,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h14l4,4 -0.01,-18zM18,14L6,14v-2h12v2zM18,11L6,11L6,9h12v2zM18,8L6,8L6,6h12v2z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:tint="?attr/colorOnSurface"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0"
- >
- <path
- android:fillColor="#FF000000"
- android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"
- />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:tint="?colorPrimary"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M17,12h-5v5h5v-5zM16,1v2L8,3L8,1L6,1v2L5,3c-1.11,0 -1.99,0.9 -1.99,2L3,19c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2h-1L18,1h-2zM19,19L5,19L5,8h14v11z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:tint="#313131"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M10.09,15.59L11.5,17l5,-5 -5,-5 -1.41,1.41L12.67,11H3v2h9.67l-2.58,2.59zM19,3H5c-1.11,0 -2,0.9 -2,2v4h2V5h14v14H5v-4H3v4c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:tint="?colorSecondary"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:name="p"
- android:fillColor="#FF000000"
- android:pathData="M16.59,8.59L12,13.17 7.41,8.59 6,10l6,6 6,-6z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zm1,15h-2v-6h2v6zm0,-8h-2V7h2v2z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp" android:tint="?colorPrimary"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M7.41,7.84L12,12.42l4.59,-4.58L18,9.25l-6,6 -6,-6z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z" />
-</vector>
\ No newline at end of file
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp"
- android:tint="?colorSecondary"
- android:viewportHeight="24.0"
- android:viewportWidth="24.0"
- android:width="24dp"
- xmlns:android="http://schemas.android.com/apk/res/android"
- >
- <path
- android:fillColor="#FF000000"
- android:pathData="M6,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM18,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"
- />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M11.5,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.9,2 2,2zm6.5,-6v-5.5c0,-3.07 -2.13,-5.64 -5,-6.32V3.5c0,-0.83 -0.67,-1.5 -1.5,-1.5S10,2.67 10,3.5v0.68c-2.87,0.68 -5,3.25 -5,6.32V16l-2,2v1h17v-1l-2,-2z" />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:tint="?attr/colorPrimary"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0"
- >
- <path
- android:fillColor="#FF000000"
- android:pathData="M17.65,6.35C16.2,4.9 14.21,4 12,4c-4.42,0 -7.99,3.58 -7.99,8s3.57,8 7.99,8c3.73,0 6.84,-2.55 7.73,-6h-2.08c-0.82,2.33 -3.04,4 -5.65,4 -3.31,0 -6,-2.69 -6,-6s2.69,-6 6,-6c1.66,0 3.14,0.69 4.22,1.78L13,11h7V4l-2.35,2.35z"
- />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp" android:tint="#313131"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp" android:tint="#313131"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M22,9.24l-7.19,-0.62L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21 12,17.27 18.18,21l-1.63,-7.03L22,9.24zM12,15.4l-3.76,2.27 1,-4.28 -3.32,-2.88 4.38,-0.38L12,6.1l1.71,4.04 4.38,0.38 -3.32,2.88 1,4.28L12,15.4z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector android:height="24dp" android:tint="#EEEEEE"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M22,9.24l-7.19,-0.62L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21 12,17.27 18.18,21l-1.63,-7.03L22,9.24zM12,15.4l-3.76,2.27 1,-4.28 -3.32,-2.88 4.38,-0.38L12,6.1l1.71,4.04 4.38,0.38 -3.32,2.88 1,4.28L12,15.4z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector android:height="24dp" android:tint="#EEEEEE"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="#FF000000" android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01,-0.25 1.97,-0.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0,-4.42,-3.58,-8,-8,-8zm0 14c-3.31 0,-6,-2.69,-6,-6 0,-1.01 0.25,-1.97 0.7,-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4,-4,-4,-4v3z"
- />
-</vector>
\ No newline at end of file
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector android:height="24dp"
- android:tint="?colorSecondary"
- android:viewportHeight="24.0"
- android:viewportWidth="24.0"
- android:width="24dp"
- xmlns:android="http://schemas.android.com/apk/res/android"
- >
- <path
- android:fillColor="#FF000000"
- android:pathData="M12,5.83L15.17,9l1.41,-1.41L12,3 7.41,7.59 8.83,9 12,5.83zM12,18.17L8.83,15l-1.41,1.41L12,21l4.59,-4.59L15.17,15 12,18.17z"
- />
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:tint="?colorSecondary"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M4,14h4v-4L4,10v4zM4,19h4v-4L4,15v4zM4,9h4L8,5L4,5v4zM9,14h12v-4L9,10v4zM9,19h12v-4L9,15v4zM9,5v4h12L21,5L9,5z" />
-</vector>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2020 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <gradient
- android:type="linear"
- android:endColor="?colorPrimary"
- android:centerColor="?colorPrimaryTransparent"
- android:startColor="?colorPrimary" />
- <size android:height="1dp" />
-</shape>
\ No newline at end of file
+++ /dev/null
-<!--
- ~ Copyright © 2021 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="6.35"
- android:viewportHeight="6.3500004">
- <path
- android:pathData="m5.72461,0.0004a0.43254,0.43254 0,0 0,-0.37109 0.23828L2.79688,5.14102 0.94531,2.91837A0.43254,0.43254 0,1 0,0.28125 3.4711l2.26563,2.72266a0.43254,0.43254 0,0 0,0.7168 -0.0762l2.85742,-5.48047a0.43254,0.43254 0,0 0,-0.39648 -0.63672z"
- android:strokeAlpha="1"
- android:strokeLineJoin="round"
- android:strokeWidth="0.86500001"
- android:fillColor="#ffffff"
- android:strokeColor="#00000000"
- android:fillType="evenOdd"
- android:fillAlpha="1"
- android:strokeLineCap="round"/>
-</vector>
+++ /dev/null
-<!--
- ~ Copyright Google Inc.
- ~
- ~ 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:
- ~
- ~ https://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distribution 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.
- ~
- ~ Modified/adapted by Damyan Ivanov for MoLe
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:autoMirrored="true"
- android:tint="?colorOnPrimary"
- android:viewportWidth="24"
- android:viewportHeight="24"
- >
- <path
- android:fillColor="@android:color/white"
- android:pathData="M20,3h-1L19,1h-2v2L7,3L7,1L5,1v2L4,3c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,5c0,-1.1 -0.9,-2 -2,-2zM20,21L4,21L4,8h16v13z"
- />
-</vector>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2021 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/list"
- android:name="net.ktnx.mobileledger.ui.patterns.TestItemFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- app:layoutManager="LinearLayoutManager"
- tools:context=".ui.templates.TestItemFragment"
- tools:listitem="@layout/template_details_header"
- />
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright © 2020 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:name="net.ktnx.mobileledger.ui.activity.ProfileListFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layoutManager="LinearLayoutManager"
- tools:listitem="@layout/profile_list_content" />
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
- ~ This file is part of MoLe.
- ~ MoLe is free software: you can distribute it and/or modify it
- ~ under the term of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your opinion), any later version.
- ~
- ~ MoLe 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 terms for details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
- -->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/menu_add_profile"
- android:icon="@drawable/ic_add_circle_white_24dp"
- android:title="@string/create_profile_label"
- app:showAsAction="ifRoom" />
-</menu>
\ No newline at end of file
-->
<resources>
- <string name="title_activity_settings">Настройки</string>
- <string name="pref_header_backend">Сървър</string>
<string name="pref_title_use_http_auth">Удостоверяване</string>
- <string name="pref_description_use_http_auth_on">Използване на удостоверяване при свързване със сървъра</string>
- <string name="pref_description_use_http_auth_off">Без използване на удостоверяване при свързване със сървъра</string>
- <string name="pref_title_backend_url">Адрес на сървъра</string>
<string name="nav_reports_title">Справки</string>
<string name="nav_transactions_title">Движения</string>
<string name="action_settings">Настройки</string>
<string name="title_activity_new_transaction">Ново движение</string>
<string name="new_transaction_account_hint">Сметка</string>
<string name="new_transaction_date_hint">днес</string>
- <string name="msg_at_least_two_accounts_are_required">Задължително е използването на поне две сметки</string>
- <string name="err_net_io_error">Мрежова грешка</string>
- <string name="err_bad_backend_url">Неправилен адрес на сървър</string>
- <string name="progress_connecting">Свързване…</string>
<string name="new_transaction_description_hint">Описание</string>
<string name="account_summary_title">Сметки</string>
- <string name="menu_hide_acc_condensed_title">Скриване</string>
- <string name="menu_acc_view_transactions">Преглед на движенията</string>
- <string name="menu_acc_summary_refresh_title">Обновяване</string>
- <string name="err_net_error">Мрежова грешка</string>
- <string name="menu_acc_summary_show_only_starred_title">Показване само на любимите</string>
<string name="action_reset_new_transaction_activity_title">Отначало</string>
- <string name="interface_pref_header_title">Интерфейс</string>
- <string name="pref_show_only_starred_off_summary">Списъкът на сметките съдържа всички сметки</string>
- <string name="pref_show_only_starred_on_summary">Показват се само отбелязаните със звезда</string>
- <string name="menu_acc_summary_cancel_selection_title">Отказ</string>
- <string name="err_bad_auth">Грешно потребителско име или парола</string>
- <string name="new_transaction_amount_hint">0,00</string>
- <string name="transactions_last_update_label">Данни към:</string>
- <string name="title_profile_list">Профили</string>
<string name="profiles">Профили</string>
<string name="title_profile_details">Данни за профила</string>
- <string name="transaction_last_update_never">никога</string>
- <string name="err_cancelled">Операцията е прекъсната</string>
- <string name="title_activity_transaction_list">Движения</string>
- <string name="err_http_error">Грешка в HTTP</string>
<string name="new_profile_title">Нов профил</string>
<string name="delete_profile">Изтриване на профила</string>
<string name="delete">Изтриване</string>
<item>Ноември</item>
<item>Декември</item>
</string-array>
- <string name="error_invalid_date">Грешна дата</string>
<string name="url_label">Адрес</string>
<string name="profile_name_label">Име на профила</string>
<string name="create_profile_label">Създаване на профил</string>
<string name="btn_send_crash_report">Изпращане…</string>
<string name="crash_app_label">Тестов срив</string>
<string name="crash_dialog_title">MoLe се срина</string>
- <string name="crash_report_contents_label">Съдържание на доклада:</string>
<string name="profile_subtitle_read_only">(Само за преглед)</string>
- <string name="menu_acc_summary_confirm_selection_title">Потвърждаване на избора</string>
- <string name="menu_acc_summary_hide_selected_title">Скриване на маркираните сметки</string>
<string name="btn_show_report">Показване на доклада</string>
<string name="btn_select_label">Избор</string>
<string name="profile_color_label">Цвят на профила</string>
<string name="default_color_btn">По подразбиране</string>
- <string name="btn_cancel">Отказ</string>
- <string name="btn_ok">Добре</string>
<string name="profile_list_rearrange_handle_label">Манипулатор за промяна на подредбата</string>
- <string name="color_label">Цвят</string>
<string name="pref_preferred_autocompletion_account_filter_hint">Филтър при избор на предишно движение</string>
<string name="remove_profile_dialog_message">Потвърдете окончателното премахване на профила</string>
<string name="Remove">Премахване</string>
- <string name="text_loading">Зареждане…</string>
<string name="err_invalid_url">Грешен или непълен адрес</string>
<string name="btn_color_picker_button">Бутон за избор на цвят</string>
<string name="insecure_scheme_with_auth">ВНИМАНИЕ: Използване на удостоверяване с несигурна схема на достъп</string>
<string name="account_count_summary">%1$,d сметки към %2$s</string>
<string name="server_version_unknown_label">Неизвестна</string>
<string name="detected_server_pre_1_20_1">Преди 1.20.1</string>
- <string name="detected_version_label">Открита версия</string>
<string name="new_transaction_fab_description">Знак плюс</string>
<string name="api_1_19_1">Версия 1.19.1</string>
<string name="profile_server_version_title">Версия на сървъра</string>
<string name="scan_qr">Сканиране на QR код</string>
<string name="nav_templates">Макети</string>
<string name="title_activity_templates">Макети</string>
- <string name="pattern_regex_hint">Шаблон (regex)</string>
<string name="help_menu_item_title">Помощ</string>
- <string name="edit_button_description">Бутон за промяна</string>
<string name="template_details_account_comment_label">Бележка към сметката</string>
<string name="template_details_account_amount_label">Сума</string>
<string name="choose_template_detail_source_label">Прихващане от шаблона</string>
<string name="template_details_date_month_source_label">месец</string>
<string name="unnamed_template">Макет без име</string>
<string name="add_button_description">Добавяне на макет</string>
- <string name="save_button_description">Запазване на макета</string>
<string name="no_template_matches">Няма съвпадение с нито един макет</string>
<string name="choose_template_to_apply">Избор на макет</string>
- <string name="template_name">Име на макет</string>
- <string name="implementation_pending">Функцията още не е готова</string>
<string name="title_edit_template">Промяна на макет</string>
<string name="title_new_template">Създаване на макет</string>
<string name="pattern_has_errors">Шаблонът съдържа грешки</string>
<string name="invalid_matching_group_number">Невалиден номер на прихващане</string>
<string name="template_name_label">Име на макет</string>
<string name="template_details_pattern_label">Шаблон</string>
- <string name="template_details_amount_label">Сума</string>
<string name="template_details_test_text_label">Примерен текст</string>
<string name="template_details_account_name_label">Сметка</string>
<string name="template_details_account_row_label">Данни за сметка №%d</string>
<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
+ ~ Copyright © 2021 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
-->
<resources>
- <dimen name="nav_header_vertical_spacing">8dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
\ No newline at end of file
<!--
- ~ Copyright © 2020 Damyan Ivanov.
+ ~ Copyright © 2021 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
<item name="android:textAlignment">viewEnd</item>
</style>
- <style name="account_summary_account_entry_table">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">match_parent</item>
- </style>
-
<style name="transaction_list_comment">
<item name="android:textAppearance">@android:style/TextAppearance.Material.Small</item>
<item name="android:textColor">?commentColor</item>
<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
+ ~ Copyright © 2021 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
<resources>
- <style name="StretchedTextView" parent="Widget.AppCompat.TextView">
- <item name="android:autoSizeTextType">uniform</item>
- </style>
</resources>
\ No newline at end of file
<!--
- ~ Copyright © 2019 Damyan Ivanov.
+ ~ Copyright © 2021 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">8dp</dimen>
- <dimen name="nav_header_vertical_spacing">4dp</dimen>
<dimen name="fab_margin">16dp</dimen>
<dimen name="app_bar_height">200dp</dimen>
- <dimen name="item_width">200dp</dimen>
<dimen name="text_margin">16dp</dimen>
- <dimen name="toolbar_height">56sp</dimen>
</resources>
\ No newline at end of file
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="nav_header_desc">Navigation header</string>
<string name="action_settings">Settings</string>
- <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
<string name="nav_transactions_title">Transactions</string>
<string name="nav_reports_title">Reports</string>
- <string name="title_activity_settings">Settings</string>
<!-- Strings related to Settings -->
<!-- Example General settings -->
- <string name="pref_header_backend">Backend server</string>
<string name="pref_title_use_http_auth">Enable HTTP authentication</string>
- <string name="pref_description_use_http_auth_on">Use HTTP authentication (basic) when connecting to the backend</string>
- <string name="pref_description_use_http_auth_off">Use plain HTTP without authentication when connecting to the backend</string>
- <string name="pref_title_backend_url">Backend URL</string>
<string name="pref_default_backend_url" translatable="false">https://server/loc</string>
<string name="pref_title_backend_auth_user">Username</string>
<string name="title_activity_new_transaction">New Transaction</string>
<string name="new_transaction_account_hint">Account</string>
<string name="new_transaction_date_hint">today</string>
- <string name="new_transaction_amount_hint">0.00</string>
- <string name="msg_at_least_two_accounts_are_required">At least two accounts are required</string>
- <string name="err_bad_backend_url">Invalid backend URL</string>
- <string name="err_net_io_error">Network I/O error</string>
- <string name="err_http_error">HTTP error</string>
- <string name="err_net_error">Network error</string>
- <string name="progress_connecting">Connecting…</string>
<string name="new_transaction_description_hint">Description</string>
<string name="account_summary_title">Accounts</string>
- <string name="menu_acc_summary_refresh_title">Refresh</string>
- <string name="menu_acc_view_transactions">View transactions</string>
- <string name="menu_hide_acc_condensed_title">Hide</string>
- <string name="menu_acc_summary_show_only_starred_title">Show only starred</string>
- <string name="err_bad_auth">Invalid username or password</string>
<string name="action_reset_new_transaction_activity_title">Reset</string>
- <string name="interface_pref_header_title">Interface</string>
- <string name="pref_show_only_starred_off_summary">Account list contains all accounts</string>
- <string name="pref_show_only_starred_on_summary">Only starred accounts are shown</string>
- <string name="menu_acc_summary_hide_selected_title">Hide selected accounts</string>
- <string name="menu_acc_summary_cancel_selection_title">Cancel selection</string>
- <string name="menu_acc_summary_confirm_selection_title">Confirm selection</string>
- <string name="title_activity_transaction_list">Transactions</string>
- <string name="transactions_last_update_label">Last update:</string>
- <string name="transaction_last_update_never">never</string>
- <string name="err_cancelled">Operation cancelled</string>
- <string name="title_profile_list">Profiles</string>
<string name="title_profile_details">Profile Details</string>
<string name="profiles">Profiles</string>
<string name="new_profile_title" type="id">New profile</string>
<string name="delete_profile">Delete profile</string>
<string name="delete">Delete</string>
- <string name="error_invalid_date">Invalid date</string>
<string name="profile_name_label">Profile name</string>
<string name="url_label">URL</string>
<string name="text_welcome">Welcome</string>
</string-array>
<string name="posting_permitted">Posting of new transactions enabled</string>
<string name="profile_subtitle_read_only">(Read only)</string>
- <string name="crash_report_contents_label">Crash report contents:</string>
<string name="crash_dialog_title">MoLe crashed</string>
<string name="btn_send_crash_report">Send…</string>
<string name="btn_not_now">Not now</string>
<string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem. The report is sent via email and you can review it before sending.</string>
<string name="send_crash_via">Send crash report via:</string>
<string name="btn_show_report">Show report</string>
- <string name="color_label">Color</string>
<string name="profile_list_rearrange_handle_label">Rearrange items handle</string>
- <string name="btn_ok">OK</string>
- <string name="btn_cancel">Cancel</string>
<string name="default_color_btn">Default</string>
<string name="profile_color_label">Profile color</string>
<string name="btn_select_label">Select</string>
<string name="pref_preferred_autocompletion_account_filter_hint">Filter for transaction auto-completion</string>
<string name="remove_profile_dialog_message">Permanently remove this profile?</string>
<string name="Remove">Remove</string>
- <string name="text_loading">Loading…</string>
<string name="err_invalid_url">Invalid URL</string>
<string name="btn_color_picker_button">Color picker button</string>
<string name="insecure_scheme_with_auth">WARNING: Insecure http used with authentication</string>
<string name="account_count_summary">%1$,d accounts as of %2$s</string>
<string name="server_version_unknown_label">Unknown</string>
<string name="detected_server_pre_1_20_1">Before 1.20.1</string>
- <string name="detected_version_label">Detected version</string>
<string name="new_transaction_fab_description">Plus icon</string>
<string name="api_1_19_1">Version 1.19.1</string>
<string name="profile_server_version_title">Server version</string>
<string name="scan_qr">Scan QR code</string>
<string name="nav_templates">Templates</string>
<string name="title_activity_templates">Templates</string>
- <string name="pattern_regex_hint">Pattern (regular expression)</string>
<string name="help_menu_item_title">Help</string>
- <string name="edit_button_description">Edit button</string>
<string name="pattern_has_errors">Pattern has errors</string>
<string name="account_name_is_empty">Account name missing</string>
<string name="pattern_is_empty">Pattern missing</string>
<string name="invalid_matching_group_number">Invalid matching group number</string>
<string name="template_name_label">Template name</string>
<string name="template_details_pattern_label">Pattern</string>
- <string name="template_details_amount_label">Amount</string>
<string name="template_details_test_text_label">Test text</string>
<string name="template_details_account_name_label">Account name</string>
<string name="template_details_account_row_label">Details of account #%d</string>
<string name="template_details_date_month_source_label">month</string>
<string name="unnamed_template">Template with no name</string>
<string name="add_button_description">Add template</string>
- <string name="save_button_description">Save template</string>
<string name="no_template_matches">No template matches</string>
<string name="choose_template_to_apply">Choose template to apply</string>
- <string name="template_name">Template name</string>
- <string name="implementation_pending">Not implemented yet</string>
<string name="title_edit_template">Edit template</string>
<string name="title_new_template">New template</string>
<string name="template_xxx_deleted">Template \'%1$s\' deleted</string>
<item name="android:textAlignment">viewEnd</item>
</style>
- <style name="account_summary_account_entry_table">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">match_parent</item>
- </style>
-
<style name="transaction_list_comment">
<item name="android:textAppearance">@android:style/TextAppearance.Material.Small</item>
<item name="android:textColor">?commentColor</item>