Una app update

Hi Una team!

I saw that you updated some files on your Github page and checked Una app, it looks much better and the notification counters are now fixed. 

I was wondering if it's worth updating my app now? Or are you planning for another release in the upcoming weeks?

Another question: are you planning to add the ability to update an app page by swiping (just like on most apps)?  

Thanks! 

  • 1117
  • More
Replies (12)
    • Hello Alex Z !

      It is better to wait for the official release and update UNA from the Studio (manual or automatically) always :-)

      • Hi Leonid!

        Do you mean that I should wait for a new Una release and then compile my app using the current source code (1.5 version ) that is published on GitHub? Or there'll also be a new version of the app source code?

        Thanks

        • We don't plan to make mobile apps update anytime soon, however if some critical problem is discovered we'll need to make an update, so event if it will be mobile update it would be minor update.

          • Got it, thanks Alex

            • If you ever decide to update the app, it'd be wonderful if you added the ability to refresh pages by swiping

              • If you ever decide to update the app, it'd be wonderful if you added the ability to refresh pages by swiping

                If you mean "pull to refresh" then we had it before and it wasn't working very well, if you want to try then you can uncomment the following line in modules/boonex/nexus/template/js.html file:

                // $this->_oTemplate->addJs('pulltorefresh.min.js');

                and the following block in modules/boonex/nexus/classes/BxNexusModule.php file:

                /*
                        if ($('.bx-messenger-block-lots').length)
                            glBxMobileDisablePullToRefresh = true;
                        if ('undefined' === typeof glBxMobileDisablePullToRefresh || false === glBxMobileDisablePullToRefresh) {
                            PullToRefresh.init({
                                instructionsPullToRefresh: '__txt_pull_to_refresh__',
                                instructionsReleaseToRefresh: '__txt_release_to_refresh__',
                                instructionsRefreshing: '__txt_refreshing__',
                                onRefresh() {
                                    window.location.reload();
                                },
                            });
                        }
                */
                  • Also pls update app sharing  function.

                    In sharing timeline post to fb, Twitter  and Pinterest to open the FB, Twitter and pinterest APP installed in mobile.

                    Right now clicking the Facebook share link opens the web-based share dialog, which is bad since most mobile Facebook user are using the native app, thus are not logged in on their browsers. Consequently the web share dialog prompts them to input their user credentials - which might lead them to not share after all.

                    Any inputs for this please. Ty

                    • Hi LeonidS When will this final version of 12.1.0 be released? Any release date? Thanks

                      • Hi Expertzkris . Thanks a lot for pointing that out. I am looking forward to hearing from the UNA Team too. We would appreciate their immediate attention to this matter. 

                        • Hello OneEagle !

                          You've got the answer here https://una.io/page/cmts-view?sys=bx_timeline&id=32354&cmt_id=1408 but it would be useful for others too.

                          • Yep. Thanks.

                            Login or Join to comment.