<table><tr><td style="">vkrause created this revision.<br />Herald added a project: Okular.<br />Herald added a subscriber: okular-devel.<br />vkrause requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D18399">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>There's two issues here:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Activity::onCreate triggered before the C++ side was loaded, so the call to C++ failed (causing a crash). So delay that until we are ready.</li>
<li class="remarkup-list-item">The static instance of URIHandler in the header caused it to duplicate into each translation unit, causing main.cpp to not see what android.cpp wrote into it.</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D18399">https://phabricator.kde.org/D18399</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>mobile/android/src/OpenFileActivity.java<br />
mobile/app/android.cpp<br />
mobile/app/android.h<br />
mobile/app/main.cpp</div></div></div><br /><div><strong>To: </strong>vkrause<br /><strong>Cc: </strong>okular-devel, tfella, ngraham, darcyshen, aacid<br /></div>