about.xml: Sort developers by number of commits

pull/760/head
Alinson S. Xavier 5 years ago
parent e4121b2564
commit 129c86a030

@ -115,22 +115,23 @@
<!-- <!--
This file lists developers who contributed with at least 100 lines This file lists developers who contributed with at least 100 lines
of code or 5 commits to our code base. All other contributors of code or 5 commits to our code base, sorted by the number of commits.
are acknowledge in the GitHub Contributors page, linked at the All other contributors are acknowledge in the GitHub Contributors page,
bottom of the list. If you qualify, please feel free to submit linked at the bottom of the list. If you qualify, please feel free to
a pull request adding yourself here. submit a pull request adding yourself here.
--> -->
<TextView style="@style/About.Item" android:text="Álinson Santos Xavier"/> <TextView style="@style/About.Item" android:text="Álinson Santos Xavier"/>
<TextView style="@style/About.Item" android:text="Victor Yu"/> <TextView style="@style/About.Item" android:text="Quentin Hibon"/>
<TextView style="@style/About.Item" android:text="Joseph Tran"/> <TextView style="@style/About.Item" android:text="Oleg Ivashchenko"/>
<TextView style="@style/About.Item" android:text="Rechee Jozil"/>
<TextView style="@style/About.Item" android:text="Luboš Luňák"/> <TextView style="@style/About.Item" android:text="Luboš Luňák"/>
<TextView style="@style/About.Item" android:text="Christoph Hennemann"/> <TextView style="@style/About.Item" android:text="Kristian Tashkov"/>
<TextView style="@style/About.Item" android:text="Victor Yu"/>
<TextView style="@style/About.Item" android:text="Денис (sciamano)"/> <TextView style="@style/About.Item" android:text="Денис (sciamano)"/>
<TextView style="@style/About.Item" android:text="Christoph Hennemann"/>
<TextView style="@style/About.Item" android:text="Joseph Tran"/>
<TextView style="@style/About.Item" android:text="Nikhil (regularcoder)"/> <TextView style="@style/About.Item" android:text="Nikhil (regularcoder)"/>
<TextView style="@style/About.Item" android:text="JanetQC"/> <TextView style="@style/About.Item" android:text="JanetQC"/>
<TextView style="@style/About.Item" android:text="olegivo"/>
<TextView style="@style/About.Item" android:text="Kristian Tashkov"/>
<TextView style="@style/About.Item" android:text="Quentin Hibon (hiqua)"/>
<TextView <TextView
android:id="@+id/tvContributors" android:id="@+id/tvContributors"
style="@style/About.Item.Clickable" style="@style/About.Item.Clickable"

Loading…
Cancel
Save