-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simple navigation drawer (WIP) #492
Open
fat-tire
wants to merge
22
commits into
cSploit:develop
Choose a base branch
from
fat-tire:sidebar
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 11, 2015
-
Start adding a navigation drawer. Very basic and...
doesn't yet perisist across the whole app. This is because we should: (1) decide what goes in the navigation drawer vs. menus (2) stop loading activities and start loading in fragments (3) think about how to use fragments in a cool way.
Configuration menu - View commit details
-
Copy full SHA for 8dc8045 - Browse repository at this point
Copy the full SHA 8dc8045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1594224 - Browse repository at this point
Copy the full SHA 1594224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d26892 - Browse repository at this point
Copy the full SHA 7d26892View commit details
Commits on Nov 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 479865f - Browse repository at this point
Copy the full SHA 479865fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b7476 - Browse repository at this point
Copy the full SHA 14b7476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8ba29 - Browse repository at this point
Copy the full SHA 6c8ba29View commit details -
changed drawer implementation.
will now use a drawer that will overlap the action bar, hiding the menu. It's just a PoC, there is much more work to do.
Configuration menu - View commit details
-
Copy full SHA for 06236ad - Browse repository at this point
Copy the full SHA 06236adView commit details
Commits on Nov 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1bba604 - Browse repository at this point
Copy the full SHA 1bba604View commit details -
fixed synchronization on null object ( getActivity returns null while…
… object get deleted )
Configuration menu - View commit details
-
Copy full SHA for 92472c2 - Browse repository at this point
Copy the full SHA 92472c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929e38a - Browse repository at this point
Copy the full SHA 929e38aView commit details
Commits on Nov 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bb11075 - Browse repository at this point
Copy the full SHA bb11075View commit details
Commits on Dec 1, 2015
-
manage the navigation drawer from AbstractDrawerActivity.
created a progress dialog that will show up only if a certain amount of time has been elapsed and disappear if has been shown for at least another certain time. show such progress dialog when changing interface ( stopping and starting network radar may require some second ). another way is to asynchronous stopping the network-radar but we should deregister receivers and we lost the STARTED/STOPPED intents. in a far future we will support more running instances of network-radar, so you can be notified ( say, with a small icon over the interface name ) that new hosts appearead on interfaces that you are not watching.
Configuration menu - View commit details
-
Copy full SHA for 53230fc - Browse repository at this point
Copy the full SHA 53230fcView commit details
Commits on Dec 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6142bea - Browse repository at this point
Copy the full SHA 6142beaView commit details
Commits on Dec 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a5a7a25 - Browse repository at this point
Copy the full SHA a5a7a25View commit details
Commits on Dec 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ff6eb57 - Browse repository at this point
Copy the full SHA ff6eb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731f6fe - Browse repository at this point
Copy the full SHA 731f6feView commit details -
it may require some data not available in the contructor.
Configuration menu - View commit details
-
Copy full SHA for d6e3e75 - Browse repository at this point
Copy the full SHA d6e3e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59945a - Browse repository at this point
Copy the full SHA f59945aView commit details
Commits on Dec 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9451424 - Browse repository at this point
Copy the full SHA 9451424View commit details
Commits on Dec 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c6bf68b - Browse repository at this point
Copy the full SHA c6bf68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b11a6a9 - Browse repository at this point
Copy the full SHA b11a6a9View commit details
Commits on Dec 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 308b9cd - Browse repository at this point
Copy the full SHA 308b9cdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.