Skip to content
Snippets Groups Projects
Commit 38bbfe02 authored by Michalis Masikos's avatar Michalis Masikos
Browse files

studentcard inspector app for android

parent 52e55b89
Branches master
No related tags found
No related merge requests found
Showing
with 71 additions and 0 deletions
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="gr.grnet.academicid.inspector"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8"
android:targetSdkVersion="16"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>
<application android:label="@string/app_name"
android:name="InspectorApplication"
android:icon="@drawable/ic_launcher"
android:allowBackup="true">
<activity android:name="MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name=".InspectionResults"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:windowSoftInputMode="stateHidden"/>
<activity android:name=".ScanQR"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"/>
<activity android:name="com.dm.zbar.android.scanner.ZBarScannerActivity"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"/>
<activity android:name=".Preferences"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"/>
<activity android:name=".ChangePassword"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
android:windowSoftInputMode="stateHidden"/>
</application>
</manifest>
\ No newline at end of file
/*___Generated_by_IDEA___*/
package gr.grnet.academicid.inspector;
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
public final class BuildConfig {
public final static boolean DEBUG = Boolean.parseBoolean(null);
}
\ No newline at end of file
/*___Generated_by_IDEA___*/
package gr.grnet.academicid.inspector;
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
public final class Manifest {
}
\ No newline at end of file
/*___Generated_by_IDEA___*/
package gr.grnet.academicid.inspector;
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
public final class R {
}
\ No newline at end of file
Main/res/drawable-hdpi/action_search.png

1.72 KiB

Main/res/drawable-hdpi/action_settings.png

1.5 KiB

Main/res/drawable-hdpi/content_remove.png

1.25 KiB

Main/res/drawable-hdpi/grnet_logo.png

8.29 KiB

Main/res/drawable-hdpi/ic_launcher.png

2.11 KiB

Main/res/drawable-ldpi/action_search.png

1.36 KiB

Main/res/drawable-ldpi/action_settings.png

1.31 KiB

Main/res/drawable-ldpi/content_remove.png

1.11 KiB

Main/res/drawable-ldpi/grnet_logo.png

8.29 KiB

Main/res/drawable-ldpi/ic_launcher.png

1.45 KiB

Main/res/drawable-mdpi/action_search.png

1.36 KiB

Main/res/drawable-mdpi/action_settings.png

1.31 KiB

Main/res/drawable-mdpi/content_remove.png

1.11 KiB

Main/res/drawable-mdpi/grnet_logo.png

8.29 KiB

Main/res/drawable-mdpi/ic_launcher.png

1.45 KiB

Main/res/drawable-xhdpi/action_search.png

2.08 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment