AppYet v3.1.5 Released

appyet

Support Team Member
Staff member
Change log:
----------
- Android: Explore Module: Fixed issue when removed Feed module, get re-added, feed count and article is not sync properly
- Android: Fixed when Default Display language is set to RTL, on first application start, it display as LTR, which result in layout issue.
- Android: Feed Module: Fixed Feed article title and description are not updated when Feed article are changed
- Android: Feed Module: Fixed 1 pixel image is displayed as thumbnail in WordPress feed
- Android: Updated jquery library from 1.8.3 to 2.1.3
- Android: Change pull down refresh to lollipop style
- Android: Web Module: Fixed Web Module cookie issue
- Android: New feature to allow download image in Image Viewer.
- Android: Download Module: Fixed file name extension duplicate.
 

LCallaghan84

Active Member
Awesome job on the fixes and the updates, like the new pull to refresh feature. Can you add that to the web module instead of the button on the side?
 

mohammad

Member
I have a suggestion.make a list and tell us what will change in next version and say a perioud of time for realising it.in that case we can draw good plans for our apps.tell the changes in request list

ارسال شده از GT-I8190s با استفاده از appyet
 

Ken Tam

Member
CM12 Disqus still cannot login, even the update say it fixed the cookie. Id that the issue of webkit installed from the system?
 
I try to add with Web this live radio url (player)
http://betradio.live24.gr:80/betradio. All its ok and play background audio but if i close my radio app and open it again i cant pause this radio player (url) and if i select play (again) the audio stream is x2. Please fix this problem because this cant fix it with cookie in 3.1.5 version..sr for my eng..
 

Hussain

Member
Hey Appyet, Please make change in new article notification which shows feed title in notication bar or shows the icon in which feed the new article is updated, please a kind request or give the string name for feed title so we can replace it with the 1$ new article.
 

Alin Andrei

New Member
Can you please change the way opening images works? Currently, if you click on an image, it opens that image and not the link. That's important because usually articles display thumbnails which are linked to larger, hi-res pictures and right now AppYet displays the thumbnail and not the full image. Or at least add an option for enabling this behaviour. Thanks!
 

emanuelmain

New Member
Hi, i use and edit the code of this post: http://forum.appyet.com/index.php?threads/module-audio-player.108/#post-1114 today update the app today and no looks the "play". THANKS SO MUCH!

I AM USING CODE:
<Html>
<Head>
<Title> </ title>
<Meta content = "width = device-width, initial-scale = 1.0, user-scalable = no" name = "viewport" />
<Style type = "text / css"> img {display: block; width: auto! important; height: auto! important; max-width: 100%; padding: 0px! important; margin-left: 0px! important; margin-right: 0px! important; margin-top: 0px! important; margin-bottom: 0px important}
.appyet_audioimg {background-size: cover;}
</ Style>
<Script type = "text / javascript" src = "file: ///android_asset/html/jquery-1.8.3.min.js"> </ script> <script type = "text / javascript" src = "file: /// android_asset / html / webview.js "> </ script>
</ Head>
<Body>
<Table align = "center" border = "0" width = "100%">
<Tbody>
<Tr>
<Td>
<Div style = "text-align: center;"> & nbsp; </ div>
</ Td>
</ Tr>
<Tr>
<Td style = "text-align: center;">
<Table align = "center" border = "0" cellpadding = "1" cellspacing = "1" style = "width: 100%;">
<Tbody>
<Tr>
<Td>
<P align = "center">
<Audio img = "http://mainrecords.net84.net/99.png" src = "http://radio2.dev54.com:8500/la99.mp3"> & nbsp; </ audio>
</ P>
</ Td>
</ Tr>
</ Tbody>
</ Table>
</ Td>
</ Tr>
<Tr>
<Td style = "text-align: center;">
<Div> <span style = "font-size: 20px;"> Play 99 </ span> </ div>
</ Td>
</ Tr>
<Tr>
<Td style = "text-align: center;">
<Table align = "center" border = "0" cellpadding = "1" cellspacing = "1" style = "width: 72px;">
<Tbody>
<Tr>
<Td> <img alt = "" src = "http://mainrecords.net84.net/logo_play.png" style = "width: 300px; height: 381px;" /> </ Td>
</ Tr>
</ Tbody>
</ Table>
</ Td>
</ Tr>
</ Tbody>
</ Table>
</ Body>
</ Html>
 

appyet

Support Team Member
Staff member
replace "file: ///android_asset/html/jquery-1.8.3.min.js" with "file: ///android_asset/html/jquery-2.1.3.min.js", try again, and report back if problem remains
 
Top