Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthlouis committed Jul 26, 2015
2 parents 3c6d1ed + 631654f commit aac4475
Show file tree
Hide file tree
Showing 16 changed files with 543 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<<<<<<< HEAD
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
=======
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
>>>>>>> 631654f04374ed3e840d9d81cf87662c4fec6515
<classpathentry kind="output" path="bin/classes"/>
</classpath>
12 changes: 12 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.psiuol21.selfiecam"
<<<<<<< HEAD
android:versionCode="4"
android:versionName="4.0" >

<uses-sdk
android:minSdkVersion="11"
=======
android:versionCode="2"
android:versionName="2.0" >

<uses-sdk
android:minSdkVersion="14"
>>>>>>> 631654f04374ed3e840d9d81cf87662c4fec6515
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand All @@ -21,7 +29,11 @@
android:allowBackup="true"
android:icon="@drawable/selfie5"
android:label="@string/app_name"
<<<<<<< HEAD
android:theme="@style/CustomActionBarTheme" >
=======
android:theme="@style/AppTheme" >
>>>>>>> 631654f04374ed3e840d9d81cf87662c4fec6515
<activity
android:name="com.psiuol21.selfiecam.MainActivity"
android:label="@string/app_name"
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Selfiecam
=========

The best selfiecamera for Android!

This is a selfie camera I developed for android.

The whole screen is a button so it makes it easier to take selfies using the back camera.

Hence, you'll be avoiding taking blurry selfies with the front camera and without the difficulty of clicking on the small capture button using the backcamera.

Play store link: https://play.google.com/store/apps/details?id=com.psiuol21.selfiecam
12 changes: 12 additions & 0 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.psiuol21.selfiecam"
<<<<<<< HEAD
android:versionCode="4"
android:versionName="4.0" >

<uses-sdk
android:minSdkVersion="11"
=======
android:versionCode="2"
android:versionName="2.0" >

<uses-sdk
android:minSdkVersion="14"
>>>>>>> 631654f04374ed3e840d9d81cf87662c4fec6515
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand All @@ -21,7 +29,11 @@
android:allowBackup="true"
android:icon="@drawable/selfie5"
android:label="@string/app_name"
<<<<<<< HEAD
android:theme="@style/CustomActionBarTheme" >
=======
android:theme="@style/AppTheme" >
>>>>>>> 631654f04374ed3e840d9d81cf87662c4fec6515
<activity
android:name="com.psiuol21.selfiecam.MainActivity"
android:label="@string/app_name"
Expand Down
Loading

0 comments on commit aac4475

Please sign in to comment.