Sorted list of generated countries
This commit is contained in:
parent
1c129fc568
commit
1737653103
3 changed files with 24 additions and 24 deletions
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.guidewithme"
|
||||
android:installLocation="preferExternal">
|
||||
package="com.guidewithme">
|
||||
|
||||
|
||||
<uses-permission
|
||||
|
@ -83,4 +82,4 @@
|
|||
android:name="com.guidewithme.expansion.DownloadBroadcastReceiver" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
|
@ -203,6 +203,7 @@ public class ArticleInfoDetailFragment extends Fragment
|
|||
@Override
|
||||
public WebResourceResponse shouldInterceptRequest(WebView view, String url)
|
||||
{
|
||||
Log.d(TAG, "DEBUG: URI " + url);
|
||||
if (url.startsWith("file:///"))
|
||||
{
|
||||
final InputStream is = mZippedGuidesStorage.getData(url.replace("file:///", "data/"));
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
United_Kingdom
|
||||
Italy
|
||||
Germany
|
||||
France
|
||||
Russia
|
||||
Spain
|
||||
Greece
|
||||
Turkey
|
||||
Switzerland
|
||||
Japan
|
||||
California
|
||||
Hawaii
|
||||
New_Zealand
|
||||
Thailand
|
||||
Nepal
|
||||
Malaysia
|
||||
Singapore
|
||||
Sri_Lanka
|
||||
Hong_Kong
|
||||
Poland
|
||||
Lithuania
|
||||
Latvia
|
||||
France
|
||||
Estonia
|
||||
Germany
|
||||
Greece
|
||||
Hawaii
|
||||
Hong_Kong
|
||||
Italy
|
||||
Japan
|
||||
Latvia
|
||||
Lithuania
|
||||
Malaysia
|
||||
Nepal
|
||||
New_Zealand
|
||||
Poland
|
||||
Russia
|
||||
Singapore
|
||||
Spain
|
||||
Sri_Lanka
|
||||
Switzerland
|
||||
Thailand
|
||||
Turkey
|
||||
United_Kingdom
|
||||
|
|
Reference in a new issue