The first Triangles Rom for Nexus 7 - Nexus 7 Android Development

Hello World!
Hello guys! Team Triangles greets you.
Team Triangles is new adolescent developer team that created on December, 2012.
We apply our team's style based on CyanogenMod.
Introduction of our team members.
Jongwoo Kim - Platform <[email protected]>
Junseok Oh - Designer <[email protected]>
Wontae Choi - Platform <[email protected]>
Hwanwoong Kim - Designer <[email protected]>
Sangwoo Lee - Web
Junhyeok Ahn - Kernel <[email protected]>
Sangreyol Park - Platform <[email protected]>
Taehan Yun - Design <[email protected]>
Jungwoo Choi - Web
Introduction of Triangles Rom
Supported Devices
Nexus 7 - grouper
Nexus 5 - hammerhead
Nexus 4 - mako
Galaxy Nexus - maguro
Galaxy S3 - i9300
Galaxy S2 - i9100
Galaxy Note 2 (CDMA) - i605
Galaxy Note 2 - t0lte
Optimus G - e975
Optimus G Pro - e980
Nexus S -crespo (Temporarily unsupported)
1. Halo
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you know, this feature is from Paranoid Rom. (Embodied by Wontae Choi)
2. MultiWindow
This feature is the feature of Omni Rom that we had so much trouble due to the crashes with Halo...
But this is completely fixed, and works normally with no crashes.
How to use MultiWindow : Launch an app at first, and press 'Add to Spilt View' button on multitasking window by long press the thumnail image of the other app you want.
(Halo can't be worked when Multiwindow is implemented.) (Embodied by Jongwoo Kim)
3. Recent App Lock
We don't know where this feature was embodied first, but we picked from Dokdo Rom due to clear sources. The locked apps won't exited though the clear button is pressed. (Embodied by Wontae Choi)
4. Change Recent UI
The UI of Dokdo Rom is same with the original concept of our team, so we did cherry-pick the ui from Dokdo Rom and re-created for our own style. (Embodied by Wontae Choi)
5. Overscroll
http://postfiles12.naver.net/20140323_171/ddori4927_13955682217378fxGR_PNG/overscroll.png?type=w3
This feature is from CM7, not Dokdo Rom. (Embodied by Sangreyol Park)
6. Volume Steps Feature
You can adjust the steps of call and media volume(15, 20, 25, 30). We consulted the source of Franco-C. (Embodied by Sangreyol Park)
7. Triangles Wallpapers
Change the wallpapers into our team's. (By Junseok Oh)
Other etc. features are same with CyanogenMod's.
Download : http://achonapp.com/?path=/_others/Team+Triangles (Plz download 'grouper' among files)
You can see editted contents here : https://github.com/Triangles
Credit : andip(Boeffla Sound), Franco-C(Volume Step), CM7(Overscroll), ParanoidAndroid(Halo),
OmniRom(MultiWindow)
This release version is beta version. This may be updated after 2 weeks.
Thanks for reading, and plz understand bad translation... Plz love us Team Triangles!
Plz give us feedbacks(includes bad English) toward above emails.
Enjoy Our Rom!

Can't see any of the pics you posted in the OP.

CptKlink said:
Can't see any of the pics you posted in the OP.
Click to expand...
Click to collapse
+1. OP, reupload the pics please
Отправлено с моего Nexus 7 через Tapatalk

annyeonghaseyo all. I can't wait to try this out.
I used to live in Pyeongtaek for a few years and I miss it very much.
Thanks for the Rom!

Love It!!!!
I've been using this rom on my Nexus 7 for about two weeks now. It definitely makes it run a bit smoother and faster. I've no complaints about this ROM. I might grab the one for the Nexus 4, just to try it out. I just wanted to let everyone know that this ROM is awesome for the lower-spec Nexus 7

Related

[GAME] Langton's Ant

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DESCRIPTION​
Langton's Ant is actually a two-dimensional cell automaton that evolves by following very simple rules.
It was invented by scientist Christopher Langton in 1986 and helped to highlight an example of emergent behavior.
The two basic rules are:
¤ If the ant is on a black square, it turns right, changes the color to white and moves forward
¤ If the ant is on a white square, it turns left, changes the color to black and moves forward
These simple rules lead to a surprising behavior of the ant:
The ant builds a road that repeat indefinitely
Here are the main features of my implementation:
¤ Play/Pause/Clear buttons
¤ Changing the speed
¤ Changing the size of the world
¤ Changing the background color
¤ Changin the rules:
- 35 predefined rules
- create your own rules
¤ Creation of multiple states automatons
¤ Add as many ant as you want, simply by touching the screen!
There are many extensions (several colors, states, etc.) but it's up to you to discover them.
For any bug, suggestion or information contact me at:
[email protected]
NOTE:
- Available in French and English
- Compatible with all screens
- Compatible with all android versions
For more information, visit the official wiki:
http://en.wikipedia.org/wiki/Langton's_ant
Or on this one, about Turmites (multiple states automaton) :
http://en.wikipedia.org/wiki/Turmite
SCREENSHOTS
DOWNLOAD
From an Android Device
From the web market
Edit : Modification of the QRCode (Null Pointer)
One again
I had not seen this before.
thanks for sharing
Hello,
Will there be an option to send our rules like there was in the game of life, because I have some good ones.
Well, honestly I'm working on it since 2-3 days.
And I'll prepare an other option to add to the "expert rules" section.
Thank you, you are a very reactive developer.
Could you tell me what the new option will be ?
It would be an option to specify the number of stpes after each instruction.
Something like :
turn rigth, two steps forward
turn left, five steps forward
I'm almost done with it
In fact I was very busy these days, so i didn't worked on it.
I think it would be for next week, be patient
Here is the update :
v2.0 :
- Fixed several minor issues
- Added option "Number of steps forward"
- Added 15 new rules
- Added a section of fans rules
- Ability to send your rules by mail
Enjoy
Finally it comes out ;D
I will send you my rules, and hope they will be in next update.
Good work by the way
any way someone could upload apk of this? Market won't allow me to install this on my milestone
edit: also the game "Generations" looks interesting and it shows the same error when trying to install :/
this is great! would be cool as a live wallpaper
This game is actually really awesome. Thanks dev
The free qr code didn't work for me, and can't find the free one on the marketplace
Your welcome
Don't forget to rate and give your mind on the market.
For the LiveWallpaper version, it was an idea I wanted to achieve when I started these applications, but right now I'm too busy. But I keep it in mind
For people who doesn't see the app, it's from your side, node the developper's.
You certainely don't have a valid mod (no recognized yet for the android market)
v2.5:
- Added an image with the mail
- Ability to rate and share rules
- Bug fixes
- Added new rules of Fans
v 2.6 :
* Minors improvements
* Implementation of the Hooked SDK
* Ability to rate for the best patterns
* Fixed bugs due to the server.
* Improved code
And visit my website for more informations : www.simon-marquis.fr

[LWP] Ditalix Live Wallpaper Suite - IS IT WORKING?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ditalix is not just the name of a planet from the Star Trek TNG episode "Conspiracy" - its a suite of awesome live wallpapers with
incredible customization options. Its free, its fun, its built to look great on high resolution devices like the Infinity and its Fahrbot!
Features:
★ Completely free theme constructor - pay only for the stuff you like
★ Shapes, animations, settings and glow effects to suit every taste
★ Use your own images to create amazing background palettes
★ Randomize settings to quickly create interesting themes
★ Sit there gawking at the screen because its just so cool
Facts:
★ Phone and tablet UI for ease of use
★ Written in native, its a billion times faster than the competition
★ Supports ultra high resolution textures - up to 4600 pixels per edge
★ Works flawlessly even on older, weaker devices
★ Full multi-touch implementation: swipe with as many fingers as you've got
This is the first release, so if problems do arise, please let us know before rating - we will fix any issues as soon as possible.
You can write to [email protected] or through our website at www.http://fahrbot.co.uk/feedback any time, we will help.
And the most important thing: have fun! We certainly did when we were creating it
Screens:
You can find the gallery HERE.
Download:
Google Play: https://play.google.com/store/apps/details?id=fahrbot.apps.ditalix.free
Or use this handy QR code from our friends at goqr.me:
Support and feedback:
This is the first release - if problems arise, please contact us at [email protected] or through our website: http://fahrbot.co.uk/feedback.
And do offer suggestions for shapes and effects and whatever else you can think of
1.0.3.3
Fixed bug with custom image loading after reboot
Now visible in recent apps list
This is important guys... Is it working or not? The issue described is with loading images after boot or on start of app.
Weve had two reports, but without access to the device i cant tell if its a problem with JPEG or something else. Specifically, if its not working on stock but is working on aosp?
ftgg99 said:
This is important guys... Is it working or not? The issue described is with loading images after boot or on start of app.
Weve had two reports, but without access to the device i cant tell if its a problem with JPEG or something else. Specifically, if its not working on stock but is working on aosp?
Click to expand...
Click to collapse
Hi, i had a quick test with the latest version available on Google Play and no issue here with CM10.1 rom and Nova Launcher.
Pretoriano80 said:
Hi, i had a quick test with the latest version available on Google Play and no issue here with CM10.1 rom and Nova Launcher.
Click to expand...
Click to collapse
Ah finally thanks very much!
Did you test it after reboot?
ftgg99 said:
Ah finally thanks very much!
Did you test it after reboot?
Click to expand...
Click to collapse
Yes, everything is working as it should.No issues when viewing pictures from my gallery or when launching apps.
Thanks, anything else to report?
A massive update has been rolled out - 1.0.3.7:
Implemented new theme browser
Implemented Packs
Implemented scolling in FS preview mode
Added Matrix digital rain animation
Added loop mode
Added area Wave and Cross effects
Added Eye Patch theme
Fixed Circles theme issue
Fixed images not surviving reboot issue
Fixed black screens related to IAPs
Fixed issues from user feedback (thanks!)
Tomorrow you get new performance settings a new free themes, two occult themes and and two new packs!
Thanks guys, issue fixed, thread closed!

[APP][2.2+] All News - Newspapers (v1.9)

All News - Newspapers is a new free app which gives you access to all popular news sources and newspapers in one app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
News sources include:
Google News, CNN, Mail Online (The Daily Mail), Yahoo News, Reuters, Sky News, BBC News, RT (Russia Today), MSNBC (NBC news), New York Times, Huffington Post, Fox News, Washington Post, PressTv, LA Times, ABC News, USA Today, The Onion Network, Haaretz, The Sun, Al Jazeera, The Independent, The Guardian, Metro, Financial Times, The Hindu, Espress (Sunday and daily express), Mirror Online, The Times.
Lightweight app, mobile, tablet and tv compatible.
Feel free to suggest any other online news / newspaper sources. :good:
Let us know if you'd like to see weather, sports and entertainment sources added!
Available on Google Play or attached
--> play.google.com/store/apps/details?id=com.all.news <--
Seems great, I'll test out!
Let's through some fox29 news ?
Sent from my SAMSUNG-SGH-T989 using Tapatalk
Is it an option to add the possibility to add your own feeds?
All News Newspapers
Cool app man! Thanks
How about a link to the play store, since I can't find it through the search.
Sent from my US Cellular Galaxy Note 2 using Tapatalk 4 beta
---------- Post added at 10:11 AM ---------- Previous post was at 10:04 AM ----------
The menu option just takes me back to the main screen, btw.
Sent from my US Cellular Galaxy Note 2 using Tapatalk 4 beta
Ok
Notification access, and sports as well(bleacher report, etc etc). And a widget
Excellent job. Love it!
Sent from my SPH-L720 using Tapatalk
Nice app!
It will be very nice to add Android.me (http://ndroidme.com) to the news sources.
Very nice. Thanks for posting this or I would have never found it. Highly recommended. I like the icon too
Bug
It doesnt open "menu" on my sgs2
Very nice app working great on mk RK3188 Tv stick running JB 4.22 looks great even @ 1080p
Thank's :good:
Dark theme and widgets would be awesome
Sent from my Nexus 4 using Tapatalk
Scur827 said:
How about a link to the play store, since I can't find it through the search.
Sent from my US Cellular Galaxy Note 2 using Tapatalk 4 beta
---------- Post added at 10:11 AM ---------- Previous post was at 10:04 AM ----------
The menu option just takes me back to the main screen, btw.
Sent from my US Cellular Galaxy Note 2 using Tapatalk 4 beta
Click to expand...
Click to collapse
He's a junior and as such can't post direct links, if you hadn't noticed. However, he provided it towards the end of the op. Here it is again mate, https://play.google.com/store/apps/details?id=com.all.news
'Times of india' plz add this
Sent from my GT-I9070 using Tapatalk
echenze said:
He's a junior and as such can't post direct links, if you hadn't noticed. However, he provided it towards the end of the op. Here it is again mate, https://play.google.com/store/apps/details?id=com.all.news
Click to expand...
Click to collapse
lol thanks, I was half asleep.
Thanks for the feedback
Thanks for the encouraging feedback and suggestions
- @vtech7634 - is that the same as myfoxphilly (Philadelphia News...) - we'll get that added in the next update!
- @milojoseph - we'll add bleacher reports!
- @atishey23 - We'll get Times Of India added!
& will give you guys a shoutout for the suggestions in the whats new section of the Google Play listing.
@acadiancrusader - like the idea of the dark theme....this is something we'll take into consideration without making the app too complicated for end users
Hi @nasye - Please note that the menu option essentially takes you back to the main screen with all news sources acting as a menu portal to all news sources
An option to hide sources that are not of interest please.
This apps freezes and takes much time to load news on 3g connection..... Plz fix this. it'll be good if u add a loading bar... like in browser.
My device - Samsung galaxy s advance (i9070)
running CM 10.1
Bbm pin - 76661999 fell free to invite

[App][4.0+] Note It! - Never Forget Always Remember

Welcome To Note It!
Note It!
"Make Everyday Life Much Easier”
Note It! Is an Ad-free, Sleek, Beautiful ,Quick ,Well-Designed Note Application.
Users are able to write Notes as well as create multiple Checklists. Note It also has a Quick create widget that allows for
Writing/Creating a Note/Checklist right from the home screen with no hassle at all!
With Note It! you shall be on your way to
Never Forgetting and Always Remembering!
Free On Google Play
https://play.google.com/store/apps/details?id=com.Seraphiel.Smith.NoteIt
Some Features
- Beautiful Design
- Light Weight Application.
- Automatic Backups.
- Quick Create Widget.
- No special permissions required.
- Smooth fast & Simple Design.
- Simple, fast & easy to Create Notes.
- Simple, fast & easy to Create Checklists.
- Easy management of Notes and lists.
- More!
Some ScreenShots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
More Screenshots
Change-log
Change-log
Version 2.0
Monday/16/June/2014
* Changed To A Holo Light Theme
* Cards UI Look & Feel
* Minor Animations Added
* Database optimization
* Minor Bug Fixes
Version 1.4
Saturday/14/June/2014
- Search dialog now correctly matches app theme
- Automatic Backup bug fix
- Minor Visual Changes
- Minor Bug Fixes
Version 1.2
Tuesday/10/June/2014
- Fixed Edit Note Bug
- Database Optimization
- Fixed Error Messages
- Minor Bug Fixes
Version 1.1
06th June 2014
- Added Automatic Backup Feature
- Added Quick Create Widget
- Minor Bug Fixes
Version 1.0
04th June 2014
- Initial Release
Very good app, best for notes i use. Beautiful and simple. Only if you can add widget and it will be perfect.
Sent from my Galaxy Nexus using Tapatalk
Super app and thanks for making it. Any plans to add backup and restore functionality? Perhaps you can mention a manual way of doing that. Thanks much!
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Working On It
Hey guys thanks for the feedback. I am currently working on adding the widget as well as a scheduled backup those should be in the next update
HeartBroken said:
Hey guys thanks for the feedback. I am currently working on adding the widget as well as a scheduled backup those should be in the next update
Click to expand...
Click to collapse
Thank you @HeartBroken for your great job.
Please add holo dark theme and support for others language.
I shall try to implement custom themes and about the languages I'm not really sure how to do that but I shall do some research on it.
Sent from my Xperia M using XDA Free mobile app
Update
Update released view changelog
Minor Update that fixes bug on editing a note and other minor fixes
Version 1.2
_ Tuesday/10/June/2014
* Fixed Edit Note Bug
* Database Optimization
* Fixed Error Messages
* Minor Bug Fixes
Minor update release. View Changelog
Major Update
Major Update Released!
Redesigned Application
View Change log For More Info
Cheers !

[APP] CutCalc - Simple cutting data calculator v1.2

Some of you may know me as a ROM/Kernel dev or simply as a Forum Moderator, but the time has finally come to explore a new direction in our beloved Android world: App development
Those of you who know me already know that I never planned on working with java, simply because I always hated it This, however, has slightly changed in the past couple of weeks. I still don't like it and would chose C over java in a heartbeat, but I started to accept java
But now, enough of me talking crap you all don't care about. Time to present to you my newest creation: CutCalc.
As the name already suggests, it's a calculator for cutting data. (no, not data for cutting your meat, for drilling, milling and turning )
I am working as a mechatronics engineer and have to calculate a lot of cutting data for milling, turning and drilling, which is why I needed a fast way to do so. But to my surprise, I wasn't able to find anything useful on Google Play. So I created my own app with the goal of keeping it as simple as possible. I do have to apologize for the graphical design though, I was never good at that
But now, you may ask yourself "So what is this app capable of?"
It can calculate the needed RPM as well as the feed rate for Milling, Turning and Drilling
With just one click you can double the result for when you are working with PVC or similar materials
You can set your own default values for all variables (such as cutting speed, feed per blade,...)
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog
v1.4
- Added settings for custom text colors
- Added "About" settings
v1.3.1
- Fixed wrong blades value for drilling
v1.3
- Dark theme added
- Made PVC-Multiplier variable (via Settings)
- Splitted the feed value according to the mode we're in (drilling, milling or turning)
v1.2.2
- Prevented possible crashes caused by empty fields
v1.2.1
- Fixed issues on some light Actionbars
v1.2
- Added Settings
- Performance improvements
- Initial release on XDA
v1.1
- Added support for launching a private app of mine and my colleagues
v1.0
- Initial release on Google Play
Download
You can get the device either from this thread (see downloads tab)
or directly from Google Play:
And just like with all other projects of mine, this app is completely open source. So feel free to issue pull requests/suggestions. I appreciate all kinds of feedback.
If you encounter issues, please let me know and I'll do my best to fix it ASAP.
XDA:DevDB Information
CutCalc, App for all devices (see above for details)
Contributors
laufersteppenwolf
Source Code: https://github.com/laufersteppenwolf/CutCalc
Version Information
Status: Stable
Current Stable Version: 1.4
Stable Release Date: 2015-05-01
Created 2015-04-19
Last Updated 2015-05-01
Good to see you there nice app for beginning
edit:i think you can use radiogroup instead of that drilling,turning buttons
laufersteppenwolf said:
Some of you may know me as a ROM/Kernel dev or simply as a Forum Moderator, but the time has finally come to explore a new direction in our beloved Android world: App development
Click to expand...
Click to collapse
very good !
nice concept & implementation
this is the proof that Engineers can do/create anything they want
keep it up
Absolutely Handy!!
I'm Sr. Mechanical Designer and it will be very welcome to my calculations... for sure!!
jineshpatel30 said:
very good !
nice concept & implementation
this is the proof that Engineers can do/create anything they want
keep it up
Click to expand...
Click to collapse
Thanks for the feedback, and hell yeah, there's nothing that could possibly stop us
serajr said:
I'm Sr. Mechanical Designer and it will be very welcome to my calculations... for sure!!
Click to expand...
Click to collapse
Great to hear that!
I do have a question, though
Due to the fact that you are a RT and I suck at graphics, would you mind giving me a helping hand regarding the dark theme I am planning to implement? I need some pics to be modified but I suck with photoshop
EDIT: BTW, v1.2.2 pushed to GPlay with fixes regarding some Actionbars as well as FC fixes caused by empty textfields.
Nice app , for us mechanchiz !!

Categories

Resources