Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OMAP4-AOSP/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aosp-7.0
Choose a base ref
...
head repository: ZmodN/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zmodn-6.0
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Oct 15, 2015

  1. Add Google GCC 4.7

    Ziyann committed Oct 15, 2015
    Copy the full SHA
    e98c0a6 View commit details
  2. Add OMAP4-AOSP remote

    Ziyann committed Oct 15, 2015
    Copy the full SHA
    a91c2ac View commit details

Commits on Oct 16, 2015

  1. Fork some platform repos

    Change-Id: I34e88da766c48c9f59b812f692b60d00b3d25c98
    Ziyann committed Oct 16, 2015
    Copy the full SHA
    dec95b2 View commit details
  2. Add tuna

    Change-Id: Ia4f8c3796e5d7175d9382e17e640bbfef640841d
    Ziyann committed Oct 16, 2015
    Copy the full SHA
    76842d9 View commit details

Commits on Oct 17, 2015

  1. Add espresso

    Change-Id: I493b338c767ec785bda81a4c0d69cb978cd1ec54
    Ziyann committed Oct 17, 2015
    Copy the full SHA
    d896405 View commit details

Commits on Nov 6, 2015

  1. debloat: remove unsused hardware, device and kernel repos

    Change-Id: I2a78b652f246b623cb49993be893be841be2a994
    andi34 authored and Ziyann committed Nov 6, 2015
    Copy the full SHA
    e45d251 View commit details
  2. Create README.md

    andi34 authored and Ziyann committed Nov 6, 2015
    Copy the full SHA
    40b1507 View commit details
  3. Android 6.0.0 release 26

    Change-Id: I04555fc4badfd6358b5dce850c6a59bf48a2749d
    Ziyann committed Nov 6, 2015
    Copy the full SHA
    04ce9b9 View commit details

Commits on Nov 15, 2015

  1. Remove maguro device.

    All your tuna are belong to us.
    MWisBest committed Nov 15, 2015
    Copy the full SHA
    665cf62 View commit details
  2. Track TI proprietary repo.

    ALL YOUR OMAPS ARE BELONG TO US.
    MWisBest committed Nov 15, 2015
    Copy the full SHA
    4715f10 View commit details

Commits on Nov 19, 2015

  1. added zmodn remote

    Noeljunior committed Nov 19, 2015
    Copy the full SHA
    8974d57 View commit details
  2. link to this repository

    Noeljunior committed Nov 19, 2015
    Copy the full SHA
    43ff9c3 View commit details

Commits on Nov 20, 2015

  1. Copy the full SHA
    955f1d4 View commit details

Commits on Nov 21, 2015

  1. Copy the full SHA
    545c541 View commit details
  2. Copy the full SHA
    451712f View commit details
  3. Copy the full SHA
    a9942c7 View commit details
  4. fix bad remote

    Noeljunior committed Nov 21, 2015
    Copy the full SHA
    44429c1 View commit details
  5. remove strange wallpapers

    Noeljunior committed Nov 21, 2015
    Copy the full SHA
    ba8f083 View commit details
  6. remove some useless apps

    Noeljunior committed Nov 21, 2015
    Copy the full SHA
    1e67dbb View commit details
  7. fix something

    Noeljunior committed Nov 21, 2015
    Copy the full SHA
    8811c59 View commit details

Commits on Nov 23, 2015

  1. reorganize the manifest

    Noeljunior committed Nov 23, 2015
    Copy the full SHA
    f7baf50 View commit details
  2. added zmodn vendor

    Noeljunior committed Nov 23, 2015
    Copy the full SHA
    6d93f96 View commit details
  3. replaced build by zmodn

    Noeljunior committed Nov 23, 2015
    Copy the full SHA
    0144bbc View commit details
  4. this

    Noeljunior committed Nov 23, 2015
    Copy the full SHA
    ec5b50a View commit details
  5. Copy the full SHA
    b698264 View commit details
  6. some others

    Noeljunior committed Nov 23, 2015
    Copy the full SHA
    6ea7fef View commit details
  7. Copy the full SHA
    ccd34cc View commit details
  8. Copy the full SHA
    0365635 View commit details
Showing with 461 additions and 472 deletions.
  1. +13 −0 README.md
  2. +448 −472 default.xml
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Getting Started
---------------

To get started with this ROM, you'll need to get
familiar with [Git and Repo](http://source.android.com/download/using-repo).

To initialize your local repository use a command like this:

repo init -u git@github.com:ZmodN/android.git -b zmodn-<branch>

Then to sync up:

repo sync
Loading