AppYet Latest Development Demo

appyet

Support Team Member
Staff member
Latest version v3.1.8 has been released to Production. try it out at http://www.appyet.com.
Publication final step is still ongoing, it could take few more hours to complete. The final step is to generate GroupDivider module for all existing apps. Before last step complete, you can still upgrade your existing app or create new app, try not to add GroupDivider module to existing app, wait for publication final step to complete to auto generate group divider.

Please try it out, and report back any issues.

v3.1.8
- Android: Fix when any of these modules ("Downloads"/"Settings"/"Explore") are on the first in the module list, it will cause application not able to get out of the dialog.
- Android: Feed list and article view and Forum thread view: auto hide actionbar when user scroll up to maximize article view
- Android: Added Float Action Button in Forum and Feed module
- Android: Fixed Amazon method limits issue.
- Android: Replaced existing Menu Drawer with Material Drawer
- Android: New tile layout in Feed Article List
- Android: Feed Module: Grid Layout: Changed grid size to better fit modern device screen sizes for both tablet and phone
- Android: Improved images load and display in list and grid views (improved performance and animation)
- Android: Added support Gif animation in Feed List/Grid view, Forum avator and Image Viewer
- Android: Fixed Forum Module configurations (OpenLinkExtBrowser, TextRTL and ViewImageOnTouch is not applied at initial install.
- Android: Fixed View Image on Touch sometimes doesn't open image in Image Viewer
- Android: Added ripple effect in list and grid view
- Android: Added Admob to be displayed in Feed List view
- Android: Added Admob Interstitial Ad.
- Android: Changed default module icon to match material design
- Android: Removed Wi-Fi only for article in Settings
- Android: Feed Module: Fixed mutiple RTL layout issues

Website changes:
- Web: Change Theme to match new Material Menu Drawer, some customization are removed or newly added
- Web: Monetize Tab: Removed Mediation Drop down options. Mediation is now part of regular Admob Ad Unit Id.
- Web: Monetize Tab: Added new option to input Admob Interstitial Ad Unit ID:
- Web: Removed Module Group Name, replace it with GroupDivider module.
- Web: Mobule->General Tab: Allow pick module icon from icon picker
 
Last edited:

Marc

Active Member
@appyet I found a bug: This problem has left me in the web modules (made with HTML editor from Appyet page). Page cut off at the top and leaves display correctly.

Screenshot_2015-06-18-09-28-41.png
 

Marc

Active Member
@appyet And now the <iframe> in HTML editor is not displayed in the application.

This is the code:
HTML:
<html pmbx_context="4B9D83F9-EB31-4017-94DE-05C1F7A5102B">
<head>
    <title>Estat del servei de metro</title>
</head>
<body bgcolor="#e5e5e5">
<p>&nbsp;</p>
    <center><iframe src="http://www.tmb.cat/ca/estat-del-servei/-/estat-del-servei/widget"></iframe></center>
</body>
</html>


And this is what I see:

Screenshot_2015-06-18-09-58-43.jpg
 
Last edited:

joseph raphael

Well-Known Member
@appyet I can confirm that webview has a bug related to the title bar covering the upper top of every web page, the title shouldn't get hidden when scrolling in the webview.
 

appyet

Support Team Member
Staff member
For everyone, please try test as much as you could for 3.1.8, and report back any issue. We will try to resolve all bugs, and make a new release later today. tks!
 

appyet

Support Team Member
Staff member
@appyet And now the <iframe> in HTML editor is not displayed in the application.

This is the code:
HTML:
<html pmbx_context="4B9D83F9-EB31-4017-94DE-05C1F7A5102B">
<head>
    <title>Estat del servei de metro</title>
</head>
<body bgcolor="#e5e5e5">
<p>&nbsp;</p>
    <center><iframe src="http://www.tmb.cat/ca/estat-del-servei/-/estat-del-servei/widget"></iframe></center>
</body>
</html>


And this is what I see:

View attachment 297
save it to a htm file, and try to open it in Android Chrome to see if it opens ok
 

Marc

Active Member
save it to a htm file, and try to open it in Android Chrome to see if it opens ok

@appyet I think you misunderstood me. This code is in the following form:

nweb content.PNG

Also before I've tried to do this and it works properly. I unzipped the APK file and I taken the file. It also happens with any web.
 

appyet

Support Team Member
Staff member
@appyet And now the <iframe> in HTML editor is not displayed in the application.

This is the code:
HTML:
<html pmbx_context="4B9D83F9-EB31-4017-94DE-05C1F7A5102B">
<head>
    <title>Estat del servei de metro</title>
</head>
<body bgcolor="#e5e5e5">
<p>&nbsp;</p>
    <center><iframe src="http://www.tmb.cat/ca/estat-del-servei/-/estat-del-servei/widget"></iframe></center>
</body>
</html>


And this is what I see:

View attachment 297
I copy your code and save it in a test.html file, and open it using my desktop chrome, and it get the same result as you getting in above screenshot using AppYet. so problem is not AppYet
 
Top