Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
nettype [2017/08/15 19:25] – [Known Issues] Added RTL issue Toni Corveranettype [2019/02/10 12:08] – Added screenshots from Play Store Toni Corvera
Line 5: Line 5:
 ===== Details and download ===== ===== Details and download =====
  
-Check its [[playstore>net.outlyer.nettype|Google Play Store page]].+<del>Check its [[playstore>net.outlyer.nettype|Google Play Store page]]</del>.
  
 +<WRAP important>
 +As of February 2019 Network Type Indicator is suspended from the Google Play Store for //policy violations// (because it includes a link to my [[donations|donations]] page).
 +</WRAP>
 ===== Compatibility ===== ===== Compatibility =====
  
Line 17: Line 20:
  
 This app is meant for devices that don't include this information in the status bar by default (e.g. Xperias). This app is meant for devices that don't include this information in the status bar by default (e.g. Xperias).
 +
 +===== Screenshots =====
 +
 +{{:nettype:nettype-screenshot1.png?direct&200|}}
 +{{:nettype:nettype-screenshot1.png?direct&200|}}
 +{{:nettype:nettype-screenshot1.png?direct&200|}}
 +{{:nettype:nettype-screenshot1.png?direct&200|}}
  
 ===== FAQ ===== ===== FAQ =====
Line 52: Line 62:
 ===== Changes ===== ===== Changes =====
  
-Newer changes are listed on the [[playstore>net.outlyer.nettype|Play Store page]].+A summary of changes for the latest release is always listed on the [[playstore>net.outlyer.nettype|Play Store page]]. 
 + 
 +==== 1.5.2 (August 26th, 2017) ==== 
 + 
 +  * Add extra intent filters for ''QUICKBOOT'' to the Boot receiver, should fix //load-on-boot// problems on HTC devices <nowiki>[</nowiki>[[bts>362|#362]]] (possibly others) 
 +  * Explicitly set ''exported=true'' on the Boot receiver, which may not be correctly defaulted to ''true'' on some devices <nowiki>[</nowiki>[[bts>337|#337]]] 
 +  * Remove ''android:permission'' from Boot receiver tag (but keep using ''uses-permission'' tag in the root) <nowiki>[</nowiki>[[bts>337|#337]]] 
 + 
 + 
 +==== 1.5.1 (August 15th, 2017) ==== 
 + 
 +  * Explicitly disable RTL since the layout doesn't render properly with the current design <nowiki>[</nowiki>[[bts>356|#356]]] 
 +  * HOTFIX release for issue <nowiki>[</nowiki>[[bts>354|#354]]]: ''VectorDrawable'' icons are broken on Lollipop and Marshmallow: 
 +    * Flavours re-split into API7+, API14+ and API23+, added back //Epoch// to ''versionCode'' since the split is different 
 +    * Re-enabled PNG rendering for Lollipop and Marshmallow 
 +    * Re-enabled rendering to PNG on xxhdpi and xxxhdpi 
 +    * Use pre-rendered PNGs for the problematic icons and ''VectorDrawables'' for the rest (through flavours) 
 +  * Recompressed PNGs with ''[[https://github.com/google/zopfli|zopflipng]]'' to reduce their sizes further 
 + 
 +==== 1.5 (August 15th, 2017) ==== 
 + 
 +  * INTERNAL: Split ''AboutDialog'', ''DonationsActivity'' and ''TogglePreference'' into separate module for reuse <nowiki>[</nowiki>[[bts>352|#352]]] 
 +  * Provide "Up" (back) navigation from the donations page and settings activity <nowiki>[</nowiki>[[bts>351|#351]]] 
 +  (emsp)(emsp)rXX038 (beta only) 
 +  * Introduce notice about donations instead of opening the browser right away when the Donations menu item is selected <nowiki>[</nowiki>[[bts>344|#344]]] 
 +  * INTERNAL: Started switch to ''BuildConfig.DEBUG'' instead of the custom ''DevelConfig.DEBUG'' <nowiki>[</nowiki>[[bts>350|#350]]] 
 +  (emsp)(emsp)rXX037 (alpha only) 
 +  * Make "Load on boot" dependant on notification being enabled <nowiki>[</nowiki>[[bts>333|#333]]] 
 +  * Restricted ''READ_PHONE_STATE'' permission to API <= 22. Since Marshmallow removed the need for it <nowiki>[</nowiki>[[bts>349|#349]]] 
 +  * Run as a foreground service. Should prevent the notification from being killed easily <nowiki>[</nowiki>[[bts>348|#348]]] 
 +  (emsp)(emsp)rXX036 (alpha only) 
 +  * Actual merge of build flavours into a single one with versioned directories <nowiki>[</nowiki>[[bts>330|#330]]]. Re-split based on API-level features 
 +  * Made notification priority configurable (Jelly Bean and up) <nowiki>[</nowiki>[[bts>347|#347]]] 
 +  * Switch to vector icons on Lollipop and up, with compile-time generated bitmaps <nowiki>[</nowiki>[[bts>312|#312]]] 
 +  * BUGFIX: Do not allow enabling notification buttons on Android versions older than Jelly Bean <nowiki>[</nowiki>[[bts>346|#346]]] 
 +  * INTERNAL: Target Nougat 7.1 (API v25) / Marshmallow 6.0 (API v23) 
 +  * INTERNAL: Bumped support library to v25 / v23 
 +  * INTERNAL: Automated SVG icon generation <nowiki>[</nowiki>[[bts>242|#242]]] reusing elements to ease modifications 
 +  (emsp)(emsp)rXX035 (alpha only) 
 +  * Reworked icons (slightly bigger characters) <nowiki>[</nowiki>[[bts>239|#239]]] 
 +  * Reflect data connection status in icon: two-state icons <nowiki>[</nowiki>[[bts>240|#240]], [[bts>241|#241]]] 
 +  * Mark notification contents as not sensitive for display in Lollipop's lockscreen <nowiki>[</nowiki>[[bts>310|#310]]] 
 +  * Changed default app theme to light <nowiki>[</nowiki>[[bts>332|#332]], [[bts>345|#345]]] 
 +  * Added menu item to launch donations page <nowiki>[</nowiki>[[bts>344|#344]]] 
 +  * INTERNAL: Target Lollipop 5.1 (API v22) 
 +  * INTERNAL: Bumped support library to v22 
 +  * INTERNAL: Unified events <nowiki>[</nowiki>[[bts>345|#345]]] 
 +  * INTERNAL: Explicitly use device default theme instead of Holo (updates UI for switches and selection dialogs) <nowiki>[</nowiki>[[bts>332|#332]]] 
 +  * INTERNAL: Merged old-droids and new-droids branches <nowiki>[</nowiki>[[bts>330|#330]]] 
 +  * INTERNAL: Updated Gradle/Gradle Plugin to 2.3.3 (enables "Instant Run"
 +  * INTERNAL: Automated SVG icons rendering to PNGs <nowiki>[</nowiki>[[bts>242|#242]]]
  
 ==== 1.4.5 (April 4th, 2015) ==== ==== 1.4.5 (April 4th, 2015) ====
Line 132: Line 192:
 ---- ----
  
-<html><address style="text-align:right;font-size:small;font-style:italic"></html>© 2012-2016 Toni Corvera < outlyer at gmail dot com ><html></address></html>+<html><address style="text-align:right;font-size:small;font-style:italic"></html>© 2012-2019 Toni Corvera < outlyer at gmail dot com ><html></address></html>
  
All dates/times in this page are UTC.
  • nettype.txt
  • Last modified: 2022/05/05 22:16
  • by Toni Corvera