PowerFolder Android App 20 SP4

  • Release Date: April 2024
  • Build Number: 20.4.102
  • Type: Hotfix Release


(info) Due to backend updates and security fixes, the app is only compatible with PowerFolder Server v20.1.100 and onwards. For SAML authentication PowerFolder Server v20.4.100 or higher is required.

(lightbulb) We suggest the user to use Android v8.X or greater to experience the full performance of app  

PowerFolder App

Branded Apps  

  • Google Play Store (available soon)

Enable SAML Login

To enable SAML login and to load the IDP list in the app from server, please add the following configuration to your load balancer e.g. Apache2:

RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^/Shibboleth.sso.*$ - [R=204,END]   

<Location /Shibboleth.sso>

satisfy Any
    Header always set Access-Control-Allow-Origin "*"
    Header always set Access-Control-Allow-Method "GET, POST, OPTIONS"
    Header always set Access-Control-Allow-Headers "Content-Type, X-CSRFToken, Token, App-Version"
</Location> 

Set Minimum Version

To set minimum version in Android, use the following configuration entry, this is also applied simultaneously on the desktop clients:

net.version.minimum=

Changes

  • PFM-515 - Folderlist not loading after login in some devices




  • Release Date: April 2024
  • Build Number: 20.4.101
  • Type: Service Pack Release

Changes

  • PFM-512 - Fix SAML login 
  • PFM-518 - Fix display of new created folders in app 
  • INT-861 - Manually build branded Android apps 
  • PFM-515 - Folderlist not loading after login in some devices