-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Whats new #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whats new #84
Changes from all commits
2087d2d
f6520fd
0e05c50
ebf39a8
3d9f35e
0ecda26
0bba522
3a9b683
d837958
3e1c82d
5891619
0b9a1d0
c700937
1c19e55
0e10c08
deaf569
bd91cb0
907a61b
9182622
2663ff8
5ee2fba
a811fe2
3cc09dd
faaa973
528b8d5
48839dd
d23a01b
91fc60e
dd010cb
ae40988
8436dc9
786f00f
7bf7299
6eacd30
4f7b341
a49b544
a2190bf
7d54ab0
4a2ebb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2016 Andy Scherzinger | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero General Public | ||
| License along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| --> | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:height="24dp" | ||
| android:width="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path android:fillColor="#ffffff" | ||
| android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" /> | ||
| </vector> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2015-2016 Bartosz Przybylski | ||
| Copyright (C) 2015 ownCloud Inc. | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero General Public | ||
| License along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| --> | ||
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| <item android:bottom="5dp" android:top="5dp" android:right="5dp" android:left="5dp"> | ||
|
|
||
| <shape | ||
| android:shape="oval"> | ||
| <solid android:color="@color/owncloud_blue_dark_transparent"/> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this adapted to the new nextcloud colour?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, I'm just using colors already defined in resources
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can check for the colors, but should have adapted most values, so working with the references should work perfectly fine, but I'll do a check just to make sure I set all values :) |
||
| <size android:width="8dp" android:height="8dp" /> | ||
| </shape> | ||
| </item> | ||
| </layer-list> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2015-2016 Bartosz Przybylski | ||
| Copyright (C) 2015 ownCloud Inc. | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero General Public | ||
| License along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| --> | ||
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| <item android:bottom="5dp" android:top="5dp" android:right="5dp" android:left="5dp"> | ||
| <shape | ||
| android:shape="oval"> | ||
| <solid android:color="@color/white"/> | ||
| <size android:width="8dp" android:height="8dp" /> | ||
| </shape> | ||
| </item> | ||
| </layer-list> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2016 Andy Scherzinger | ||
| Copyright (C) 2015 ownCloud Inc. | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero General Public | ||
| License along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| --> | ||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:shape="oval"> | ||
| <solid android:color="@color/owncloud_blue_accent"/> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same? |
||
| </shape> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2015 Bartosz Przybylski | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero General Public | ||
| License 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/indicator_dot_not_selected" /> | ||
| <item android:drawable="@drawable/indicator_dot_selected" /> | ||
| </transition> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2015-2016 Bartosz Przybylski | ||
| Copyright (C) 2015 ownCloud Inc. | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero 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" | ||
| android:weightSum="100"> | ||
|
|
||
| <TextView | ||
| android:id="@+id/welcomeText" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="0dp" | ||
| android:layout_margin="5dp" | ||
| android:layout_weight="10" | ||
| android:gravity="center" | ||
| android:text="@string/placeholder_sentence" | ||
| android:textAppearance="?android:attr/textAppearanceLarge" | ||
| android:textColor="@color/login_text_hint_color"/> | ||
|
|
||
| <android.support.v4.view.ViewPager | ||
| android:id="@+id/contentPanel" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="0dp" | ||
| android:layout_weight="80"> | ||
| </android.support.v4.view.ViewPager> | ||
|
|
||
| <LinearLayout | ||
| android:layout_width="match_parent" | ||
| android:layout_height="0dp" | ||
| android:layout_marginBottom="@dimen/standard_margin" | ||
| android:layout_marginLeft="@dimen/standard_margin" | ||
| android:layout_marginRight="@dimen/standard_margin" | ||
| android:layout_weight="10" | ||
| android:orientation="horizontal" | ||
| android:weightSum="3"> | ||
|
|
||
| <android.support.v7.widget.AppCompatButton | ||
| android:id="@+id/skip" | ||
| style="@style/Button.Borderless.Login" | ||
| android:layout_width="0dp" | ||
| android:layout_height="wrap_content" | ||
| android:layout_gravity="center_vertical|center_horizontal" | ||
| android:layout_weight="1" | ||
| android:text="@string/whats_new_skip"/> | ||
|
|
||
| <com.owncloud.android.ui.whatsnew.ProgressIndicator | ||
| android:id="@+id/progressIndicator" | ||
| android:layout_width="0dp" | ||
| android:layout_height="match_parent" | ||
| android:layout_gravity="center_vertical|center_horizontal" | ||
| android:layout_weight="1"> | ||
| </com.owncloud.android.ui.whatsnew.ProgressIndicator> | ||
|
|
||
| <LinearLayout | ||
| android:layout_width="0dp" | ||
| android:layout_height="wrap_content" | ||
| android:layout_gravity="center" | ||
| android:layout_weight="1" | ||
| android:orientation="vertical"> | ||
|
|
||
| <ImageButton | ||
| android:id="@+id/forward" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_gravity="center" | ||
| android:padding="@dimen/standard_padding" | ||
| android:src="@drawable/arrow_right"/> | ||
| </LinearLayout> | ||
| </LinearLayout> | ||
|
|
||
| </LinearLayout> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| Nextcloud Android client application | ||
|
|
||
| Copyright (C) 2015-2016 Bartosz Przybylski | ||
| Copyright (C) 2015 ownCloud Inc. | ||
| Copyright (C) 2016 Nextcloud. | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
| License as published by the Free Software Foundation; either | ||
| version 3 of the License, or any later version. | ||
|
|
||
| This program 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 AFFERO GENERAL PUBLIC LICENSE for more details. | ||
|
|
||
| You should have received a copy of the GNU Affero 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:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| android:weightSum="100"> | ||
|
|
||
| <ImageView | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="0dp" | ||
| android:id="@+id/whatsNewImage" | ||
| android:layout_gravity="center_horizontal" | ||
| android:layout_marginBottom="10dp" | ||
| android:layout_weight="50" | ||
| android:src="@drawable/whats_new_files"/> | ||
|
|
||
| <TextView | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:textAppearance="@style/NextcloudTextAppearanceHeadline" | ||
| android:textColor="@color/white" | ||
| android:textStyle="bold" | ||
| android:text="@string/welcome_feature_1_title" | ||
| android:id="@+id/whatsNewTitle" | ||
| android:layout_margin="@dimen/standard_margin" | ||
| android:layout_gravity="center_horizontal" | ||
| android:gravity="center"/> | ||
|
|
||
| <TextView | ||
| android:id="@+id/whatsNewText" | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:layout_gravity="center_horizontal" | ||
| android:layout_marginBottom="@dimen/standard_margin" | ||
| android:layout_marginLeft="@dimen/standard_double_margin" | ||
| android:layout_marginRight="@dimen/standard_double_margin" | ||
| android:layout_marginTop="@dimen/standard_margin" | ||
| android:gravity="center" | ||
| android:text="@string/welcome_feature_1_text" | ||
| android:textAppearance="@style/NextcloudTextAppearanceMedium" | ||
| android:textColor="@color/login_text_hint_color"/> | ||
| </LinearLayout> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also "nextcloud"?