Skip to content

Commit

Permalink
new initial release
Browse files Browse the repository at this point in the history
for more info see changelog.txt
  • Loading branch information
forfolias committed Feb 28, 2011
1 parent e8efa83 commit adc853c
Show file tree
Hide file tree
Showing 42 changed files with 503 additions and 1,981 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
leleDroid by George Vasilakos

http://linuxteam.cs.teilar.gr/~forfolias/leleDroid
http://linuxteam.cs.teilar.gr/~forfolias/leleDroid
38 changes: 20 additions & 18 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.leledroid"
android:versionCode="1"
android:versionName="1.1">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".leledroid"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".info" android:label="@string/infoButton"></activity>
<activity android:name=".details" android:label="@string/details"></activity>
<activity android:name=".properties" android:label="@string/addForm"></activity>
</application>
<uses-sdk android:minSdkVersion="7" />

</manifest>
package="com.forfolias.leleDroid" android:versionCode="2"
android:versionName="1.2">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".leleDroid" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Str" android:label="str"></activity>
<activity android:name=".Info" android:label="@string/info"></activity>
<activity android:name=".Properties" android:label="@string/str"></activity>
<activity android:name=".Details" android:label="@string/details"></activity>
</application>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<supports-screens android:resizeable="true"
android:smallScreens="true" android:normalScreens="true"
android:largeScreens="true" android:anyDensity="true" />
<uses-sdk android:minSdkVersion="7" />
</manifest>
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
Binary file removed res/drawable-hdpi/icon.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img1.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img10.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img11.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img12.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img13.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img14.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img15.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img16.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img17.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img18.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img2.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img3.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img4.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img5.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img6.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img7.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img8.png
Binary file not shown.
Binary file removed res/drawable-hdpi/img9.png
Binary file not shown.
Binary file removed res/drawable-ldpi/icon.png
Binary file not shown.
Binary file removed res/drawable-mdpi/icon.png
Binary file not shown.
276 changes: 142 additions & 134 deletions res/layout-land/details.xml
Original file line number Diff line number Diff line change
@@ -1,141 +1,149 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent" android:layout_height="fill_parent"
<ScrollView android:id="@+id/detailsScrollView"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical">
<TextView android:id="@+id/onoma" android:text="ONOMA STRATIOTI"
android:layout_width="fill_parent" android:gravity="center_horizontal"
android:layout_height="wrap_content" android:layout_margin="8dip"></TextView>
<LinearLayout android:layout_width="fill_parent"
android:orientation="horizontal" android:layout_height="wrap_content"
android:id="@+id/LinearLayout02">
<LinearLayout android:id="@+id/Linear1" android:gravity="center_horizontal"
android:layout_width="160dip" android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView android:id="@+id/vathmosImg" android:src="@drawable/img1"
android:gravity="center_horizontal" android:layout_width="100dip"
android:layout_height="100dip" android:scaleType="fitCenter"></ImageView>
<LinearLayout android:id="@+id/pieChart"
android:layout_height="160dip" android:gravity="top"
android:layout_width="wrap_content">
android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:id="@+id/LinearLayout01"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical">
<TextView android:id="@+id/onoma" android:text="ONOMA STRATIOTI"
android:layout_width="fill_parent" android:gravity="center_horizontal"
android:layout_height="wrap_content" android:layout_margin="8dip"></TextView>
<LinearLayout android:layout_width="fill_parent"
android:orientation="horizontal" android:layout_height="wrap_content"
android:id="@+id/LinearLayout02">
<LinearLayout android:id="@+id/Linear1" android:gravity="center_horizontal"
android:layout_width="160dip" android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView android:id="@+id/vathmosImg" android:src="@drawable/img1"
android:gravity="center_horizontal" android:layout_width="100dip"
android:layout_height="100dip" android:scaleType="fitCenter"></ImageView>
<LinearLayout android:id="@+id/pieChart"
android:layout_height="130dip" android:gravity="top"
android:layout_width="wrap_content">
</LinearLayout>
</LinearLayout>
</LinearLayout>

<LinearLayout android:id="@+id/Linear1" android:gravity="center_horizontal"
android:layout_width="fill_parent" android:orientation="vertical"
android:layout_height="fill_parent">
<!-- SECONDS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/secs_label" android:text="@string/secs"
android:layout_marginLeft="7dip" android:layout_width="wrap_content"
android:layout_alignParentLeft="true" android:layout_height="wrap_content"></TextView>

<TextView android:id="@+id/secs" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>

</RelativeLayout>

<!-- MINUTES -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_alignParentLeft="true" android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView android:id="@+id/mins_label" android:text="@string/mins"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/mins" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- HOURS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/hours_label" android:text="@string/hours"
android:layout_alignParentLeft="true" android:layout_width="wrap_content"
android:layout_marginLeft="7dip" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/hours" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- DAYS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/days_label" android:text="@string/days"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/days" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- WEEKS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/weeks_label" android:text="@string/weeks"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/weeks" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- MONTHS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/months_label" android:text="@string/months"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/months" android:text="0"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- POSOSTO -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/pososto_label" android:text="@string/pososto"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/pososto" android:text="0%"
android:layout_marginRight="10dip" android:layout_alignParentRight="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- PROGRESS BAR -->

<ProgressBar android:layout_width="fill_parent"
android:layout_height="wrap_content" style="?android:attr/progressBarStyleHorizontal"
android:id="@+id/posostoProgress" android:max="100"
android:progress="20" android:layout_margin="4dip" />

<!-- BUTTONS -->

<RelativeLayout android:layout_height="wrap_content"
android:layout_margin="2dip" android:layout_width="fill_parent"
android:orientation="horizontal">
<Button android:text="@string/delete" android:id="@+id/delButton"
android:onClick="deleteButtonClicked" android:layout_height="wrap_content"
android:layout_width="105dip" android:layout_alignParentLeft="true"></Button>
<Button android:layout_height="wrap_content" android:onClick="editButtonClicked"
android:id="@+id/editButton" android:layout_width="105dip"
android:layout_marginRight="8dip" android:text="@string/edit"
android:layout_alignParentRight="true"></Button>
</RelativeLayout>
<LinearLayout android:id="@+id/Linear1" android:gravity="center_horizontal"
android:layout_width="fill_parent" android:orientation="vertical"
android:layout_height="fill_parent">
<!-- SECONDS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/secs_label" android:text="@string/secs"
android:layout_marginLeft="7dip" android:layout_width="wrap_content"
android:layout_alignParentLeft="true" android:layout_height="wrap_content"></TextView>

<TextView android:id="@+id/secs" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>

</RelativeLayout>

<!-- MINUTES -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_alignParentLeft="true" android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView android:id="@+id/mins_label" android:text="@string/mins"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/mins" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- HOURS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/hours_label" android:text="@string/hours"
android:layout_alignParentLeft="true" android:layout_width="wrap_content"
android:layout_marginLeft="7dip" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/hours" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- DAYS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/days_label" android:text="@string/days"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/days" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- WEEKS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/weeks_label" android:text="@string/weeks"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/weeks" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- MONTHS -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/months_label" android:text="@string/months"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/months" android:text="0"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- POSOSTO -->

<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">
<TextView android:id="@+id/pososto_label" android:text="@string/pososto"
android:layout_marginLeft="7dip" android:layout_alignParentLeft="true"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
<TextView android:id="@+id/pososto" android:text="0%"
android:layout_marginRight="10dip"
android:layout_alignParentRight="true" android:layout_width="wrap_content"
android:layout_height="wrap_content"></TextView>
</RelativeLayout>

<!-- PROGRESS BAR -->

<ProgressBar android:layout_width="fill_parent"
android:layout_height="wrap_content" style="?android:attr/progressBarStyleHorizontal"
android:id="@+id/posostoProgress" android:max="100"
android:progress="20" android:layout_margin="4dip" />

<!-- BUTTONS -->

<RelativeLayout android:layout_height="wrap_content"
android:layout_margin="2dip" android:layout_width="fill_parent"
android:orientation="horizontal">
<Button android:text="@string/delete" android:id="@+id/delButton"
android:onClick="deleteButtonClicked" android:layout_height="wrap_content"
android:layout_width="105dip" android:layout_alignParentLeft="true"></Button>
<Button android:layout_height="wrap_content"
android:onClick="editButtonClicked" android:id="@+id/editButton"
android:layout_width="105dip" android:layout_marginRight="8dip"
android:text="@string/edit" android:layout_alignParentRight="true"></Button>
</RelativeLayout>

</LinearLayout>
</LinearLayout>
</LinearLayout>



</LinearLayout>
</ScrollView>
58 changes: 0 additions & 58 deletions res/layout-land/info.xml

This file was deleted.

Loading

0 comments on commit adc853c

Please sign in to comment.