[tor-commits] [orbot/master] goodbye AIDL file... no longer using bound services

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Nov 14 17:40:34 UTC 2014


commit f9e340b46567acf7f77c4321f9ec805a982f89e4
Author: Nathan Freitas <nathan at freitas.net>
Date:   Fri Oct 24 01:14:39 2014 -0400

    goodbye AIDL file... no longer using bound services
---
 .../torproject/android/service/ITorService.aidl    |   63 --------------------
 1 file changed, 63 deletions(-)

diff --git a/src/org/torproject/android/service/ITorService.aidl b/src/org/torproject/android/service/ITorService.aidl
deleted file mode 100644
index e1f2812..0000000
--- a/src/org/torproject/android/service/ITorService.aidl
+++ /dev/null
@@ -1,63 +0,0 @@
-package org.torproject.android.service;
-
-
-/**
- * an interface for calling on to a remote service
- */
-interface ITorService {
-
-    /**
-    * Get a simple int status value for the state of Tor
-    **/
-    int getStatus();
-    
-    /**
-    * check for exiting Tor process
-    **/
-    boolean checkAndInit ();
-    
-    
-    /**
-    * The profile value is the start/stop state for Tor
-    **/
-    void setProfile(int profile);
-    
-    
-    /**
-    * Set configuration
-    **/
-    boolean updateConfiguration (String name, String value, boolean saveToDisk);
- 
-    /**
-    * Set configuration
-    **/
-    void processSettings();
-    
-    /**
-    * Set configuration
-    **/
-    boolean saveConfiguration ();
-    
-    /**
-    * Get current configuration value from torrc
-    */
-    String getConfiguration (String name);
-    
-    /**
-    * Get information
-    */
-    String getInfo (String args);
-    
-    /**
-    * change identity
-    */
-    void newIdentity ();
-    
-    String[] getStatusMessage ();
-    
-    String[] getLog ();
-    
-    long[] getBandwidth ();
-    
-    boolean flushTransProxy ();
-}





More information about the tor-commits mailing list