- Mar 01, 2015
-
-
str4d authored
-
- Nov 10, 2014
-
-
str4d authored
-
- Nov 02, 2014
-
-
str4d authored
-
- Oct 29, 2014
-
-
str4d authored
Navigation tabs have all been replaced with spinners, because there are no nice tab libraries for API 9+.
-
- Oct 19, 2014
- Aug 20, 2014
-
-
str4d authored
-
- Jun 27, 2014
-
-
str4d authored
-
- Feb 20, 2014
-
-
str4d authored
-
- Jan 27, 2014
-
-
str4d authored
-
- Jan 26, 2014
-
-
str4d authored
-
- Jan 16, 2014
- Jan 11, 2014
-
-
str4d authored
-
- Dec 29, 2013
-
-
str4d authored
Other apps can use this interface by copying the AIDL files into their source tree.
-
- Dec 06, 2013
-
-
str4d authored
-
- Nov 16, 2013
-
-
str4d authored
-
- Nov 09, 2013
-
-
str4d authored
-
- Nov 08, 2013
-
-
str4d authored
-
- Sep 20, 2013
-
-
str4d authored
-
- Sep 08, 2013
-
-
str4d authored
-
- Sep 07, 2013
- Sep 05, 2013
-
-
str4d authored
A WebActivity has been added back to encapsulate the web browser functionality, allow the nav drawer items to be launched and enable other fixes.
-
str4d authored
Refreshing is now disabled in PeersFragment and WebFragment, but both of them will eventually be removed.
-
str4d authored
-
str4d authored
-
str4d authored
All page logic is in the Fragments. Activities don't need the convenience methods.
-
str4d authored
-
str4d authored
zzz and sponge pointed out that the router needs to be managed by whatever Activity happens to be active (in case an automatic start is required). This commit reverses the initial migration of I2PActivityBase to a Fragment (code is broken now).
-
- Aug 24, 2013
-
-
str4d authored
-
- Aug 22, 2013
-
-
str4d authored
There are a lot of changes here: - The main_content FrameLayout is now main_fragment (more logical name). - TunnelEntry now stores a Context instead of a TunnelEntryLoader (so it can be instantiated inside the detail Fragment). - The activity_navdrawer layout is now an alias to a one-pane or two-pane layout depending on screen size. - Subclasses of I2PActivityBase can now override canUseTwoPanes() to enable and use the two-pane layout (for devices that support it).
-
str4d authored
-
str4d authored
-
- Aug 17, 2013
-
-
str4d authored
-
- Aug 16, 2013
-
-
str4d authored
Broken: cannot find net.i2p.i2ptunnel.I2PTunnel (but it can when launching the router)
-
- Aug 14, 2013
- Aug 13, 2013
-
-
str4d authored
The navigation drawer has been (mostly) migrated to link to Activities instead of Fragments. Only Activities can be searched via the inbuild Android search function, which uses Intents.
-
- Aug 10, 2013
-
-
str4d authored
-