I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • str4d's avatar
    66498546
    Initial migration to navigation drawer and Fragment · 66498546
    str4d authored
    - Migrated I2PActivityBase and subclasses to Fragment
    - Added new MainActivity with navigation drawer to handle Fragments
    - Added MainFragment to navigation drawer
    
    Code compiles, installs and runs. Known bugs created:
    - Some buttons now fail (can't use an Intent with a Fragment)
      -> Migrate usage of Intents to Fragment transactions
    - New install/upgrade dialogs are commented out
      -> Migrate old Dialogs to DialogFragments
    66498546
    History
    Initial migration to navigation drawer and Fragment
    str4d authored
    - Migrated I2PActivityBase and subclasses to Fragment
    - Added new MainActivity with navigation drawer to handle Fragments
    - Added MainFragment to navigation drawer
    
    Code compiles, installs and runs. Known bugs created:
    - Some buttons now fail (can't use an Intent with a Fragment)
      -> Migrate usage of Intents to Fragment transactions
    - New install/upgrade dialogs are commented out
      -> Migrate old Dialogs to DialogFragments