Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2a8ff67
Corrections.
Oct 22, 2014
fd3fb64
Version for release.
Oct 22, 2014
166eb86
Merged master into this branch
Oct 24, 2014
db2e067
preparing non google 3.27
Oct 28, 2014
aee9cc0
Merge branch 'master' into 325_nongoogle_markets
Oct 30, 2014
daa288b
Minor corrections for version code/name
Nov 6, 2014
22de009
Test
Jan 27, 2015
69484f9
Merge branch 'master' into 325_nongoogle_markets
Jan 27, 2015
e0cc57b
New libs added.
Jan 27, 2015
d83d560
Fix for video bug - hanging on mode change.
Jan 27, 2015
5ca53fe
Minor fix.
Jan 27, 2015
afd9109
Fix for samsung.
Feb 3, 2015
9b0fefa
corrections for Samsung
Feb 4, 2015
83ce2b7
Minor fixes.
Feb 4, 2015
4335ab8
Minor fix.
Feb 4, 2015
a3da9a0
keep screen on always on for samsung!
Feb 9, 2015
80ad53a
Fix for samsung
Feb 9, 2015
acb5c31
Corrections for samsung.
Feb 10, 2015
518cbb1
Minor fixes for monopodes
Feb 10, 2015
d5cb636
HDR video fixes
Feb 11, 2015
c03d8ef
Corrections for samsung market marked and commented
Feb 11, 2015
11cd2a6
Fixing work with IAP
Feb 13, 2015
34612b9
Merge branch 'master' into 325_nongoogle_markets
Feb 20, 2015
4603f9e
Corrections for new inapps.
Feb 20, 2015
3daae7d
Small corrections.
Feb 22, 2015
a01d188
Merge branch 'master' into 325_nongoogle_markets
Mar 3, 2015
2a12d7b
Released free samsung version.
Mar 3, 2015
14deffb
Merge remote-tracking branch 'origin/master' into 325_nongoogle_markets
Mar 11, 2015
322ee73
Corrections
Mar 11, 2015
f161d38
Merge remote-tracking branch 'origin/master' into 325_nongoogle_markets
Mar 11, 2015
7978914
Merge remote-tracking branch 'origin/master' into 325_nongoogle_markets
Mar 11, 2015
050ec51
Minor corrections. New openiab lib.
Mar 12, 2015
4a566dd
Preparing for samsung release.
Mar 12, 2015
33b99f9
Merge remote-tracking branch 'origin/master' into 325_nongoogle_markets
Mar 12, 2015
9b8ab8f
Corrections for samsung version
Mar 12, 2015
a8db004
Merge remote-tracking branch 'origin/master' into 325_nongoogle_markets
Mar 18, 2015
c7ab9a4
Corrections for pure samsung version
Mar 18, 2015
eecb325
Free version released.
Mar 18, 2015
b635367
Merge branch 'master' into GalaxyApps
Mar 24, 2015
cb070d8
Corrections for samsung
Mar 24, 2015
22f8fd1
Merge branch 'master' into GalaxyApps
Apr 1, 2015
afa02cd
Merge branch 'master' into GalaxyApps
Nov 26, 2015
1c75845
Merge remote-tracking branch 'origin/master' into GalaxyApps
Mar 9, 2016
5c4bc95
Corrections for Samsung version.
Apr 29, 2016
6160c6e
Samsung version released.
Jul 12, 2016
cc06dc5
Minor corrections for SD card. Need more fixes
Aug 22, 2016
dd55467
Merge remote-tracking branch 'origin/master' into GalaxyApps
Dec 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
</tool>
</toolChain>
</folderInfo>
<fileInfo id="com.android.toolchain.gcc.1245095277.993463686" name="openiab-0.9.8.6.jar" rcbsApplicability="disable" resourcePath="libs/openiab-0.9.8.6.jar" toolsToInvoke=""/>
<sourceEntries>
<entry excluding="src/com/almalence/opencam/Camera.java" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
Expand Down
7 changes: 4 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<uses-permission android:name="org.onepf.openiab.permission.BILLING"/>
<!-- -+- -->

<!-- Uncomment for Samsung market
<uses-permission android:name="com.sec.android.iap.permission.BILLING" />
-->

<application android:icon="@drawable/icon" android:label="@string/app_name" android:hardwareAccelerated="true" android:largeHeap="true">
<!-- android:debuggable="true"> -->

Expand Down Expand Up @@ -220,9 +224,6 @@
</application>


<!-- Uncomment for Samsung market
<uses-permission android:name="com.sec.android.iap.permission.BILLING" />
-->

<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="24"/>
Expand Down
6 changes: 3 additions & 3 deletions jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
APP_ABI := armeabi-v7a
#APP_ABI := armeabi-v7a
#APP_ABI := x86

#unlocked
#APP_ABI := armeabi-v7a x86
APP_ABI := armeabi-v7a x86

APP_STL := gnustl_static
APP_OPTIM := release
APP_PLATFORM := android-21
NDK_TOOLCHAIN_VERSION=4.9
NDK_TOOLCHAIN_VERSION=4.9
Binary file not shown.
3 changes: 2 additions & 1 deletion res/xml/preferences_capture_panoramaaugmented_more.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
android:defaultValue="false"
android:summary="@string/pref_plugin_capture_panoramaaugmented_memory_summary"
android:key="pref_plugin_capture_panoramaaugmented_memory" />
<!--
<CheckBoxPreference
android:title="@string/pref_plugin_capture_panoramaaugmented_usehardwaregyro_title"
android:defaultValue="false"
android:summary="@string/pref_plugin_capture_panoramaaugmented_usehardwaregyro_summary"
android:key="pref_plugin_capture_panoramaaugmented_usehardwaregyro" />

-->
</PreferenceScreen>
4 changes: 2 additions & 2 deletions res/xml/preferences_general_more.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:value="save_configuration"/>
</PreferenceScreen>
+++ -->
<ListPreference
<ListPreference
android:defaultValue="95"
android:entries="@array/JPEGQualityArrayCommon"
android:entryValues="@array/JPEGQualityValuesCommon"
Expand Down Expand Up @@ -100,4 +100,4 @@
android:id="@+id/camera_parameters"
android:key="camera_parameters"
android:title="@string/Pref_CameraParameters_Title" />
</PreferenceScreen>
</PreferenceScreen>
6 changes: 3 additions & 3 deletions res/xml/preferences_vf_common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<CheckBoxPreference
android:title="@string/Pref_KeepScreenOn"
android:summary="@string/Pref_KeepScreenOn_Summary"
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/Preference_KeepScreenOnValue" />

<CheckBoxPreference
Expand Down Expand Up @@ -56,7 +56,7 @@
<CheckBoxPreference
android:title="@string/Pref_KeepScreenOn"
android:summary="@string/Pref_KeepScreenOn_Summary"
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/Preference_KeepScreenOnValue" />

<CheckBoxPreference
Expand All @@ -81,4 +81,4 @@
</PreferenceScreen>

</PreferenceScreen>
+++ -->
+++ -->
3 changes: 2 additions & 1 deletion res/xml/preferences_vf_gyro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
android:title="@string/Pref_ShowGyroVF"
android:defaultValue="false"
android:key="PrefGyroVF" />

<!--
<CheckBoxPreference
android:title="@string/Pref_GyroTypeVF"
android:defaultValue="false"
android:key="PrefGyroTypeVF" />
-->
</PreferenceScreen>
Empty file modified src/com/almalence/opencam/ApplicationInterface.java
100644 → 100755
Empty file.
Loading