Skip to content

Commit

Permalink
added width comparison for re-initializing bitmap variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Philips authored and Ian Philips committed Dec 5, 2018
1 parent 34f0354 commit 80997aa
Show file tree
Hide file tree
Showing 50 changed files with 8 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AndroidViewToGLRendering-master/.gradle/workspace-id.txt.lock
Binary file not shown.
1 change: 1 addition & 0 deletions AndroidViewToGLRendering-master/classes/classes.iml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="classes.classes" level="project" />
</component>
</module>
Binary file modified AndroidViewToGLRendering-master/unitylibrary/build/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Dec 04 11:58:22 MST 2018
#Wed Dec 05 07:38:59 MST 2018
/Users/iansp/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aar/2fcc4656a83e4bd7f2fb3323d0ea150a/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/res/merged/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
/Users/iansp/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aar/2fcc4656a83e4bd7f2fb3323d0ea150a/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/res/merged/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
/Users/iansp/.gradle/caches/transforms-1/files-1.1/appcompat-v7-25.4.0.aar/2fcc4656a83e4bd7f2fb3323d0ea150a/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/res/merged/release/drawable/abc_ic_arrow_drop_right_black_24dp.xml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat Dec 01 09:19:29 MST 2018
#Wed Dec 05 07:38:55 MST 2018
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/layout/extralayouts.xml=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/debug/layout/extralayouts.xml
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/raw/per_pixel_vertex_shader.glsl=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/debug/raw/per_pixel_vertex_shader.glsl
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/raw/point_vertex_shader.glsl=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/debug/raw/point_vertex_shader.glsl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Dec 04 11:58:19 MST 2018
#Wed Dec 05 07:38:56 MST 2018
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/layout/extralayouts.xml=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/release/layout/extralayouts.xml
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/raw/per_pixel_vertex_shader.glsl=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/release/raw/per_pixel_vertex_shader.glsl
/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/src/main/res/raw/point_vertex_shader.glsl=/Users/iansp/Documents/BlueAlloy/Android/UnityAndroidVRBrowser/AndroidViewToGLRendering-master/unitylibrary/build/intermediates/packaged_res/release/raw/point_vertex_shader.glsl
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<span class="mdl-layout-title">Lint Report: 11 warnings</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
Check performed at Tue Dec 04 13:11:27 MST 2018 </nav>
Check performed at Wed Dec 05 12:05:51 MST 2018 </nav>
</div>
</header>
<div class="mdl-layout__drawer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public void convertWebviewToBitmapForUnity(){
initViews(mView);
}

if (bm.getHeight() != outputWindowHeight)
if (bm.getHeight() != outputWindowHeight || bm.getWidth() != outputWindowWidth)
initBitmapStuff();

bm.compress(Bitmap.CompressFormat.PNG, 100, stream);
Expand Down
2 changes: 1 addition & 1 deletion UnityProject/Library/EditorInstance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"process_id" : 12863,
"process_id" : 1527,
"version" : "2018.3.0b2",
"app_path" : "/Applications/Unity/Hub/Editor/2018.3.0b2/Unity.app",
"app_contents_path" : "/Applications/Unity/Hub/Editor/2018.3.0b2/Unity.app/Contents"
Expand Down
Binary file modified UnityProject/Library/LastBuild.buildreport
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ abf1930d8126d0b2e00e9449129a0190 UnityEngine.UI.dll:UnityEngine.EventSystems.Tou
64e54c0cbb0177c5ea26f340efb9ff85 UnityEngine.UI.dll:UnityEngine.UI.VerticalLayoutGroup
b3bb7c40cede9849e7814d6093dcfcea Assembly-CSharp.dll:.OVRRaycaster
98ad81e9f689a492509f07e75b810aaa Unity.TextMeshPro.dll:TMPro.TMP_InputField
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.Advertisements.dll:UnityEngine.Advertisements.CallbackExecutor
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.Advertisements.dll:UnityEngine.Advertisements.Editor.Placeholder
cf9f5cf2c3145a37ac07f00e50e460f9 UnityEngine.UI.dll:UnityEngine.UI.AspectRatioFitter
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.UI.dll:UnityEngine.EventSystems.BaseInput
5fc094978ce3e3591a7500ed380d854a UnityEngine.UI.dll:UnityEngine.UI.Button
Expand Down
2 changes: 1 addition & 1 deletion UnityProject/Library/ProtocolInstance.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"Port":54215,"SolutionName":"UnityProject"},{"Port":54216,"SolutionName":"UnityAndroidVRBrowser"}]
[{"Port":49625,"SolutionName":"UnityProject"},{"Port":49626,"SolutionName":"UnityAndroidVRBrowser"}]
Binary file modified UnityProject/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Assembly-CSharp-Editor.pdb
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Assembly-CSharp.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Unity.TextMeshPro.pdb
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Unity.XR.Oculus.Editor.dll
Binary file not shown.
Binary file modified UnityProject/Library/ScriptAssemblies/Unity.XR.Oculus.Editor.pdb
Binary file not shown.
Binary file modified UnityProject/Library/assetDatabase3
Binary file not shown.

0 comments on commit 80997aa

Please sign in to comment.