Skip to content

Commit

Permalink
Merge pull request #53 from vinny2020/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
vinny2020 authored Jul 17, 2020
2 parents a166750 + b0a21c2 commit 5778008
Show file tree
Hide file tree
Showing 19 changed files with 665 additions and 55 deletions.
11 changes: 6 additions & 5 deletions app/src/main/res/layout/activity_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
<TextView
android:id="@+id/children_label"
style="@style/Person.Information.Label"
android:text="@string/children_title"
android:text="@string/person.children"
android:textAllCaps="true"
app:layout_constraintTop_toBottomOf="@id/name_attribute_divider"
app:layout_constraintStart_toEndOf="@id/age_children_divider"/>

Expand All @@ -183,7 +184,7 @@
<TextView
android:id="@+id/location_label"
style="@style/Person.Information.Label"
android:text="@string/location_title"
android:text="@string/person.location"
app:layout_constraintTop_toBottomOf="@id/name_attribute_divider"
app:layout_constraintStart_toEndOf="@id/children_location_divider"/>

Expand All @@ -204,7 +205,7 @@
<TextView
android:id="@+id/story_label"
style="@style/Person.Section.Label"
android:text="@string/their_story"
android:text="@string/person.their_story"
android:textAllCaps="true"
app:layout_constraintTop_toBottomOf="@id/information_values_guideline"
app:layout_constraintStart_toStartOf="parent"/>
Expand All @@ -221,7 +222,7 @@
<TextView
android:id="@+id/outcome_label"
style="@style/Person.Section.Label"
android:text="@string/outcome"
android:text="@string/person.outcome"
android:textAllCaps="true"
app:layout_constraintTop_toBottomOf="@id/story"
app:layout_constraintStart_toStartOf="parent"/>
Expand All @@ -242,7 +243,7 @@
<TextView
android:id="@+id/news_label"
style="@style/Person.Section.Label"
android:text="@string/news"
android:text="@string/person.news"
android:textAllCaps="true"
app:layout_constraintTop_toBottomOf="@id/outcome"
app:layout_constraintStart_toStartOf="parent"/>
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_donation_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/raleway"
android:text="@string/title_donation"
android:text="@string/donations"
android:textAllCaps="true"
android:textColor="@android:color/white"
android:textSize="19dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down Expand Up @@ -148,7 +149,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="@string/social_media_hashtags"
android:text="@string/person.hashtags"
android:textAllCaps="true"
android:textColor="@color/colorBlack"
android:textSize="18sp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
style="@style/UpperButtons"
app:menu="@menu/bottom_nav_menu" />

<FrameLayout
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_petition_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title_petition"
android:text="@string/petitions"
android:textAllCaps="true"
android:textSize="18sp"
android:fontFamily="@font/raleway"
android:textColor="@android:color/white"
Expand Down
29 changes: 15 additions & 14 deletions app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:text="@string/about_project_title"
android:text="@string/about_this_project.title"
android:textAllCaps="true"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold" />
Expand All @@ -83,7 +84,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="@dimen/margin_16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/about_project_text"
android:text="@string/about_this_project_details"
android:textColor="@color/colorBlack"
android:textSize="16sp" />

Expand All @@ -94,7 +95,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="@dimen/margin_16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/request_header"
android:text="@string/request_edit_or_removal.title"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold" />
Expand All @@ -106,7 +107,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="@dimen/margin_16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/request_text"
android:text="@string/request_edit_or_removal.details"
android:textColor="@color/colorBlack"
android:textSize="16sp" />

Expand All @@ -117,7 +118,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/history_header"
android:text="@string/more_history.aboutTitle"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -132,7 +133,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/brief_history"
android:text="@string/more_history.aboutDesc"
android:textColor="@color/colorBlack"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="@+id/textView"
Expand All @@ -146,7 +147,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="@dimen/margin_16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/add_name_header"
android:text="@string/did_we_miss_someone"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -162,7 +163,7 @@
android:layout_marginTop="22dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:background="@color/colorBlack"
android:text="@string/request_to_add_a_name"
android:text="@string/request_to_add_new_name"
android:textColor="@android:color/white"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="@+id/textView7"
Expand All @@ -176,7 +177,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="@dimen/margin_16dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/how_do_i_get_invovled"
android:text="@string/get_involved.slack.title"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -192,7 +193,7 @@
android:layout_marginTop="22dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:background="@color/colorBlack"
android:text="@string/join_our_slack_channel"
android:text="@string/get_involved.slack.button"
android:textColor="@android:color/white"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="@+id/textView7"
Expand All @@ -206,7 +207,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="24dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/get_involved_as_a_developer"
android:text="@string/get_involved.developer.title"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -222,7 +223,7 @@
android:layout_marginTop="22dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:background="@color/colorBlack"
android:text="@string/view_our_repo"
android:text="@string/get_involved.developer.button"
android:textColor="@android:color/white"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="@+id/textView11"
Expand All @@ -236,7 +237,7 @@
android:layout_marginStart="@dimen/margin_16dp"
android:layout_marginTop="24dp"
android:layout_marginEnd="@dimen/margin_16dp"
android:text="@string/join_us_on_twitter"
android:text="@string/get_involved.twitter.title"
android:textColor="@color/colorBlack"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -253,7 +254,7 @@
android:layout_marginEnd="@dimen/margin_16dp"
android:layout_marginBottom="70dp"
android:background="@color/colorBlack"
android:text="@string/follow_us"
android:text="@string/get_involved.twitter.button"
android:textColor="@android:color/white"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_donation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/raleway"
android:text="@string/title_donation"
android:text="@string/donations"
android:textAllCaps="true"
android:textColor="@android:color/white"
android:textSize="19dp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_petitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/raleway"
android:text="@string/title_petition"
android:text="@string/petitions"
android:textAllCaps="true"
android:textColor="@android:color/white"
android:textSize="18sp"
android:textStyle="bold" />
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/menu/bottom_nav_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@
<item
android:id="@+id/navigation_home"
android:icon="@drawable/gallery"
android:title="@string/title_home" />
android:title="@string/home" />

<item
android:id="@+id/navigation_donation"
android:icon="@drawable/donation"
android:title="@string/title_donation" />
android:title="@string/donations" />

<item
android:id="@+id/navigation_petitions"
android:icon="@drawable/send"
android:title="@string/title_petition" />
android:title="@string/petitions" />

<item
android:id="@+id/navigation_about"
android:icon="@drawable/ic_about"
android:title="@string/about" />


</menu>
63 changes: 63 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Loco xml export: Android string resources
Project: Say Their Names
Release: Working copy
Locale: ar, Arabic
Exported by: Say Their Names
Exported at: Sun, 12 Jul 2020 23:26:05 +0200
-->
<resources>
<string name="home">الرئيسية</string>
<string name="donations">التبرعات</string>
<string name="petitions">العرائض</string>
<string name="about">حول</string>
<string name="cancel">إلغاء</string>
<string name="find_out_more">المزيد</string>
<string name="verified">موثق</string>
<string name="filter_all">الكل</string>
<string name="filter_businesses">المشاريع</string>
<string name="filter_protesters">المتظاهرين</string>
<string name="filter_victims">الضحايا</string>
<string name="share">انشر</string>
<string name="close">اغلاق</string>
<string name="say_their_names">Say their names</string>
<string name="bookmark">اضف الى العلامات المرجعية</string>
<string name="search">بحث</string>
<string name="donate">تبرع</string>
<string name="DONATE_NOW">تبرع الآن</string>
<string name="description">الوصف</string>
<string name="person.say_their_names">Say their names</string>
<string name="person.age">العمر</string>
<string name="person.children">الأطفال</string>
<string name="person.location">المكان</string>
<string name="person.their_story">الحادثة</string>
<string name="person.outcome">النتيجة</string>
<string name="person.news">أخبار</string>
<string name="person.media">الوسائط</string>
<string name="person.hashtags">الوسوم</string>
<string name="person.hashtagCopyTip">اضغط مع الاستمرار للنسخ</string>
<string name="person.copied">تم النسخ</string>
<!-- Get Involved - Slack -->
<string name="get_involved.slack.title">كيف اشارك كمصمم؟</string>
<string name="get_involved.slack.button">انضم لقناة SLACK الخاصة بنا</string>
<!-- Get Involved - Developer -->
<string name="get_involved.developer.title">كيف اشارك كمبرمج؟</string>
<string name="get_involved.developer.button">قم بزيارة صفحتنا على GitHub</string>
<!-- Get Involved - Twitter -->
<string name="get_involved.twitter.title">انضم إلينا على تويتر</string>
<string name="get_involved.twitter.button">تابعنا</string>
<!-- More -->
<string name="more_history.aboutTitle">تاريخ حركة قل أسمائهم</string>
<string name="more_history.aboutDesc">قل أسمائهم هي حركة اجتماعية لزيادة الوعي عن الضحايا السود الذين تعرضوا لعدم المساواة العرقية في جميع أنحاء العالم. تدعم هذه الحركة حركة حياة السود مهمة وتهدف إلى تسليط الضوء على الأفراد المتضررين من العنف ضد السود. حركة قل أسمائهم تلفت الانتباه وتطالب بالعدالة لجميع الضحايا.</string>
<string name="massive_thank_you">A MASSIVE THANK YOU TO EVERYONE INVOLVED</string>
<string name="sign">وقع العريضة</string>
<string name="about_this_project.title">عن هذا المشروع</string>
<string name="about_this_project_details">مرحبًا بكم في مشروع قل أسمائهم. هدفنا هو بناء منصة مفتوحة المصدر لزيادة الوعي بالظلم والاسماء المنسية التي تعرضت لعدم المساواة العرقي. نحن نسعى جاهدين للبحت وتحديد المنظمات الموثوقة لضمان وصول تبرعاتكم إلى أولئك الذين في امس الحاجة اليها.</string>
<string name="request_edit_or_removal.title">طلب تعديل أو إزالة</string>
<string name="request_edit_or_removal.details">إذا كنت ترغب في اقتراح تعديل على صفحة الضحية أو إذا كنت ممثلًا للضحية وتريد إزالة الضحية من هذا البرنامج، فيرجى التواصل معنا عن طريق تويتر.</string>
<string name="twitter">تويتر</string>
<string name="did_we_miss_someone">هل نسينا شخص ما؟</string>
<string name="request_to_add_new_name">اطلب إضافة اسم</string>
<string name="people.hero_text">Delayed justice is injustice. Join the fight for justice. Sign petitions and donate today.</string>
</resources>
Loading

0 comments on commit 5778008

Please sign in to comment.