Tuesday, November 25, 2014
Conquest
Saturday, November 15, 2014
Dev status
OK so you may be wondering what's going on with the lollipop style signal indicators I promised. Here's the deal: the next beta of Singularity is going to sport a new default theme heavily influenced by/based on Lollipop's Material theme. It's NOT a Lollipop theme, much the same way the Honeycomb Inspiration theme is NOT a Honeycomb theme. I'll release the original default (KitKat) theme separately for those who prefer it.
Thursday, November 13, 2014
Monday, November 10, 2014
10 b10
- SYSTEM: Fixed FC in AOSP Contacts when attempting to add "Special Dates" field (FC was re-introduced in beta 9 due to changes made to Contacts)
- SYSTEM: Disabled Auto Adjust Screen Tone and Battery Percentage text by default on fresh installs
- SYSTEM: Prevented "Disable quick pulldown" from showing as enabled by default on fresh installs
- SYSTEM: Set default lock screen style to AOSP on fresh installs
- SYSTEM: Fixed notification panel settings layout in landscape
10 beta 9 Full
Link to 10 beta 9 full zip has been added to the downloads page.
The APKs (and associated libraries) for Google Keyboard, Google Search, and Google Now Launcher have been update to their Android 5.0 editions for this release. Enjoy the new material light and dark themes in keyboard and the new light app drawer in the launcher.
Beta 9
- SYSTEM: Fixed "OK" button in AOSP Contacts date picker dialog
- SYSTEM: Fixed title text theme in AOSP Contacts date picker dialog
- SYSTEM: Minor bugfixes for AOSP Contacts
Friday, November 7, 2014
10 beta 8
- SYSTEM: Enabled toggling to 1xRTT network mode with TouchWiz Phone
- SYSTEM: Removed link to Sprint Connections Optimizer from TouchWiz Phone
- SYSTEM: Added link to Roaming settings to TouchWiz Phone
- SYSTEM: Disabled toggling to Global network mode in AOSP Phone
Tuesday, November 4, 2014
Blog Updates
Clicking the "Support" tab will redirect you to the only remaining open forum thread for the ROM over at VMRoms.com (thanks to leslieann).
Conquest: Singularity 10 beta 7
- SYSTEM: Reprogrammed TouchWiz Phone app to allow toggling between 3G and LTE without reboot (update and full)
- SYSTEM: Updated SuperSU to latest version (full only)
- SYSTEM: Updated Gmail 5.0 to release version from Play Store (full only)
Monday, November 3, 2014
Beta 6
Full Only
Removed TouchWiz e-mail client and exchange services
Added Google Exchange services for Gmail 5.0
Added Messenger SMS/MMS app from Lollipop as an optional component
Updated Gmail to 5.0
Updated optional and pre-installed apps to latest versions
Fixed typo in Aroma config that prevented full ZIP from flashing
Full ZIP link will be posted here when upload is complete.
Wednesday, October 29, 2014
10 beta 5
removed
Remember that none of this has been fully tested. I use it as my daily driver on my own phone, but that doesn't mean that there aren't any hidden bugs. You're on your own if you flash this. Please do not post bug reports here as I will not be developing this any further.
10 beta 5
Monday, October 27, 2014
Endgame
Monday, October 20, 2014
DEV STATUS
Thursday, October 16, 2014
Dev Status
Tuesday, October 14, 2014
DEV/BETA status
The first attempt, which was just a direct invocation of the global actions dialog (Android's internal name for the power/reboot/ringer mode menu that pops up when you long-press the power key) failed spectacularly. It turns out that apps outside of the framework do not have access to invoke the Global Actions class.
Second attempt was to simulate a long-press of the power key. While it sounded like a good idea and -- in theory -- should have been easy enough to implement, it didn't work. I was able to simulate a standard press of the power key easily enough but completely unable to simulate a long-press.
The third attempt involved re-writing the actual framework to display the global actions dialog upon receiving a custom broadcast. This worked perfectly. Normally, I prefer not to change things around in the framework because it can cause the phone not to boot far enough into the system to even get a logcat, but this time it went without a hitch.
Unfortunately, Real LifeTM has reared its ugly head in the past week or so and I haven't had much time to work on getting everything ready for the next release. I need to send out a new beta with the latest changes to my testers and as long as everything comes back fine from that, I should be ready to start rebuilding the themes against the new version. Once the themes are rebuilt, and one other small surprise is completed, I should be ready to release.
Wednesday, October 8, 2014
Conquest: Singularity 9.5
This is a bugfix release for QuantumThemer which apparently was STILL being installed as an unsigned APK. That's the only change in this release. The next big release won't be ready for probably another week or so. You can find the 9.5 release in one of the forums linked at the bottom of the blog or via the included OTA Update Center app.
Monday, October 6, 2014
DEV/ROM status
Sunday, October 5, 2014
Dev Status
Saturday, October 4, 2014
DEV STATUS
Dev Status
Got the screen timeout tile up and running late yesterday. Gotta add another item to the to-do list: update 3minit Battery Mod. That will probably be the last thing to get implemented before I start beta testing. Next up is the volume tile.
Wednesday, October 1, 2014
DEV STATUS
That leaves my todo list as:
- Disable roaming indicator on status bar when WiFi is enabled
- Implement SCREEN TIMEOUT quick settings tile
- Implement VOLUME quick settings tile
- Implement USER quick settings tile
- Package BETA and send to testers
- Release!
ROM STATUS
DEV STATUS
I think I'll work on the screen off/lock tile next.
Tuesday, September 30, 2014
Singularity dev status
That makes completed projects for the next version:
- Restored notification panel header button spacing to default
- Removed "Settings" button from notification panel header
- Moved "Clear nofications" button to the space previously occupied by the "Settings" button in the notification panel header
- Added/implemented "Settings" quick settings tile to replace notification panel header button
- Added/implemented "Brightness" quick settings tile
- Added/implemented "Notifications" quick settings tile
- Added/implemented "Bluetooth Tether" quick settings tile
- Changed behaviour of "Location" tile to switch between On/High Accuracy/Power Save/GPS Only/Off
Next project will be USB tether quick settings tile.