Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Statusbar Download Progress

Download

Shows progress bar directly in status bar for ongoing notifications containing progress bar
Tired of pulling down notification shade every time you want to check progress of ongoing download? This xposed module allows you to have progress of your ongoing download in front of your eyes; saving you from interrupting your current activity every time you want to check for progress.


Features
- implicitly supports all downloads carried out via Android's standard download manager
- implicitly supports bluetooth transfers
- implicitly supports Chrome and Firefox browsers
- with "God mode" turned on, progress bar will be shown for ANY ongoing notification that contains progress bar (for 3rd party download managers, browsers and other not implicitly supported scenarios)
- customizable position, margin, thickness, and color of progress bar
- optional sound notification when transfer is finished or interrupted
- supports multiple concurrent progress bar notifications

Compatibility
- All ROMs based on AOSP 4.1+, potentially including custom ROMs
- Compatibility with a particular custom ROM depends on how intrusive changes made to the standard system functionality related to status bar and notification handling are
- The same applies to heavily modified OEM ROMs
If you have troubles to get module working on your device/ROM, make sure to visit official support thread at XDA to provide the most detailed info about your setup and attach xposed error log that can be exported from within Xposed Installer

Required permissions
- Read external storage - required by Ringtone chooser

Credits
rovo89 for his ultimate Xposed framework

Download Progress++
Check out my alternate premium app (paid) which does not require Xposed Framework nor Root
https://play.google.com/store/apps/details?id=com.ceco.sbdp.pro

Author(s): 


C3C076

Support/Discussion URL: 


http://forum.xda-developers.com/xposed/modules/app-statusbar-download-progress-v1-0-t2933867

Source code URL: 


https://github.com/C3C0/Statusbar-Download-Progress

Package: 


com.ceco.sbdp

Version name: 


3.2

Release type: 

Stable (low risk of bugs)

Download: 

com.ceco.sbdp_v32_e13303.apk (114.03 KB)

Number of downloads: 

990 in total · 990 in the last 24 hours

MD5 checksum: 

e133030b12d7ba9a6c09ba16fe433060

Uploaded on: 

Monday, October 9, 2017 - 10:56

Changes: 

- Adjusted for Nougat compatibility

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project