Network Type Indicator

Network Type Indicator is an Android App that places an status bar icon acording to the type of mobile network in use (e.g. 2G, 2G+, 3G, ...).

This app is meant for devices that may not include this information in the status bar by default (e.g. Xperia or Galaxy phones).

Google Play Store page:
https://play.google.com/store/apps/details?id=net.outlyer.nettype

ID Project Category Task Type  asc Severity Summary Status Progress Due In Version
 203 Network Type IndicatorTO-DOLow Release 1.3 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing nettype 1.3

Next:  FS#215 

 239 Network Type IndicatorTO-DOLow Re-do icons Closed
100%
1.5 (rel. xx039) Task Description

Re-do icons with bigger symbols

 241 Network Type IndicatorTO-DOLow Add dual-state icon support Closed
100%
1.5 (rel. xx039) Task Description

Necessary to indicate mobile data on/off in icon

 242 Network Type IndicatorBuild SystemTO-DOLow Automate icon generation from source SVG Closed
100%
1.5 (rel. xx039) Task Description

To ease propagating changes to all densities

 243 Network Type IndicatorTO-DOLow Add ldpi / hdpi specific icons Closed
100%
1.5 (rel. xx039) Task Description

ldpi and hdpi icons have a non-integer relationship to the other sizes, hence resizing involves antialiasing.

Design icons for these sizes when re-designing icons.

244Network Type IndicatorTO-DOLowAllow disabling the display of connection status on ico...Assigned
0%
1.6 Task Description

To mimic the original way of working

245Network Type IndicatorTO-DOLowAllow choosing between "offline" and "online" icons whe...Assigned
0%
1.6 Task Description

Once the user has chosen to use only a set of icons, allow them to choose which of the two.

246Network Type IndicatorTO-DOLowAdd support for expanded notifications with extra infor...Assigned
0%
1.6 Task Description

No need for description

 252 Network Type IndicatorTO-DOLow Release 1.4 Closed
100%
Meta: Release Cycle Task Description

Branch off 1.3 to add small changes before 1.4

Branch off 1.3, turned into 1.4 since it adds new features

 253 Network Type IndicatorTO-DOLow Release 1.4.1 Closed
100%
Meta: Release Cycle Task Description

No need for description

 254 Network Type IndicatorTO-DOLow Drop support for older versions of Android Closed
100%
1.4 (rel. 07025, 14025) Task Description

Should switch to a multi-apk release, where older versions of Android (pre-ICS) will only get bugfixes.

 258 Network Type IndicatorTO-DOLow Release 1.4.2 Closed
100%
Meta: Release Cycle Task Description

No need for description

 260 Network Type IndicatorTO-DOLow Release 1.4.3 (for older Droids) Closed
100%
Meta: Release Cycle Task Description

Initially fixes (believed to be) only required for older devices.
Now also seen on newer devices

See also  FS#261 

 280 Network Type IndicatorTO-DOLow Release 1.4.4 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing nettype 1.4.4

 282 Network Type IndicatorTO-DOLow Add support for Cyanogenmod-only network types Closed
100%
1.4.5 (rel. 07034, 14034) Task Description

Apart from DC-HSPA+ ( FS#238 ) there’s three extra types: GSM, TD-SCDMA and IWLAN.

 312 Network Type IndicatorGeneralTO-DOLow Switch to vector assets Closed
100%
1.5 (rel. xx039) Task Description

Android (Lollipop API21 and up) now support vector based assets and Android Studio/Gradle 1.4 will convert to PNGs on compilation for backwards compatibility.

Should replace the current SVG+scripts method to the integrated one.

329Network Type IndicatorGeneralTO-DOLowRelease 1.6Assigned
0%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing nettype 1.6

Previous:  FS#361  (1.5.2),  FS#353  (1.5.1),  FS#215  (1.5),  FS#252  (1.4),  FS#203  (1.3)

 332 Network Type IndicatorGeneralTO-DOLow Base the app theme on DeviceDefault for an up-to-date U ...Closed
100%
1.5 (rel. xx039) Task Description

Currently, pre-Honeycomb, the theme is based on the old default theme, post-Honeycomb it’s based on Holo.

However starting with ICS there’s also a DeviceDefault theme that makes the app look more integrated (i.e. it looks like Holo on older devices, and like Material on newer ones).

 343 Network Type IndicatorGeneralTO-DOLow Change default theme to light Closed
100%
1.5 (rel. xx039) Task Description

Nowadays it’s common practice to have apps with light themes by default

 344 Network Type IndicatorGeneralTO-DOLow Add information about donations Closed
100%
1.5 (rel. xx039) Task Description

Should be very careful to stay within Google’s AUP though

 345 Network Type IndicatorInternalTO-DOLow Unify events Closed
100%
1.5 (rel. xx039) Task Description

Events are handled in different groups, it makes sense to handle them in as few listeners as possible (where they can be logically grouped)

 348 Network Type IndicatorGeneralTO-DOLow Run MonitorService as a foreground service Closed
100%
1.5 (rel. xx039) Task Description

This should prevent task killers from reaping it as easily

 351 Network Type IndicatorGeneralTO-DOLow Provide back navigation Closed
100%
1.5 (rel. xx039) Task Description

The manifest file can be modified to provide a back button (usually an arrow on the top left) when an activity is launched.

Use it for the settings and donations activities.

 352 Network Type IndicatorBuild SystemTO-DOLow Move reusable UI code into a separate module Closed
100%
1.5 (rel. xx039) Task Description

AboutDialog, DonationsActivity and TogglePreference can be moved into a separate module since they can be used (or are already being used) verbatim by my other apps.

355Network Type IndicatorGeneralTO-DOLowRe-do problematic vectorial iconsResearching
0%
1.6 Task Description

This is a continuation of  FS#354 .

Temporarily using pre-rendered PNGs in 1.5.1, should try to re-design icons to render properly on Android 5.0 and up.

358Network Type IndicatorGeneralTO-DOLowRevamp notificationAssigned
0%
1.6
360Network Type IndicatorGeneralTO-DOLowRemove black iconsAssigned
0%
1.6
 361 Network Type IndicatorGeneralTO-DOLow Release 1.5.2 Closed
100%
Meta: Release Cycle
 215 Network Type IndicatorGeneralTO-DOVery Low Release 1.5 Closed
100%
Meta: Release Cycle
 281 Network Type IndicatorTO-DOVery Low Change from CheckBoxPreferences to SwitchPreferences in ...Closed
100%
1.4.4 (rel. 07032, 14032)
334Network Type IndicatorBuild SystemTO-DOVery LowUse Gradle to define build-type-dependant fieldsAssigned
0%
1.6
350Network Type IndicatorInternalTO-DOVery LowRemove Devel.DEBUGAssigned
0%
1.6
372Network Type IndicatorGeneralTO-DOVery LowDrop support for older versions of AndroidAssigned
0%
1.6
Showing tasks 51 - 83 of 83 Page 2 of 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing